diff --git a/.gitignore b/.gitignore index 28ef22c..81ea5fd 100644 --- a/.gitignore +++ b/.gitignore @@ -50,7 +50,9 @@ app.*.map.json Gemfile Gemfile.lock android/fastlane/.env -android/fastlane/.env +/android/fastlane/.env ios/fastlane/.env -android/fastlane/.env +/ios/fastlane/.env +ios/fastlane/*.env +android/fastlane/*.env ios/fastlane/.env diff --git a/android/fastlane/.env b/android/fastlane/.env deleted file mode 100644 index 099b9f6..0000000 --- a/android/fastlane/.env +++ /dev/null @@ -1 +0,0 @@ -SLACK_WEBHOOK_URL="https://hooks.slack.com/services/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" \ No newline at end of file diff --git a/android/fastlane/report.xml b/android/fastlane/report.xml index 9071fe9..8c49ec9 100644 --- a/android/fastlane/report.xml +++ b/android/fastlane/report.xml @@ -5,27 +5,27 @@ - + - + - + - + - + diff --git a/ios/.gitignore b/ios/.gitignore index 7a7f987..7cff1cd 100644 --- a/ios/.gitignore +++ b/ios/.gitignore @@ -26,6 +26,7 @@ Flutter/flutter_assets/ Flutter/flutter_export_environment.sh ServiceDefinitions.json Runner/GeneratedPluginRegistrant.* +fastlane/.env # Exceptions to above rules. !default.mode1v3 diff --git a/ios/7NN5Z63QWS.cer b/ios/7NN5Z63QWS.cer new file mode 100644 index 0000000..1881df7 Binary files /dev/null and b/ios/7NN5Z63QWS.cer differ diff --git a/ios/AppStore_com.example.pladi.mobileprovision b/ios/AppStore_com.example.pladi.mobileprovision index 5fd14bf..4cf27f1 100644 Binary files a/ios/AppStore_com.example.pladi.mobileprovision and b/ios/AppStore_com.example.pladi.mobileprovision differ diff --git a/ios/Runner.app.dSYM.zip b/ios/Runner.app.dSYM.zip index 26d5ba9..88de928 100644 Binary files a/ios/Runner.app.dSYM.zip and b/ios/Runner.app.dSYM.zip differ diff --git a/ios/Runner.ipa b/ios/Runner.ipa index 0f5a41f..f7cb350 100644 Binary files a/ios/Runner.ipa and b/ios/Runner.ipa differ diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 102912d..bbefb28 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -476,7 +476,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 4; + CURRENT_PROJECT_VERSION = 6; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 643M65W7HH; ENABLE_BITCODE = NO; @@ -505,7 +505,7 @@ buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 4; + CURRENT_PROJECT_VERSION = 6; DEVELOPMENT_TEAM = 643M65W7HH; GENERATE_INFOPLIST_FILE = YES; MARKETING_VERSION = 1.0; @@ -524,7 +524,7 @@ buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 4; + CURRENT_PROJECT_VERSION = 6; DEVELOPMENT_TEAM = 643M65W7HH; GENERATE_INFOPLIST_FILE = YES; MARKETING_VERSION = 1.0; @@ -541,7 +541,7 @@ buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 4; + CURRENT_PROJECT_VERSION = 6; DEVELOPMENT_TEAM = 643M65W7HH; GENERATE_INFOPLIST_FILE = YES; MARKETING_VERSION = 1.0; @@ -669,7 +669,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 4; + CURRENT_PROJECT_VERSION = 6; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 643M65W7HH; ENABLE_BITCODE = NO; @@ -703,7 +703,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 4; + CURRENT_PROJECT_VERSION = 6; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 643M65W7HH; ENABLE_BITCODE = NO; diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index f7fe152..6a78bf8 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -23,7 +23,7 @@ CFBundleSignature ???? CFBundleVersion - 4 + 6 LSRequiresIPhoneOS UIApplicationSupportsIndirectInputEvents diff --git a/ios/fastlane/report.xml b/ios/fastlane/report.xml index 656ddd0..03c0909 100644 --- a/ios/fastlane/report.xml +++ b/ios/fastlane/report.xml @@ -5,67 +5,72 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + diff --git a/pubspec.yaml b/pubspec.yaml index 3d93c32..488b512 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: frontend description: A new Flutter project. publish_to: none -version: 11.0.0+11 +version: 16.0.0+16 environment: sdk: ">=3.0.5 <4.0.0" dependencies: