Skip to content

Commit

Permalink
Release 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zsmb13 committed Mar 2, 2024
1 parent f0645da commit 5981bf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions KotlinLogos/KotlinLogos.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INFOPLIST_KEY_NSPrincipalClass = KotlinLogosView;
INSTALL_PATH = "$(HOME)/Library/Screen Savers";
MARKETING_VERSION = 0.3;
MARKETING_VERSION = 0.4;
PRODUCT_BUNDLE_IDENTIFIER = co.zsmb.KotlinLogos;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -312,7 +312,7 @@
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INFOPLIST_KEY_NSPrincipalClass = KotlinLogosView;
INSTALL_PATH = "$(HOME)/Library/Screen Savers";
MARKETING_VERSION = 0.3;
MARKETING_VERSION = 0.4;
PRODUCT_BUNDLE_IDENTIFIER = co.zsmb.KotlinLogos;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
2 changes: 1 addition & 1 deletion src/nativeMain/kotlin/util/Logging.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ inline fun debugLog(lazyMessage: () -> String) {
if (Preferences.IS_DEBUG) {
NSLog("KOTLIN: ${lazyMessage()}")
}
}
}

0 comments on commit 5981bf7

Please sign in to comment.