Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luca992 committed Oct 15, 2022
1 parent bf5ab31 commit db9fbe7
Show file tree
Hide file tree
Showing 13 changed files with 154 additions and 64 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx4g

# Publishing : Required
GROUP=io.eqoty.secretk
VERSION_NAME=0.8.1
VERSION_NAME=0.9.0
POM_ARTIFACT_ID=client

# Publishing : Optional
Expand Down
16 changes: 8 additions & 8 deletions secretk.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>macos-arm64_x86_64</string>
<key>LibraryPath</key>
<string>secretk.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -17,9 +15,7 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>macos</string>
</dict>
<dict>
<key>DebugSymbolsPath</key>
Expand All @@ -36,8 +32,10 @@
<string>ios</string>
</dict>
<dict>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>macos-arm64_x86_64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>secretk.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -46,7 +44,9 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>macos</string>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Loading

0 comments on commit db9fbe7

Please sign in to comment.