Skip to content

Commit

Permalink
CircleCI update SpotIMCore.xcframework to version 1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ios-dev-openweb committed Jun 6, 2022
1 parent a6a4126 commit 973e7c6
Show file tree
Hide file tree
Showing 26 changed files with 583 additions and 572 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This library provides an easy integration with Spot.IM into a native iOS app.

#### Using [CocoaPods](https://cocoapods.org)
1. Set dependency as follows:
`pod 'SpotIMCore', '1.14.1'`
`pod 'SpotIMCore', '1.14.2'`
2. Execute `pod install` in Terminal
3. Open workspace file and run

Expand All @@ -22,7 +22,7 @@ The Swift Package Manager is a tool for automating the distribution of Swift cod
Once you have your Swift package set up, adding SpotIM as a dependency is as easy as adding it to the dependencies value of your Package.swift.
```
dependencies: [
.package(url: "https://github.com/SpotIM/spotim-ios-sdk-pod.git", .upToNextMajor(from: "1.14.1"))
.package(url: "https://github.com/SpotIM/spotim-ios-sdk-pod.git", .upToNextMajor(from: "1.14.2"))
]
```

Expand Down
2 changes: 1 addition & 1 deletion SpotIMCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SpotIMCore'
s.version = '1.14.1'
s.version = '1.14.2'
s.swift_versions = ['5.0']
s.summary = 'OpenWeb SDK'
s.description = 'This SDK allows you to integrate OpenWeb into your iOS app.'
Expand Down
18 changes: 9 additions & 9 deletions SpotImCore.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,39 +5,39 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BitcodeSymbolMapsPath</key>
<string>BCSymbolMaps</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<string>ios-arm64_armv7</string>
<key>LibraryPath</key>
<string>SpotImCore.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
<string>armv7</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BitcodeSymbolMapsPath</key>
<string>BCSymbolMaps</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>SpotImCore.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 973e7c6

Please sign in to comment.