Skip to content

Commit

Permalink
3.1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Jan 10, 2024
1 parent a410996 commit 4e2e3e9
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Nami.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Nami'
s.version = '3.1.26'
s.version = '3.1.27'
s.summary = 'Easy Apple StoreKit subscriptions & in-app purchases, with powerful built-in paywalls and A/B testing.'

s.description = <<-DESC
Expand Down
Binary file modified NamiApple.xcframework.zip
Binary file not shown.
18 changes: 9 additions & 9 deletions NamiApple.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>tvos-arm64_x86_64-simulator</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>NamiApple.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -15,48 +15,48 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>NamiApple.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>LibraryIdentifier</key>
<string>tvos-arm64</string>
<string>tvos-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>NamiApple.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>tvos-arm64</string>
<key>LibraryPath</key>
<string>NamiApple.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>tvos</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file modified NamiApple.xcframework/ios-arm64/NamiApple.framework/Info.plist
Binary file not shown.
Binary file modified NamiApple.xcframework/ios-arm64/NamiApple.framework/NamiApple
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</data>
<key>Info.plist</key>
<data>
TvkpBw6Y+RroAzsSjCZftzIszTM=
oSztk0jTcRJ+6hSxzZunwlElALo=
</data>
<key>Modules/NamiApple.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
<data>
Expand Down
Binary file modified NamiApple.xcframework/tvos-arm64/NamiApple.framework/Info.plist
Binary file not shown.
Binary file modified NamiApple.xcframework/tvos-arm64/NamiApple.framework/NamiApple
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</data>
<key>Info.plist</key>
<data>
fxNvLNhkIVj3an5sVYi2ac89NM0=
OVTsszez12vMxBLpUxDVpCTBvck=
</data>
<key>Modules/NamiApple.swiftmodule/arm64-apple-tvos-simulator.swiftdoc</key>
<data>
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ let package = Package(
// Nami is a binary XCFramework
.binaryTarget(
name: "NamiApple",
url: "https://packages.namiml.com/NamiSDK/Apple/3.1.26/NamiApple.xcframework-3.1.26.zip",
checksum: "61ed712c2fa5780a267e12835a010216ddad968e2dd52904a4fda77497a5ebc1"
url: "https://packages.namiml.com/NamiSDK/Apple/3.1.27/NamiApple.xcframework-3.1.27.zip",
checksum: "05f5bb5219622769b684d19c62435401439f9ab080450a0beb2bcca4d5db5c51"
),
]
)
2 changes: 1 addition & 1 deletion Podfile.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ target 'MyApp' do
use_frameworks!

# Pods for MyApp
pod 'Nami', '~> 3.1.26'
pod 'Nami', '~> 3.1.27'

target 'MyAppTests' do
inherit! :search_paths
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Get started by heading over to our [quick start guide](https://docs.namiml.com/d
Add the following line to your Podfile. See the example in this repo `Podfile.example`.

```
pod "Nami", "3.1.26"
pod "Nami", "3.1.27"
```

Then run the command
Expand Down

0 comments on commit 4e2e3e9

Please sign in to comment.