Skip to content
This repository was archived by the owner on Aug 12, 2022. It is now read-only.

Commit 7de3ed4

Browse files
Merge pull request #303 from readium/fixes/lcp
code signing and dependency updates
2 parents d3a907e + b72fb97 commit 7de3ed4

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ github "cezheng/Fuzi" == 3.1.1
88
github "dexman/Minizip" == 1.4.0
99
github "readium/r2-shared-swift" == 1.4.2
1010
github "readium/r2-streamer-swift" == 1.2.3
11-
github "readium/r2-navigator-swift" == 1.2.4
11+
github "readium/r2-navigator-swift" == 1.2.5
1212
github "readium/readium-opds-swift" == 1.2.2

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ github "dexman/Minizip" "1.4.0"
33
github "jdg/MBProgressHUD" "1.1.0"
44
github "krzyzanowskim/CryptoSwift" "1.2.0"
55
github "onevcat/Kingfisher" "5.9.0"
6-
github "readium/r2-navigator-swift" "1.2.4"
6+
github "readium/r2-navigator-swift" "1.2.5"
77
github "readium/r2-shared-swift" "1.4.2"
88
github "readium/r2-streamer-swift" "1.2.3"
99
github "readium/readium-opds-swift" "1.2.2"

r2-testapp-swift.xcodeproj/project.pbxproj

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,14 +1016,6 @@
10161016
LastUpgradeCheck = 1020;
10171017
ORGANIZATIONNAME = Readium;
10181018
TargetAttributes = {
1019-
0350FCE3211CD2CB006994C2 = {
1020-
DevelopmentTeam = 327YA3JNGT;
1021-
ProvisioningStyle = Automatic;
1022-
};
1023-
0350FD37211CD625006994C2 = {
1024-
DevelopmentTeam = 327YA3JNGT;
1025-
ProvisioningStyle = Automatic;
1026-
};
10271019
CA822C71221C5737005800D1 = {
10281020
DevelopmentTeam = 327YA3JNGT;
10291021
LastSwiftMigration = 1010;
@@ -1544,6 +1536,7 @@
15441536
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
15451537
CLANG_ENABLE_CODE_COVERAGE = NO;
15461538
CODE_SIGN_ENTITLEMENTS = "r2-testapp-swift/r2-testapp-swift.entitlements";
1539+
CODE_SIGN_IDENTITY = "Apple Development";
15471540
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
15481541
CODE_SIGN_STYLE = Automatic;
15491542
CURRENT_PROJECT_VERSION = 4;
@@ -1582,6 +1575,7 @@
15821575
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
15831576
CLANG_ENABLE_CODE_COVERAGE = NO;
15841577
CODE_SIGN_ENTITLEMENTS = "r2-testapp-swift/r2-testapp-swift.entitlements";
1578+
CODE_SIGN_IDENTITY = "Apple Development";
15851579
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
15861580
CODE_SIGN_STYLE = Automatic;
15871581
CURRENT_PROJECT_VERSION = 4;
@@ -1620,6 +1614,7 @@
16201614
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
16211615
CLANG_ENABLE_CODE_COVERAGE = NO;
16221616
CODE_SIGN_ENTITLEMENTS = "r2-testapp-swift/r2-testapp-swift.entitlements";
1617+
CODE_SIGN_IDENTITY = "Apple Development";
16231618
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
16241619
CODE_SIGN_STYLE = Automatic;
16251620
CURRENT_PROJECT_VERSION = 4;
@@ -1658,6 +1653,7 @@
16581653
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
16591654
CLANG_ENABLE_CODE_COVERAGE = NO;
16601655
CODE_SIGN_ENTITLEMENTS = "r2-testapp-swift/r2-testapp-swift.entitlements";
1656+
CODE_SIGN_IDENTITY = "Apple Development";
16611657
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
16621658
CODE_SIGN_STYLE = Automatic;
16631659
CURRENT_PROJECT_VERSION = 4;

0 commit comments

Comments
 (0)