Skip to content

Commit 4ca9ae0

Browse files
author
Atomic Releases
committed
Release 26.1.0
1 parent 1afb5fb commit 4ca9ae0

11 files changed

Lines changed: 9 additions & 9 deletions

File tree

AtomicSDK-framework.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = 'AtomicSDK-framework'
3-
s.version = '25.1.0'
3+
s.version = '26.1.0'
44
s.summary = 'Atomic SDK for iOS, distributed as a fat framework.'
55
s.license = { :type => 'Commercial', :text => ' ' }
66
s.authors = 'Atomic.io Limited'
77
s.homepage = 'https://atomic.io/'
88
s.description = 'The Atomic SDK for integrating Atomic into your app. Supports iOS 12.0+.'
99
s.requires_arc = true
10-
s.source = { :git => 'https://github.com/EricAtomic/releaseTest.git', :tag => '25.1.0' }
10+
s.source = { :git => 'https://github.com/EricAtomic/releaseTest.git', :tag => '26.1.0' }
1111
s.platform = :ios, '12.0'
1212
s.preserve_paths = 'iOS/AtomicSDK.framework'
1313
s.public_header_files = 'iOS/AtomicSDK.framework/Headers/*.h'

AtomicSDK.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = 'AtomicSDK'
3-
s.version = '25.1.0'
3+
s.version = '26.1.0'
44
s.summary = 'Atomic SDK for iOS, distributed as an xcframework.'
55
s.license = { :type => 'Commercial', :text => ' ' }
66
s.authors = 'Atomic.io Limited'
77
s.homepage = 'https://atomic.io/'
88
s.description = 'The Atomic SDK for integrating Atomic into your app. Supports iOS 12.0+.'
99
s.requires_arc = true
10-
s.source = { :git => 'https://github.com/EricAtomic/releaseTest.git', :tag => '25.1.0' }
10+
s.source = { :git => 'https://github.com/EricAtomic/releaseTest.git', :tag => '26.1.0' }
1111
s.platform = :ios, '12.0'
1212
s.preserve_paths = 'iOS/AtomicSDK.xcframework'
1313
s.public_header_files = 'iOS/AtomicSDK.xcframework/ios-arm64/AtomicSDK.framework/Headers/*.h'
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

iOS/AtomicSDK.framework/AtomicSDK

0 Bytes
Binary file not shown.
Binary file not shown.

iOS/AtomicSDK.xcframework/Info.plist

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

0 commit comments

Comments
 (0)