Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOS-10530 New signing #398

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions MisticaCatalog/MisticaCatalog.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = "$(CURRENT_PROJECT_VERSION)";
DEVELOPMENT_TEAM = JA666WMX28;
DEVELOPMENT_TEAM = GFMF97LQSW;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = "$(SRCROOT)/SupportFiles/Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = MisticaCatalog;
Expand All @@ -703,9 +703,9 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = "$(VERSION_NUMBER)";
PRODUCT_BUNDLE_IDENTIFIER = com.telefonica.mistica.enterprise;
PRODUCT_BUNDLE_IDENTIFIER = com.tid.mistica.enterprise;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "mistica-app-development";
PROVISIONING_PROFILE_SPECIFIER = "development-mistica";
SWIFT_VERSION = 5.0;
};
name = Debug;
Expand All @@ -719,7 +719,7 @@
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = "$(CURRENT_PROJECT_VERSION)";
DEVELOPMENT_TEAM = JA666WMX28;
DEVELOPMENT_TEAM = GFMF97LQSW;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = "$(SRCROOT)/SupportFiles/Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = MisticaCatalog;
Expand All @@ -728,9 +728,9 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = "$(VERSION_NUMBER)";
PRODUCT_BUNDLE_IDENTIFIER = com.telefonica.mistica.enterprise;
PRODUCT_BUNDLE_IDENTIFIER = com.tid.mistica.enterprise;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "mistica-app";
PROVISIONING_PROFILE_SPECIFIER = "distribution-mistica";
SWIFT_VERSION = 5.0;
};
name = Release;
Expand Down
2 changes: 1 addition & 1 deletion MisticaCatalog/SupportFiles/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<key>CFBundleTypeRole</key>
<string>None</string>
<key>CFBundleURLName</key>
<string>com.telefonica.mistica.enterprise</string>
<string>com.tid.mistica.enterprise</string>
<key>CFBundleURLSchemes</key>
<array>
<string>mistica</string>
Expand Down
2 changes: 1 addition & 1 deletion MisticaCatalog/SupportFiles/MisticaCatalogConfig.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks @loader_path/

DEFINES_MODULE = YES
INFOPLIST_FILE = SupportFiles/Info.plist
PRODUCT_BUNDLE_IDENTIFIER = com.telefonica.mistica.enterprise
PRODUCT_BUNDLE_IDENTIFIER = com.tid.mistica.enterprise

// Swift

Expand Down
4 changes: 2 additions & 2 deletions Sources/SupportFiles/Mistica.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ INSTALL_PATH = $(LOCAL_LIBRARY_DIR)/Frameworks
IPHONEOS_DEPLOYMENT_TARGET = 12.0
SKIP_INSTALL = YES
TARGETED_DEVICE_FAMILY = 1,2
PRODUCT_BUNDLE_IDENTIFIER = com.telefonica.mistica
PRODUCT_BUNDLE_IDENTIFIER = com.tid.mistica
PRODUCT_NAME = $(TARGET_NAME:c99extidentifier)
APPLICATION_EXTENSION_API_ONLY = YES
BUILD_LIBRARY_FOR_DISTRIBUTION = NO
Expand All @@ -36,7 +36,7 @@ LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks @loader_path/

DEFINES_MODULE = YES
INFOPLIST_FILE = $(TARGET_NAME)/SupportFiles/Info.plist
PRODUCT_BUNDLE_IDENTIFIER = com.telefonica.$(TARGET_NAME)
PRODUCT_BUNDLE_IDENTIFIER = com.tid.$(TARGET_NAME)

// Signing

Expand Down
8 changes: 4 additions & 4 deletions enterprise.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
<string>enterprise</string>
<key>provisioningProfiles</key>
<dict>
<key>com.telefonica.mistica.enterprise</key>
<string>mistica-app</string>
<key>com.tid.mistica.enterprise</key>
<string>distribution-mistica</string>
</dict>
<key>signingCertificate</key>
<string>iPhone Distribution: Tuenti Technologies SL</string>
<string>iPhone Distribution: Telefonica Innovacion Digital, S.L.</string>
<key>signingStyle</key>
<string>manual</string>
<key>stripSwiftSymbols</key>
<true/>
<key>teamID</key>
<string>JA666WMX28</string>
<string>GFMF97LQSW</string>
<key>thinning</key>
<string>&lt;none&gt;</string>
</dict>
Expand Down
Loading