Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit 7c0b12a

Browse files
committed
Merge pull request #20 from datalogics-bhaugen/code-signing-enterprise
Set bundle ID to “org.readium.SDKLauncher.iOS”
2 parents a306ad9 + 64c69a3 commit 7c0b12a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

SDKLauncher-iOS-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</dict>
4141
</dict>
4242
<key>CFBundleIdentifier</key>
43-
<string>org.readium.${PRODUCT_NAME:rfc1034identifier}</string>
43+
<string>org.readium.SDKLauncher.iOS</string>
4444
<key>CFBundleInfoDictionaryVersion</key>
4545
<string>6.0</string>
4646
<key>CFBundleName</key>

SDKLauncher-iOS.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -946,6 +946,8 @@
946946
340FC17816BC3B4600346A59 /* Release */ = {
947947
isa = XCBuildConfiguration;
948948
buildSettings = {
949+
CODE_SIGN_IDENTITY = "iPhone Distribution: Readium Foundation";
950+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Readium Foundation";
949951
GCC_PRECOMPILE_PREFIX_HEADER = YES;
950952
HEADER_SEARCH_PATHS = (
951953
"${SDKROOT}/usr/include/libxml2",

0 commit comments

Comments
 (0)