Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 1ab8df2

Browse files
authored
Fix Watch App Store submission (#1792)
1 parent 261f335 commit 1ab8df2

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Freetime.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3122,7 +3122,7 @@
31223122
isa = XCBuildConfiguration;
31233123
baseConfigurationReference = EE1F19D48A3F4AF2AC75330B /* Pods-FreetimeWatch.debug.xcconfig */;
31243124
buildSettings = {
3125-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
3125+
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
31263126
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
31273127
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
31283128
CLANG_ENABLE_OBJC_WEAK = YES;
@@ -3149,7 +3149,7 @@
31493149
isa = XCBuildConfiguration;
31503150
baseConfigurationReference = 3E106824819769E0A6665A79 /* Pods-FreetimeWatch.release.xcconfig */;
31513151
buildSettings = {
3152-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
3152+
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
31533153
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
31543154
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
31553155
CLANG_ENABLE_OBJC_WEAK = YES;
@@ -3176,7 +3176,7 @@
31763176
isa = XCBuildConfiguration;
31773177
baseConfigurationReference = ACAE4A11E9671879046F0CE7 /* Pods-FreetimeWatch.testflight.xcconfig */;
31783178
buildSettings = {
3179-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
3179+
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
31803180
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
31813181
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
31823182
CLANG_ENABLE_OBJC_WEAK = YES;

FreetimeWatch/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@
6161
"scale" : "2x",
6262
"role" : "quickLook",
6363
"subtype" : "42mm"
64+
},
65+
{
66+
"size" : "1024x1024",
67+
"idiom" : "watch-marketing",
68+
"filename" : "Icon-AppStore-1024x1024.png",
69+
"scale" : "1x"
6470
}
6571
],
6672
"info" : {
809 KB
Loading

0 commit comments

Comments
 (0)