From c701137a9d5611a6d66408d7eaf0536f3ca140c6 Mon Sep 17 00:00:00 2001 From: Sachin Singh Date: Thu, 30 Mar 2023 18:38:57 +0530 Subject: [PATCH] build: release changes for 1.0.10.52 --- android/app/build.gradle | 2 +- android/app/src/main/AndroidManifest.xml | 1 + ios/Podfile.lock | 10 +++++++-- ios/Runner.xcodeproj/project.pbxproj | 28 +++++++++++++----------- ios/Runner/Info.plist | 2 ++ macos/Runner.xcodeproj/project.pbxproj | 22 +++++++++---------- pubspec.yaml | 2 +- 7 files changed, 39 insertions(+), 28 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index a97f5335..7d9d82ac 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -47,7 +47,7 @@ android { applicationId "com.atsign.atsign_atmosphere_pro" multiDexEnabled true minSdkVersion 24 - targetSdkVersion 30 + targetSdkVersion 31 versionCode flutterVersionCode.toInteger() versionName flutterVersionName } diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 9ceeaa2f..f740abee 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -23,6 +23,7 @@ android:icon="@mipmap/ic_launcher"> Enable atmospherePro to save images and videos in photos after being downloaded. NSPhotoLibraryUsageDescription Enable atmospherePro to access your photos to upload the ones you choose in file transfer. + UIApplicationSupportsIndirectInputEvents + UIFileSharingEnabled UILaunchStoryboardName diff --git a/macos/Runner.xcodeproj/project.pbxproj b/macos/Runner.xcodeproj/project.pbxproj index 40827612..132128e2 100644 --- a/macos/Runner.xcodeproj/project.pbxproj +++ b/macos/Runner.xcodeproj/project.pbxproj @@ -424,8 +424,8 @@ CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 50; - DEVELOPMENT_TEAM = ""; + CURRENT_PROJECT_VERSION = 52; + DEVELOPMENT_TEAM = 5XUSS6C2DF; ENABLE_HARDENED_RUNTIME = YES; INFOPLIST_FILE = Runner/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( @@ -433,9 +433,9 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.14; - MARKETING_VERSION = 1.0.9; + MARKETING_VERSION = 1.0.10; PRODUCT_BUNDLE_IDENTIFIER = "com.atsign.atmosphere-pro"; - PROVISIONING_PROFILE_SPECIFIER = ""; + PROVISIONING_PROFILE_SPECIFIER = atmospherePro_Mac_distribution_profile_sachin; SWIFT_VERSION = 5.0; }; name = Profile; @@ -559,8 +559,8 @@ CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 50; - DEVELOPMENT_TEAM = ""; + CURRENT_PROJECT_VERSION = 52; + DEVELOPMENT_TEAM = 5XUSS6C2DF; ENABLE_HARDENED_RUNTIME = YES; INFOPLIST_FILE = Runner/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( @@ -568,9 +568,9 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.14; - MARKETING_VERSION = 1.0.9; + MARKETING_VERSION = 1.0.10; PRODUCT_BUNDLE_IDENTIFIER = "com.atsign.atmosphere-pro"; - PROVISIONING_PROFILE_SPECIFIER = ""; + PROVISIONING_PROFILE_SPECIFIER = atmospherePro_Mac_distribution_profile_sachin; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; }; @@ -586,7 +586,7 @@ CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application"; CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 50; + CURRENT_PROJECT_VERSION = 52; DEVELOPMENT_TEAM = 5XUSS6C2DF; ENABLE_HARDENED_RUNTIME = YES; INFOPLIST_FILE = Runner/Info.plist; @@ -595,9 +595,9 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.14; - MARKETING_VERSION = 1.0.9; + MARKETING_VERSION = 1.0.10; PRODUCT_BUNDLE_IDENTIFIER = "com.atsign.atmosphere-pro"; - PROVISIONING_PROFILE_SPECIFIER = Atmosphere_pro_mac_distribution_profile_sachin; + PROVISIONING_PROFILE_SPECIFIER = atmospherePro_Mac_distribution_profile_sachin; SWIFT_VERSION = 5.0; }; name = Release; diff --git a/pubspec.yaml b/pubspec.yaml index b895cf52..2c19fc58 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # Mobile version -version: 1.0.9+50 +version: 1.0.10+52 # Desktop version macos # version: 1.0.1+19