Skip to content

Commit

Permalink
Version: 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Schild authored and Michael Schild committed Aug 12, 2021
1 parent 164f849 commit 3de444c
Show file tree
Hide file tree
Showing 84 changed files with 1,565 additions and 1,035 deletions.
2 changes: 1 addition & 1 deletion CDockFramework.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CDockFramework'
s.version = '1.0.9'
s.version = '1.5.0'
s.license = { :type => 'MIT' }
s.homepage = 'https://github.com/edit/contentdock-sdk-ios-universal'
s.authors = { 'Michael Schild' => 'michael.schild@edit.de' }
Expand Down
14 changes: 7 additions & 7 deletions CDockFramework.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,37 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BitcodeSymbolMapsPath</key>
<string>BCSymbolMaps</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>CDockFramework.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>BitcodeSymbolMapsPath</key>
<string>BCSymbolMaps</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>CDockFramework.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>
Expand Down
Loading

0 comments on commit 3de444c

Please sign in to comment.