Revert "chore: fastlane (skip e2e)"

This reverts commit 6acf329a5a.
This commit is contained in:
Mo
2023-03-20 10:30:23 -05:00
parent 404d8dfacf
commit a63ab6a555
2 changed files with 6 additions and 11 deletions

View File

@@ -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";