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

Commit 41c32c2

Browse files
nporter-adbeadobe-botjiabingengamsdkci
authored
Release 1.5.0
* Update ACPCore iOS lib to v2.9.1 🚀 (#100) * Update ACPCore iOS lib to version 2.9.0 🚀 * Update ACPCore iOS lib to version 2.9.0 🚀 * Update ACPLifecycle iOS lib to version 2.2.0 🚀 * Update ACPCore iOS lib to version 2.9.0 🚀 * Update ACPSignal iOS lib to version 2.2.0 🚀 * Update ACPIdentity iOS lib to version 2.5.0 🚀 Co-authored-by: jgeng <jgeng@adobe.com> Co-authored-by: amsdkci <amsdkci@amsdkci03.corp.adobe.com> * Swap static libs with XCFrameworks * Upgrade to Xcode 12 * update pod version * Deintegrate pods * Copy headers * Update ACPCore iOS lib to version 2.9.0 🚀 * Update podspec framework paths * Update RCTACPCore.podspec * 1.5.0 Co-authored-by: adobe-bot <30273922+adobe-bot@users.noreply.github.com> Co-authored-by: jgeng <jgeng@adobe.com> Co-authored-by: amsdkci <amsdkci@amsdkci03.corp.adobe.com>
1 parent 9d69d18 commit 41c32c2

93 files changed

Lines changed: 3994 additions & 118 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
build-ios:
1414
macos:
15-
xcode: "11.0"
15+
xcode: "12.0"
1616

1717
steps:
1818
- checkout
@@ -43,7 +43,7 @@ jobs:
4343

4444
unit-test:
4545
macos:
46-
xcode: "11.0"
46+
xcode: "12.0"
4747

4848
steps:
4949
- checkout
@@ -77,7 +77,7 @@ jobs:
7777

7878
build-sample-app-ios:
7979
macos:
80-
xcode: "11.0"
80+
xcode: "12.0"
8181

8282
steps:
8383
- checkout

RCTACPCore.podspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ Pod::Spec.new do |s|
1414

1515
s.source = { :git => "https://github.com/adobe/react-native-acpcore.git", :tag => "#{s.version}" }
1616

17-
17+
1818
s.requires_arc = true
1919

2020
s.dependency "React"
2121

2222
s.source_files = "ios/**/*.{h,m}"
23-
s.ios.vendored_libraries = 'ios/libs/libACPCore_iOS.a', 'ios/libs/libACPIdentity_iOS.a', 'ios/libs/libACPLifecycle_iOS.a', 'ios/libs/libACPSignal_iOS.a'
23+
s.ios.vendored_frameworks = 'ios/libs/ACPCore.xcframework', 'ios/libs/ACPIdentity.xcframework', 'ios/libs/ACPLifecycle.xcframework', 'ios/libs/ACPSignal.xcframework'
2424
s.ios.frameworks = 'UIKit', 'SystemConfiguration', 'WebKit', 'UserNotifications'
2525
s.ios.library = 'sqlite3.0', 'c++', 'z'
26-
27-
s.tvos.vendored_libraries = 'ios/libs/tvos/libACPCore_tvOS.a', 'ios/libs/tvos/libACPIdentity_tvOS.a', 'ios/libs/tvos/libACPLifecycle_tvOS.a', 'ios/libs/tvos/libACPSignal_tvOS.a'
26+
27+
s.tvos.vendored_frameworks = 'ios/libs/ACPCoreTV.xcframework', 'ios/libs/ACPIdentityTV.xcframework', 'ios/libs/ACPLifecycleTV.xcframework', 'ios/libs/ACPSignalTV.xcframework'
2828
s.tvos.frameworks = 'SystemConfiguration'
2929
s.tvos.library = 'sqlite3.0', 'c++', 'z'
30-
31-
30+
31+
3232
end

ios/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source 'https://rubygems.org'
22

3-
gem 'cocoapods', '= 1.6.0'
3+
gem 'cocoapods', '= 1.10.0'

ios/Gemfile.lock

Lines changed: 48 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,93 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.0)
5-
activesupport (4.2.11.1)
6-
i18n (~> 0.7)
4+
CFPropertyList (3.0.3)
5+
activesupport (5.2.4.4)
6+
concurrent-ruby (~> 1.0, >= 1.0.2)
7+
i18n (>= 0.7, < 2)
78
minitest (~> 5.1)
8-
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
10+
addressable (2.7.0)
11+
public_suffix (>= 2.0.2, < 5.0)
12+
algoliasearch (1.27.5)
13+
httpclient (~> 2.8, >= 2.8.3)
14+
json (>= 1.5.1)
1015
atomos (0.1.3)
11-
claide (1.0.2)
12-
cocoapods (1.6.0)
13-
activesupport (>= 4.0.2, < 5)
16+
claide (1.0.3)
17+
cocoapods (1.10.0)
18+
addressable (~> 2.6)
1419
claide (>= 1.0.2, < 2.0)
15-
cocoapods-core (= 1.6.0)
16-
cocoapods-deintegrate (>= 1.0.2, < 2.0)
17-
cocoapods-downloader (>= 1.2.2, < 2.0)
20+
cocoapods-core (= 1.10.0)
21+
cocoapods-deintegrate (>= 1.0.3, < 2.0)
22+
cocoapods-downloader (>= 1.4.0, < 2.0)
1823
cocoapods-plugins (>= 1.0.0, < 2.0)
1924
cocoapods-search (>= 1.0.0, < 2.0)
20-
cocoapods-stats (>= 1.0.0, < 2.0)
21-
cocoapods-trunk (>= 1.3.1, < 2.0)
25+
cocoapods-trunk (>= 1.4.0, < 2.0)
2226
cocoapods-try (>= 1.1.0, < 2.0)
2327
colored2 (~> 3.1)
2428
escape (~> 0.0.4)
25-
fourflusher (>= 2.2.0, < 3.0)
29+
fourflusher (>= 2.3.0, < 3.0)
2630
gh_inspector (~> 1.0)
2731
molinillo (~> 0.6.6)
2832
nap (~> 1.0)
29-
ruby-macho (~> 1.3, >= 1.3.1)
30-
xcodeproj (>= 1.8.0, < 2.0)
31-
cocoapods-core (1.6.0)
32-
activesupport (>= 4.0.2, < 6)
33+
ruby-macho (~> 1.4)
34+
xcodeproj (>= 1.19.0, < 2.0)
35+
cocoapods-core (1.10.0)
36+
activesupport (> 5.0, < 6)
37+
addressable (~> 2.6)
38+
algoliasearch (~> 1.0)
39+
concurrent-ruby (~> 1.1)
3340
fuzzy_match (~> 2.0.4)
3441
nap (~> 1.0)
42+
netrc (~> 0.11)
43+
public_suffix
44+
typhoeus (~> 1.0)
3545
cocoapods-deintegrate (1.0.4)
36-
cocoapods-downloader (1.2.2)
46+
cocoapods-downloader (1.4.0)
3747
cocoapods-plugins (1.0.0)
3848
nap
3949
cocoapods-search (1.0.0)
40-
cocoapods-stats (1.1.0)
41-
cocoapods-trunk (1.3.1)
50+
cocoapods-trunk (1.5.0)
4251
nap (>= 0.8, < 2.0)
4352
netrc (~> 0.11)
44-
cocoapods-try (1.1.0)
53+
cocoapods-try (1.2.0)
4554
colored2 (3.1.2)
46-
concurrent-ruby (1.1.5)
55+
concurrent-ruby (1.1.7)
4756
escape (0.0.4)
48-
fourflusher (2.2.0)
57+
ethon (0.12.0)
58+
ffi (>= 1.3.0)
59+
ffi (1.13.1)
60+
fourflusher (2.3.1)
4961
fuzzy_match (2.0.4)
5062
gh_inspector (1.1.3)
51-
i18n (0.9.5)
63+
httpclient (2.8.3)
64+
i18n (1.8.5)
5265
concurrent-ruby (~> 1.0)
53-
minitest (5.11.3)
66+
json (2.4.1)
67+
minitest (5.14.2)
5468
molinillo (0.6.6)
55-
nanaimo (0.2.6)
69+
nanaimo (0.3.0)
5670
nap (1.1.0)
5771
netrc (0.11.0)
72+
public_suffix (4.0.6)
5873
ruby-macho (1.4.0)
5974
thread_safe (0.3.6)
60-
tzinfo (1.2.5)
75+
typhoeus (1.4.0)
76+
ethon (>= 0.9.0)
77+
tzinfo (1.2.9)
6178
thread_safe (~> 0.1)
62-
xcodeproj (1.9.0)
79+
xcodeproj (1.19.0)
6380
CFPropertyList (>= 2.3.3, < 4.0)
6481
atomos (~> 0.1.3)
6582
claide (>= 1.0.2, < 2.0)
6683
colored2 (~> 3.1)
67-
nanaimo (~> 0.2.6)
84+
nanaimo (~> 0.3.0)
6885

6986
PLATFORMS
7087
ruby
7188

7289
DEPENDENCIES
73-
cocoapods (= 1.6.0)
90+
cocoapods (= 1.10.0)
7491

7592
BUNDLED WITH
76-
1.16.4
93+
2.1.2

ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ SPEC CHECKSUMS:
8787
React-jsinspector: e08662d1bf5b129a3d556eb9ea343a3f40353ae4
8888
yoga: 312528f5bbbba37b4dcea5ef00e8b4033fdd9411
8989

90-
PODFILE CHECKSUM: 2cf8286809a9592cd8b90aed9519b192093c7387
90+
PODFILE CHECKSUM: 71c022224f811410582caa784ad3bf3f3bee8ac6
9191

92-
COCOAPODS: 1.9.3
92+
COCOAPODS: 1.10.0

0 commit comments

Comments
 (0)