chore: ios ci
This commit is contained in:
@@ -2,7 +2,7 @@ storage_mode("git")
|
|||||||
|
|
||||||
# type("development") # The default type, can be: appstore, adhoc, enterprise or development
|
# type("development") # The default type, can be: appstore, adhoc, enterprise or development
|
||||||
|
|
||||||
app_identifier(["com.standardnotes.standardnotes"])
|
app_identifier(["com.standardnotes.standardnotes", "com.standardnotes.standardnotes.Share-To-SN"])
|
||||||
|
|
||||||
# For all available options run `fastlane match --help`
|
# For all available options run `fastlane match --help`
|
||||||
# Remove the # in the beginning of the line to enable the other options
|
# Remove the # in the beginning of the line to enable the other options
|
||||||
|
|||||||
@@ -841,7 +841,7 @@
|
|||||||
PRODUCT_BUNDLE_IDENTIFIER = "com.standardnotes.standardnotes.Share-To-SN";
|
PRODUCT_BUNDLE_IDENTIFIER = "com.standardnotes.standardnotes.Share-To-SN";
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||||
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Share-To-SN";
|
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore com.standardnotes.standardnotes.Share-To-SN";
|
||||||
SKIP_INSTALL = YES;
|
SKIP_INSTALL = YES;
|
||||||
SWIFT_COMPILATION_MODE = wholemodule;
|
SWIFT_COMPILATION_MODE = wholemodule;
|
||||||
SWIFT_EMIT_LOC_STRINGS = YES;
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
||||||
|
|||||||
Reference in New Issue
Block a user