Skip to content

Commit

Permalink
update iOS profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jyu115 committed Dec 6, 2023
1 parent 2d39cd4 commit dfaf4d7
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = "swift-sample-app/swift-sample-app.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = BP98Z28R86;
INFOPLIST_FILE = "swift-sample-app/Info.plist";
Expand All @@ -551,6 +552,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = "iterable.swift-sample-app";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand All @@ -568,7 +570,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "iterable.swift-sample-app";
PRODUCT_BUNDLE_IDENTIFIER = "com.iterable.swift-sample-app";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -578,6 +580,7 @@
ACA3A15720E2F83E00FEF74F /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = BP98Z28R86;
INFOPLIST_FILE = "swift-sample-app-notification-extension/Info.plist";
Expand All @@ -588,6 +591,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = "iterable.swift-sample-app.swift-sample-app-notification-extension";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down Expand Up @@ -625,7 +629,7 @@
MARKETING_VERSION = 1.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.iterable.sampleapp.swift.SwiftSampleAppUITest;
PRODUCT_BUNDLE_IDENTIFIER = "iterable.swift-sample-app.SwiftSampleAppUITest";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
Expand Down

0 comments on commit dfaf4d7

Please sign in to comment.