diff --git a/.gitignore b/.gitignore index 8d23d32e..9394f778 100644 --- a/.gitignore +++ b/.gitignore @@ -26,7 +26,7 @@ /build/ lib/l10n/gen # We regenerate this every time due to logic in Podfile `post_install` section. -/ios/Podfile.lock +ios/Podfile.lock # Web related lib/generated_plugin_registrant.dart diff --git a/README.md b/README.md index 2bb32393..54c31682 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ --> [Get it on IzzyOnDroid](https://apt.izzysoft.de/fdroid/index/apk/com.liftoffapp.liftoff) [](https://play.google.com/store/apps/details?id=com.liftoffapp.liftoff&pli=1) -[](https://apps.apple.com/gb/app/liftoff/id6450716376) +[](https://apps.apple.com/gb/app/liftoff/id6450716376) [](https://github.com/liftoff-app/liftoff/releases/latest) A mobile client for [Lemmy](https://github.com/LemmyNet/lemmy) - a federated reddit alternative diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 77fd4822..4d535814 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -376,6 +376,7 @@ baseConfigurationReference = E1A6772F7FB9970AB1AB2682 /* Pods-Runner.debug-prod.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; BUNDLE_NAME = "Liftoff!"; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; @@ -465,6 +466,7 @@ baseConfigurationReference = 1DDB765AC59CE6BE74A0D52A /* Pods-Runner.release-prod.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; BUNDLE_NAME = "Liftoff!"; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; @@ -554,6 +556,7 @@ baseConfigurationReference = DC3DFF228D52D7ED36CDD540 /* Pods-Runner.profile-dev.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; BUNDLE_NAME = "Liftoff! DEV"; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; @@ -702,6 +705,7 @@ baseConfigurationReference = 6AE5AC98872EE326B6FB9182 /* Pods-Runner.debug-dev.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; BUNDLE_NAME = "Liftoff! DEV"; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; @@ -740,6 +744,7 @@ baseConfigurationReference = 7E657A51BD7C018DCF5B54AD /* Pods-Runner.release-dev.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; BUNDLE_NAME = "Liftoff! DEV"; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; diff --git a/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json b/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json index a294174e..b2f87e81 100644 --- a/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json +++ b/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json @@ -1,6 +1,7 @@ { "images" : [ { + "filename" : "app_icon_monochrome.png", "idiom" : "universal", "scale" : "1x" }, @@ -15,6 +16,7 @@ "scale" : "1x" }, { + "filename" : "app_icon_monochrome 1.png", "idiom" : "universal", "scale" : "2x" }, @@ -29,6 +31,7 @@ "scale" : "2x" }, { + "filename" : "app_icon_monochrome 2.png", "idiom" : "universal", "scale" : "3x" }, diff --git a/ios/Runner/Assets.xcassets/LaunchImage.imageset/app_icon_monochrome 1.png b/ios/Runner/Assets.xcassets/LaunchImage.imageset/app_icon_monochrome 1.png new file mode 100644 index 00000000..f748960f Binary files /dev/null and b/ios/Runner/Assets.xcassets/LaunchImage.imageset/app_icon_monochrome 1.png differ diff --git a/ios/Runner/Assets.xcassets/LaunchImage.imageset/app_icon_monochrome 2.png b/ios/Runner/Assets.xcassets/LaunchImage.imageset/app_icon_monochrome 2.png new file mode 100644 index 00000000..f748960f Binary files /dev/null and b/ios/Runner/Assets.xcassets/LaunchImage.imageset/app_icon_monochrome 2.png differ diff --git a/ios/Runner/Assets.xcassets/LaunchImage.imageset/app_icon_monochrome.png b/ios/Runner/Assets.xcassets/LaunchImage.imageset/app_icon_monochrome.png new file mode 100644 index 00000000..f748960f Binary files /dev/null and b/ios/Runner/Assets.xcassets/LaunchImage.imageset/app_icon_monochrome.png differ diff --git a/ios/Runner/Base.lproj/LaunchScreen.storyboard b/ios/Runner/Base.lproj/LaunchScreen.storyboard index 8034e21c..4c77f5c5 100644 --- a/ios/Runner/Base.lproj/LaunchScreen.storyboard +++ b/ios/Runner/Base.lproj/LaunchScreen.storyboard @@ -36,6 +36,6 @@ - + diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index f5350ae6..cdc93c60 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -54,11 +54,11 @@ UIApplicationSupportsIndirectInputEvents UILaunchStoryboardName - LaunchScreen.storyboard + LaunchScreen UIMainStoryboardFile Main UIRequiresFullScreen - + UISupportedInterfaceOrientations UIInterfaceOrientationPortrait