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

Commit be43278

Browse files
authored
Merge pull request #655 from Adobe-Marketing-Cloud/analytics-2.5.2-fastlane-ios-pod
ACPAnalytics v2.5.2 Cocoapods Release 🚀
2 parents 36a7a0e + b6690e5 commit be43278

File tree

11 files changed

+18
-18
lines changed

11 files changed

+18
-18
lines changed

ACPAnalytics.podspec

Lines changed: 1 addition & 1 deletion
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.1"
3+
s.version = "2.5.2"
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.

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_i386_x86_64-simulator</string>
11+
<string>ios-arm64_armv7_armv7s</string>
1212
<key>LibraryPath</key>
1313
<string>libACPAnalytics_iOS.a</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17-
<string>i386</string>
18-
<string>x86_64</string>
17+
<string>armv7</string>
18+
<string>armv7s</string>
1919
</array>
2020
<key>SupportedPlatform</key>
2121
<string>ios</string>
22-
<key>SupportedPlatformVariant</key>
23-
<string>simulator</string>
2422
</dict>
2523
<dict>
2624
<key>HeadersPath</key>
2725
<string>Headers</string>
2826
<key>LibraryIdentifier</key>
29-
<string>ios-arm64_armv7_armv7s</string>
27+
<string>ios-arm64_i386_x86_64-simulator</string>
3028
<key>LibraryPath</key>
3129
<string>libACPAnalytics_iOS.a</string>
3230
<key>SupportedArchitectures</key>
3331
<array>
3432
<string>arm64</string>
35-
<string>armv7</string>
36-
<string>armv7s</string>
33+
<string>i386</string>
34+
<string>x86_64</string>
3735
</array>
3836
<key>SupportedPlatform</key>
3937
<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.1
12+
Analytics Version: 2.5.2
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.1
12+
Analytics Version: 2.5.2
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.1
12+
Analytics Version: 2.5.2
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.1
12+
Analytics Version: 2.5.2
1313
*/
1414

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

0 commit comments

Comments
 (0)