From ee723ad08cc1abce156b05422aeb6095d33d83fc Mon Sep 17 00:00:00 2001 From: Niklas Eicker Date: Sat, 29 Jul 2023 11:59:38 +0200 Subject: [PATCH] Should bump iOS version not Android when trying to publish iOS... --- mobile/ios-src/Info.plist | 4 ++-- mobile/manifest.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mobile/ios-src/Info.plist b/mobile/ios-src/Info.plist index 15959ac..f815a6b 100644 --- a/mobile/ios-src/Info.plist +++ b/mobile/ios-src/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.1.0 + 0.1.1 CFBundleIconName AppIcon CFBundleVersion - 0.1.0 + 0.1.1 UILaunchStoryboardName LaunchScreen UIRequiresFullScreen diff --git a/mobile/manifest.yaml b/mobile/manifest.yaml index 7bd0df4..ad5e9d5 100644 --- a/mobile/manifest.yaml +++ b/mobile/manifest.yaml @@ -5,7 +5,7 @@ android: icon: "ios-src/Assets.xcassets/AppIcon.appiconset/icon_1024x1024.png" manifest: package: "me.nikl.bevygame" # Todo - version_code: 3 # Todo you should start at 1 + version_code: 2 # Todo you should start at 1 application: label: "Bevy game" # Todo ios: