diff --git a/veggieseasons/ios/Podfile b/veggieseasons/ios/Podfile index 0ee4a5378..d0d1d3e14 100644 --- a/veggieseasons/ios/Podfile +++ b/veggieseasons/ios/Podfile @@ -80,11 +80,3 @@ end # Prevent Cocoapods from embedding a second Flutter framework and causing an error with the new Xcode build system. install! 'cocoapods', :disable_input_output_paths => true - -post_install do |installer| - installer.pods_project.targets.each do |target| - target.build_configurations.each do |config| - config.build_settings['ENABLE_BITCODE'] = 'NO' - end - end -end diff --git a/veggieseasons/ios/Podfile.lock b/veggieseasons/ios/Podfile.lock index c54e8f019..08d675f24 100644 --- a/veggieseasons/ios/Podfile.lock +++ b/veggieseasons/ios/Podfile.lock @@ -29,6 +29,6 @@ SPEC CHECKSUMS: shared_preferences_macos: f3f29b71ccbb56bf40c9dd6396c9acf15e214087 shared_preferences_web: 141cce0c3ed1a1c5bf2a0e44f52d31eeb66e5ea9 -PODFILE CHECKSUM: 083258d7f5e80b42ea9bfee905fe93049bc04c64 +PODFILE CHECKSUM: 75bff59e97643485829cfc01124f2ea710a554fc COCOAPODS: 1.8.4 diff --git a/veggieseasons/ios/Runner.xcodeproj/project.pbxproj b/veggieseasons/ios/Runner.xcodeproj/project.pbxproj index fa73ab670..3099fc133 100644 --- a/veggieseasons/ios/Runner.xcodeproj/project.pbxproj +++ b/veggieseasons/ios/Runner.xcodeproj/project.pbxproj @@ -86,7 +86,6 @@ 4AD930A692F4F8E268DBD0A5 /* Pods-Runner.release.xcconfig */, FA5155759DF040A4C0CC04E0 /* Pods-Runner.profile.xcconfig */, ); - name = Pods; path = Pods; sourceTree = ""; }; @@ -374,8 +373,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; - ENABLE_BITCODE = NO; + CURRENT_PROJECT_VERSION = 8; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)/Flutter", @@ -386,6 +384,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); + MARKETING_VERSION = 1.2.0; PRODUCT_BUNDLE_IDENTIFIER = dev.flutter.VeggieSeasons; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; @@ -508,8 +507,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; - ENABLE_BITCODE = NO; + CURRENT_PROJECT_VERSION = 8; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)/Flutter", @@ -520,6 +518,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); + MARKETING_VERSION = 1.2.0; PRODUCT_BUNDLE_IDENTIFIER = dev.flutter.VeggieSeasons; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; @@ -535,8 +534,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; - ENABLE_BITCODE = NO; + CURRENT_PROJECT_VERSION = 8; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)/Flutter", @@ -547,6 +545,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); + MARKETING_VERSION = 1.2.0; PRODUCT_BUNDLE_IDENTIFIER = dev.flutter.VeggieSeasons; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; diff --git a/veggieseasons/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/veggieseasons/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/veggieseasons/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/veggieseasons/ios/Runner/Info.plist b/veggieseasons/ios/Runner/Info.plist index 1deff7e5a..79c219c0d 100644 --- a/veggieseasons/ios/Runner/Info.plist +++ b/veggieseasons/ios/Runner/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1.1 + $(MARKETING_VERSION) CFBundleSignature ???? CFBundleVersion - 7 + $(CURRENT_PROJECT_VERSION) LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/veggieseasons/pubspec.lock b/veggieseasons/pubspec.lock index 83197b2fe..b10010783 100644 --- a/veggieseasons/pubspec.lock +++ b/veggieseasons/pubspec.lock @@ -106,7 +106,7 @@ packages: name: intl url: "https://pub.dartlang.org" source: hosted - version: "0.15.8" + version: "0.16.1" matcher: dependency: transitive description: @@ -162,14 +162,14 @@ packages: name: shared_preferences url: "https://pub.dartlang.org" source: hosted - version: "0.5.6" + version: "0.5.6+1" shared_preferences_macos: dependency: transitive description: name: shared_preferences_macos url: "https://pub.dartlang.org" source: hosted - version: "0.0.1+3" + version: "0.0.1+4" shared_preferences_platform_interface: dependency: transitive description: @@ -183,7 +183,7 @@ packages: name: shared_preferences_web url: "https://pub.dartlang.org" source: hosted - version: "0.1.2+2" + version: "0.1.2+3" sky_engine: dependency: transitive description: flutter diff --git a/veggieseasons/pubspec.yaml b/veggieseasons/pubspec.yaml index e40dd7426..bf3c34b8d 100644 --- a/veggieseasons/pubspec.yaml +++ b/veggieseasons/pubspec.yaml @@ -1,7 +1,7 @@ name: veggieseasons description: An iOS app that shows the fruits and veggies currently in season. -version: 1.1.0 +version: 1.2.0 environment: sdk: ">=2.5.0 <3.0.0" @@ -10,17 +10,17 @@ dependencies: flutter: sdk: flutter - cupertino_icons: ^0.1.2 + cupertino_icons: ^0.1.3 font_awesome_flutter: ^8.5.0 - intl: ^0.15.8 + intl: ^0.16.1 scoped_model: ^1.0.1 - shared_preferences: ^0.5.3+4 + shared_preferences: ^0.5.6+1 dev_dependencies: flutter_test: sdk: flutter pedantic: ^1.8.0 - flutter_launcher_icons: ^0.7.2+1 + flutter_launcher_icons: ^0.7.4 flutter: