Skip to content

Commit ef9eed2

Browse files
authored
Merge pull request #2 from zsmb13/compose
Add Compose implementation
2 parents d7fd72e + 5dca7ff commit ef9eed2

File tree

105 files changed

+2500
-1194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+2500
-1194
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ bin/
3939

4040
### Mac OS ###
4141
.DS_Store
42+
43+
local/

KotlinLogos/KotlinLogos.xcodeproj/project.pbxproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -286,14 +286,15 @@
286286
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
287287
CODE_SIGN_STYLE = Automatic;
288288
COMBINE_HIDPI_IMAGES = YES;
289-
CURRENT_PROJECT_VERSION = 3;
289+
CURRENT_PROJECT_VERSION = 4;
290290
DEVELOPMENT_TEAM = "";
291291
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../build/xcode-frameworks/$(CONFIGURATION)/$(SDK_NAME)";
292292
GENERATE_INFOPLIST_FILE = YES;
293293
INFOPLIST_KEY_NSHumanReadableCopyright = "";
294294
INFOPLIST_KEY_NSPrincipalClass = KotlinLogosView;
295295
INSTALL_PATH = "$(HOME)/Library/Screen Savers";
296-
MARKETING_VERSION = 0.5;
296+
MARKETING_VERSION = 1.0;
297+
OTHER_LDFLAGS = "-Wl,-undefined,dynamic_lookup";
297298
PRODUCT_BUNDLE_IDENTIFIER = co.zsmb.KotlinLogos;
298299
PRODUCT_NAME = "$(TARGET_NAME)";
299300
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -312,14 +313,15 @@
312313
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
313314
CODE_SIGN_STYLE = Automatic;
314315
COMBINE_HIDPI_IMAGES = YES;
315-
CURRENT_PROJECT_VERSION = 3;
316+
CURRENT_PROJECT_VERSION = 4;
316317
DEVELOPMENT_TEAM = "";
317318
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../build/xcode-frameworks/$(CONFIGURATION)/$(SDK_NAME)";
318319
GENERATE_INFOPLIST_FILE = YES;
319320
INFOPLIST_KEY_NSHumanReadableCopyright = "";
320321
INFOPLIST_KEY_NSPrincipalClass = KotlinLogosView;
321322
INSTALL_PATH = "$(HOME)/Library/Screen Savers";
322-
MARKETING_VERSION = 0.5;
323+
MARKETING_VERSION = 1.0;
324+
OTHER_LDFLAGS = "-Wl,-undefined,dynamic_lookup";
323325
PRODUCT_BUNDLE_IDENTIFIER = co.zsmb.KotlinLogos;
324326
PRODUCT_NAME = "$(TARGET_NAME)";
325327
PROVISIONING_PROFILE_SPECIFIER = "";

KotlinLogos/KotlinLogos/Assets.xcassets/Kodee-greeting.imageset/Contents.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

KotlinLogos/KotlinLogos/Assets.xcassets/Kodee-greeting.imageset/Kodee-greeting.svg

Lines changed: 0 additions & 48 deletions
This file was deleted.

KotlinLogos/KotlinLogos/Assets.xcassets/Kodee-inlove.imageset/Contents.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

KotlinLogos/KotlinLogos/Assets.xcassets/Kodee-inlove.imageset/Kodee-inloove.svg

Lines changed: 0 additions & 161 deletions
This file was deleted.

KotlinLogos/KotlinLogos/Assets.xcassets/Kodee-jumping.imageset/Contents.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)