Skip to content

Commit

Permalink
Merge pull request #3 from combateafraude/release/1.0.0-beta2
Browse files Browse the repository at this point in the history
Release 1.0.0-beta2
  • Loading branch information
marcuscaf authored Dec 18, 2024
2 parents a27db40 + f0e4f43 commit 5c27005
Show file tree
Hide file tree
Showing 18 changed files with 5,754 additions and 5,451 deletions.
2 changes: 1 addition & 1 deletion CafSmartAuth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'CafSmartAuth'
s.version = '1.0.0-beta1'
s.version = '1.0.0-beta2'
s.summary = 'CafSmartAuth'
s.homepage = 'https://github.com/combateafraude/iOS'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
10 changes: 5 additions & 5 deletions CafSmartAuth.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>CafSmartAuth.framework/CafSmartAuth</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>CafSmartAuth.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>CafSmartAuth.framework/CafSmartAuth</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>CafSmartAuth.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
Binary file not shown.
Loading

0 comments on commit 5c27005

Please sign in to comment.