diff --git a/packages/mobile/fastlane/Fastfile b/packages/mobile/fastlane/Fastfile index b834f3e50..dbc368761 100755 --- a/packages/mobile/fastlane/Fastfile +++ b/packages/mobile/fastlane/Fastfile @@ -28,7 +28,7 @@ platform :ios do scheme: scheme, output_name: scheme, silent: true, - xcargs: 'DEBUG_INFORMATION_FORMAT=dwarf-with-dsym -allowProvisioningUpdates' + xcargs: 'DEBUG_INFORMATION_FORMAT=dwarf-with-dsym' ) build_number diff --git a/packages/mobile/ios/StandardNotes.xcodeproj/project.pbxproj b/packages/mobile/ios/StandardNotes.xcodeproj/project.pbxproj index 0a259df69..e7baede9f 100644 --- a/packages/mobile/ios/StandardNotes.xcodeproj/project.pbxproj +++ b/packages/mobile/ios/StandardNotes.xcodeproj/project.pbxproj @@ -674,10 +674,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = Blue; CLANG_ENABLE_MODULES = YES; - CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = HKF9BXSN95; ENABLE_BITCODE = NO; INFOPLIST_FILE = StandardNotes/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( @@ -692,7 +689,6 @@ ); PRODUCT_BUNDLE_IDENTIFIER = com.standardnotes.standardnotes; PRODUCT_NAME = StandardNotes; - PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; @@ -707,10 +703,11 @@ ASSETCATALOG_COMPILER_APPICON_NAME = Blue; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = StandardNotes/StandardNotes.entitlements; - CODE_SIGN_IDENTITY = "Apple Development"; - CODE_SIGN_STYLE = Automatic; + CODE_SIGN_IDENTITY = "iPhone Distribution"; + CODE_SIGN_STYLE = Manual; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = HKF9BXSN95; + "DEVELOPMENT_TEAM[sdk=iphoneos*]" = HKF9BXSN95; INFOPLIST_FILE = StandardNotes/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -724,7 +721,8 @@ ); PRODUCT_BUNDLE_IDENTIFIER = com.standardnotes.standardnotes; PRODUCT_NAME = StandardNotes; - PROVISIONING_PROFILE_SPECIFIER = ""; + PROVISIONING_PROFILE_SPECIFIER = "match AppStore com.standardnotes.standardnotes"; + "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore com.standardnotes.standardnotes"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; @@ -892,11 +890,9 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = SNDev.entitlements; CODE_SIGN_IDENTITY = "iPhone Distribution"; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_STYLE = Manual; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = HKF9BXSN95; - "DEVELOPMENT_TEAM[sdk=iphoneos*]" = HKF9BXSN95; INFOPLIST_FILE = "StandardNotesDev-Info.plist"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -911,7 +907,6 @@ PRODUCT_BUNDLE_IDENTIFIER = com.standardnotes.standardnotes.dev; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = "match AppStore com.standardnotes.standardnotes.dev"; - "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = Dev; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic";