diff --git a/iosApp/Argos.xcodeproj/project.pbxproj b/iosApp/Argos.xcodeproj/project.pbxproj index dd9c3cd..9f28cb3 100644 --- a/iosApp/Argos.xcodeproj/project.pbxproj +++ b/iosApp/Argos.xcodeproj/project.pbxproj @@ -425,7 +425,8 @@ 7555FFA6242A565B00829871 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon iOS"; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = ""; CODE_SIGN_STYLE = Automatic; DEVELOPMENT_ASSET_PATHS = "\"Argos/Preview Content\""; DEVELOPMENT_TEAM = 85342F9WTR; @@ -435,6 +436,7 @@ "$(SRCROOT)/../shared/build/xcode-frameworks/$(CONFIGURATION)/$(SDK_NAME)", ); INFOPLIST_FILE = Argos/Info.plist; + INFOPLIST_KEY_UILaunchScreen_Generation = NO; IPHONEOS_DEPLOYMENT_TARGET = 17.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -455,7 +457,8 @@ 7555FFA7242A565B00829871 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon iOS"; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = ""; CODE_SIGN_STYLE = Automatic; DEVELOPMENT_ASSET_PATHS = "\"Argos/Preview Content\""; DEVELOPMENT_TEAM = 85342F9WTR; @@ -465,6 +468,7 @@ "$(SRCROOT)/../shared/build/xcode-frameworks/$(CONFIGURATION)/$(SDK_NAME)", ); INFOPLIST_FILE = Argos/Info.plist; + INFOPLIST_KEY_UILaunchScreen_Generation = NO; IPHONEOS_DEPLOYMENT_TARGET = 17.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", diff --git a/iosApp/Argos/Assets.xcassets/AppIcon Multiple.appiconset/Artboard 1@2x.png b/iosApp/Argos/Assets.xcassets/AppIcon Multiple.appiconset/Artboard 1@2x.png new file mode 100644 index 0000000..0419532 Binary files /dev/null and b/iosApp/Argos/Assets.xcassets/AppIcon Multiple.appiconset/Artboard 1@2x.png differ diff --git a/iosApp/Argos/Assets.xcassets/AppIcon.appiconset/Contents.json b/iosApp/Argos/Assets.xcassets/AppIcon Multiple.appiconset/Contents.json similarity index 97% rename from iosApp/Argos/Assets.xcassets/AppIcon.appiconset/Contents.json rename to iosApp/Argos/Assets.xcassets/AppIcon Multiple.appiconset/Contents.json index fb88a39..a1e2acd 100644 --- a/iosApp/Argos/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/iosApp/Argos/Assets.xcassets/AppIcon Multiple.appiconset/Contents.json @@ -86,6 +86,7 @@ "size" : "83.5x83.5" }, { + "filename" : "Artboard 1@2x.png", "idiom" : "ios-marketing", "scale" : "1x", "size" : "1024x1024" @@ -95,4 +96,4 @@ "author" : "xcode", "version" : 1 } -} \ No newline at end of file +} diff --git a/iosApp/Argos/Assets.xcassets/AppIcon iOS.appiconset/Artboard 1@2x.png b/iosApp/Argos/Assets.xcassets/AppIcon iOS.appiconset/Artboard 1@2x.png new file mode 100644 index 0000000..0419532 Binary files /dev/null and b/iosApp/Argos/Assets.xcassets/AppIcon iOS.appiconset/Artboard 1@2x.png differ diff --git a/iosApp/Argos/Assets.xcassets/AppIcon iOS.appiconset/Contents.json b/iosApp/Argos/Assets.xcassets/AppIcon iOS.appiconset/Contents.json new file mode 100644 index 0000000..37d1432 --- /dev/null +++ b/iosApp/Argos/Assets.xcassets/AppIcon iOS.appiconset/Contents.json @@ -0,0 +1,36 @@ +{ + "images" : [ + { + "filename" : "Artboard 1@2x.png", + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "tinted" + } + ], + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/iosApp/Argos/Assets.xcassets/Contents.json b/iosApp/Argos/Assets.xcassets/Contents.json index 4aa7c53..73c0059 100644 --- a/iosApp/Argos/Assets.xcassets/Contents.json +++ b/iosApp/Argos/Assets.xcassets/Contents.json @@ -3,4 +3,4 @@ "author" : "xcode", "version" : 1 } -} \ No newline at end of file +}