diff --git a/formulus/assets/images/logo_1024x1024_dark.png b/formulus/assets/images/logo_1024x1024_dark.png new file mode 100644 index 000000000..b90dfa6dc Binary files /dev/null and b/formulus/assets/images/logo_1024x1024_dark.png differ diff --git a/formulus/ios/Formulus.xcodeproj/project.pbxproj b/formulus/ios/Formulus.xcodeproj/project.pbxproj index 778eef91c..df3b19361 100644 --- a/formulus/ios/Formulus.xcodeproj/project.pbxproj +++ b/formulus/ios/Formulus.xcodeproj/project.pbxproj @@ -245,14 +245,10 @@ inputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Formulus/Pods-Formulus-frameworks-${CONFIGURATION}-input-files.xcfilelist", ); - inputPaths = ( - ); name = "[CP] Embed Pods Frameworks"; outputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Formulus/Pods-Formulus-frameworks-${CONFIGURATION}-output-files.xcfilelist", ); - outputPaths = ( - ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Formulus/Pods-Formulus-frameworks.sh\"\n"; @@ -283,14 +279,10 @@ inputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Formulus/Pods-Formulus-resources-${CONFIGURATION}-input-files.xcfilelist", ); - inputPaths = ( - ); name = "[CP] Copy Pods Resources"; outputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Formulus/Pods-Formulus-resources-${CONFIGURATION}-output-files.xcfilelist", ); - outputPaths = ( - ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Formulus/Pods-Formulus-resources.sh\"\n"; @@ -322,6 +314,8 @@ DEVELOPMENT_TEAM = 57WY3GA5K7; ENABLE_BITCODE = NO; INFOPLIST_FILE = Formulus/Info.plist; + INFOPLIST_KEY_CFBundleDisplayName = Formulus; + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; IPHONEOS_DEPLOYMENT_TARGET = 15.1; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -341,7 +335,7 @@ SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; + TARGETED_DEVICE_FAMILY = 1; VERSIONING_SYSTEM = "apple-generic"; }; name = Debug; @@ -356,6 +350,8 @@ CURRENT_PROJECT_VERSION = 35; DEVELOPMENT_TEAM = 57WY3GA5K7; INFOPLIST_FILE = Formulus/Info.plist; + INFOPLIST_KEY_CFBundleDisplayName = Formulus; + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; IPHONEOS_DEPLOYMENT_TARGET = 15.1; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -374,7 +370,7 @@ SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; + TARGETED_DEVICE_FAMILY = 1; VERSIONING_SYSTEM = "apple-generic"; }; name = Release; diff --git a/formulus/ios/Formulus/Images.xcassets/AppIcon.appiconset/Contents.json b/formulus/ios/Formulus/Images.xcassets/AppIcon.appiconset/Contents.json index ca593e53b..118bab438 100644 --- a/formulus/ios/Formulus/Images.xcassets/AppIcon.appiconset/Contents.json +++ b/formulus/ios/Formulus/Images.xcassets/AppIcon.appiconset/Contents.json @@ -13,7 +13,7 @@ "value" : "dark" } ], - "filename" : "logo_1024x1024.png", + "filename" : "logo_1024x1024_dark.png", "idiom" : "universal", "platform" : "ios", "size" : "1024x1024" diff --git a/formulus/ios/Formulus/Images.xcassets/AppIcon.appiconset/logo_1024x1024_dark.png b/formulus/ios/Formulus/Images.xcassets/AppIcon.appiconset/logo_1024x1024_dark.png new file mode 100644 index 000000000..b90dfa6dc Binary files /dev/null and b/formulus/ios/Formulus/Images.xcassets/AppIcon.appiconset/logo_1024x1024_dark.png differ