Skip to content
This repository was archived by the owner on Jul 8, 2024. It is now read-only.

Commit 01f61fa

Browse files
authored
Merge pull request #672 from Adobe-Marketing-Cloud/analytics-2.5.4-fastlane-ios-pod
ACPAnalytics v2.5.4 Cocoapods Release 🚀
2 parents 2cf36db + d1f1397 commit 01f61fa

File tree

11 files changed

+19
-19
lines changed

11 files changed

+19
-19
lines changed

ACPAnalytics.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "ACPAnalytics"
3-
s.version = "2.5.3"
3+
s.version = "2.5.4"
44
s.summary = "Analytics library for Adobe Experience Platform SDK. Written and maintained by Adobe."
55
s.description = <<-DESC
66
The Analytics library provides APIs that allow use of the Analytics product in the Adobe Experience Platform SDK.
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
2323
s.cocoapods_version = ">= 1.10"
2424

2525
# dependency on the core library
26-
s.dependency "ACPCore", ">= 2.9.0"
26+
s.dependency "ACPCore", ">= 2.9.6"
2727

2828
s.subspec "xcframeworks" do |f|
2929
f.ios.vendored_frameworks = "#{s.name}.xcframework"

ACPAnalytics.xcframework/Info.plist

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,35 +8,35 @@
88
<key>HeadersPath</key>
99
<string>Headers</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64_armv7_armv7s</string>
11+
<string>ios-arm64_i386_x86_64-simulator</string>
1212
<key>LibraryPath</key>
1313
<string>libACPAnalytics_iOS.a</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17-
<string>armv7</string>
18-
<string>armv7s</string>
17+
<string>i386</string>
18+
<string>x86_64</string>
1919
</array>
2020
<key>SupportedPlatform</key>
2121
<string>ios</string>
22+
<key>SupportedPlatformVariant</key>
23+
<string>simulator</string>
2224
</dict>
2325
<dict>
2426
<key>HeadersPath</key>
2527
<string>Headers</string>
2628
<key>LibraryIdentifier</key>
27-
<string>ios-arm64_i386_x86_64-simulator</string>
29+
<string>ios-arm64_armv7_armv7s</string>
2830
<key>LibraryPath</key>
2931
<string>libACPAnalytics_iOS.a</string>
3032
<key>SupportedArchitectures</key>
3133
<array>
3234
<string>arm64</string>
33-
<string>i386</string>
34-
<string>x86_64</string>
35+
<string>armv7</string>
36+
<string>armv7s</string>
3537
</array>
3638
<key>SupportedPlatform</key>
3739
<string>ios</string>
38-
<key>SupportedPlatformVariant</key>
39-
<string>simulator</string>
4040
</dict>
4141
</array>
4242
<key>CFBundlePackageType</key>

ACPAnalytics.xcframework/ios-arm64_armv7_armv7s/Headers/ACPAnalytics.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA
99
OF ANY KIND, either express or implied. See the License for the specific language
1010
governing permissions and limitations under the License.
1111
12-
Analytics Version: 2.5.3
12+
Analytics Version: 2.5.4
1313
*/
1414

1515
#import <Foundation/Foundation.h>
Binary file not shown.

ACPAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/Headers/ACPAnalytics.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA
99
OF ANY KIND, either express or implied. See the License for the specific language
1010
governing permissions and limitations under the License.
1111
12-
Analytics Version: 2.5.3
12+
Analytics Version: 2.5.4
1313
*/
1414

1515
#import <Foundation/Foundation.h>
Binary file not shown.

ACPAnalyticsTV.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@
88
<key>HeadersPath</key>
99
<string>Headers</string>
1010
<key>LibraryIdentifier</key>
11-
<string>tvos-arm64</string>
11+
<string>tvos-arm64_x86_64-simulator</string>
1212
<key>LibraryPath</key>
1313
<string>libACPAnalytics_tvOS.a</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17+
<string>x86_64</string>
1718
</array>
1819
<key>SupportedPlatform</key>
1920
<string>tvos</string>
21+
<key>SupportedPlatformVariant</key>
22+
<string>simulator</string>
2023
</dict>
2124
<dict>
2225
<key>HeadersPath</key>
2326
<string>Headers</string>
2427
<key>LibraryIdentifier</key>
25-
<string>tvos-arm64_x86_64-simulator</string>
28+
<string>tvos-arm64</string>
2629
<key>LibraryPath</key>
2730
<string>libACPAnalytics_tvOS.a</string>
2831
<key>SupportedArchitectures</key>
2932
<array>
3033
<string>arm64</string>
31-
<string>x86_64</string>
3234
</array>
3335
<key>SupportedPlatform</key>
3436
<string>tvos</string>
35-
<key>SupportedPlatformVariant</key>
36-
<string>simulator</string>
3737
</dict>
3838
</array>
3939
<key>CFBundlePackageType</key>

ACPAnalyticsTV.xcframework/tvos-arm64/Headers/ACPAnalytics.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA
99
OF ANY KIND, either express or implied. See the License for the specific language
1010
governing permissions and limitations under the License.
1111
12-
Analytics Version: 2.5.3
12+
Analytics Version: 2.5.4
1313
*/
1414

1515
#import <Foundation/Foundation.h>
Binary file not shown.

ACPAnalyticsTV.xcframework/tvos-arm64_x86_64-simulator/Headers/ACPAnalytics.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA
99
OF ANY KIND, either express or implied. See the License for the specific language
1010
governing permissions and limitations under the License.
1111
12-
Analytics Version: 2.5.3
12+
Analytics Version: 2.5.4
1313
*/
1414

1515
#import <Foundation/Foundation.h>
Binary file not shown.

0 commit comments

Comments
 (0)