main 0.8.0
gem 3 weeks ago
parent d8cb97ca66
commit 8ef7aa9775
  1. 2
      openim_sdk_core_ios.podspec
  2. 10
      openim_sdk_core_ios/frameworks/OpenIMCore.xcframework/Info.plist
  3. 4
      openim_sdk_core_ios/frameworks/OpenIMCore.xcframework/ios-arm64/OpenIMCore.framework/Info.plist
  4. BIN
      openim_sdk_core_ios/frameworks/OpenIMCore.xcframework/ios-arm64/OpenIMCore.framework/OpenIMCore
  5. 4
      openim_sdk_core_ios/frameworks/OpenIMCore.xcframework/ios-arm64_x86_64-simulator/OpenIMCore.framework/Info.plist
  6. BIN
      openim_sdk_core_ios/frameworks/OpenIMCore.xcframework/ios-arm64_x86_64-simulator/OpenIMCore.framework/OpenIMCore

@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'openim_sdk_core_ios'
s.version = '0.7.0'
s.version = '0.8.0'
s.summary = 'A short description of openim_sdk_core_ios.'
# This description is used to generate tags and improve search results.

@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>OpenIMCore.framework/OpenIMCore</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>OpenIMCore.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>OpenIMCore.framework/OpenIMCore</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>OpenIMCore.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>

@ -9,9 +9,9 @@
<key>MinimumOSVersion</key>
<string>100.0</string>
<key>CFBundleShortVersionString</key>
<string>0.0.1741330677</string>
<string>0.0.1742636770</string>
<key>CFBundleVersion</key>
<string>0.0.1741330677</string>
<string>0.0.1742636770</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
</dict>

@ -9,9 +9,9 @@
<key>MinimumOSVersion</key>
<string>100.0</string>
<key>CFBundleShortVersionString</key>
<string>0.0.1741330677</string>
<string>0.0.1742636770</string>
<key>CFBundleVersion</key>
<string>0.0.1741330677</string>
<string>0.0.1742636770</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
</dict>

Loading…
Cancel
Save