Skip to content

Commit

Permalink
Merge pull request #12 from namiml/2.9.4
Browse files Browse the repository at this point in the history
2.9.4
  • Loading branch information
KiGi authored Apr 15, 2022
2 parents 01d17d5 + 5d5d230 commit 4e65db2
Show file tree
Hide file tree
Showing 32 changed files with 70 additions and 55 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 = '2.9.3'
s.version = '2.9.4'
s.summary = 'Simplify StoreKit integration and testing. Add cloud based dynamic paywalls to your app.'

s.description = <<-DESC
Expand Down
Binary file modified Nami.xcframework.zip
Binary file not shown.
10 changes: 5 additions & 5 deletions Nami.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>Nami.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>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>Nami.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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
// Generated by Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)
#ifndef NAMI_SWIFT_H
#define NAMI_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -1102,7 +1102,8 @@ typedef SWIFT_ENUM(NSInteger, NamiPlatformType, open) {
NamiPlatformTypeAndroid = 1,
NamiPlatformTypeApple = 2,
NamiPlatformTypeRoku = 3,
NamiPlatformTypeWeb = 4,
NamiPlatformTypeIronsource_rewarded = 4,
NamiPlatformTypeWeb = 5,
};

enum NamiPurchaseSource : NSInteger;
Expand Down
Binary file modified Nami.xcframework/ios-arm64/Nami.framework/Info.plist
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)
// swift-module-flags: -target arm64-apple-ios11.2 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Osize -module-name Nami
import CoreML
import Foundation
Expand Down Expand Up @@ -452,6 +452,7 @@ extension Foundation.NSNotification.Name {
case android
case apple
case roku
case ironsource_rewarded
case web
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)
// swift-module-flags: -target arm64-apple-ios11.2 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Osize -module-name Nami
import CoreML
import Foundation
Expand Down Expand Up @@ -452,6 +452,7 @@ extension Foundation.NSNotification.Name {
case android
case apple
case roku
case ironsource_rewarded
case web
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)
// swift-module-flags: -target arm64-apple-ios11.2 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Osize -module-name Nami
import CoreML
import Foundation
Expand Down Expand Up @@ -452,6 +452,7 @@ extension Foundation.NSNotification.Name {
case android
case apple
case roku
case ironsource_rewarded
case web
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)
// swift-module-flags: -target arm64-apple-ios11.2 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Osize -module-name Nami
import CoreML
import Foundation
Expand Down Expand Up @@ -452,6 +452,7 @@ extension Foundation.NSNotification.Name {
case android
case apple
case roku
case ironsource_rewarded
case web
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
Expand Down
Binary file modified Nami.xcframework/ios-arm64/Nami.framework/Nami
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
// Generated by Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)
#ifndef NAMI_SWIFT_H
#define NAMI_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -1104,7 +1104,8 @@ typedef SWIFT_ENUM(NSInteger, NamiPlatformType, open) {
NamiPlatformTypeAndroid = 1,
NamiPlatformTypeApple = 2,
NamiPlatformTypeRoku = 3,
NamiPlatformTypeWeb = 4,
NamiPlatformTypeIronsource_rewarded = 4,
NamiPlatformTypeWeb = 5,
};

enum NamiPurchaseSource : NSInteger;
Expand Down Expand Up @@ -1568,7 +1569,7 @@ SWIFT_CLASS("_TtC4Nami22StylableSimpleTextCell")
#endif

#elif defined(__x86_64__) && __x86_64__
// Generated by Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
// Generated by Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)
#ifndef NAMI_SWIFT_H
#define NAMI_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -2672,7 +2673,8 @@ typedef SWIFT_ENUM(NSInteger, NamiPlatformType, open) {
NamiPlatformTypeAndroid = 1,
NamiPlatformTypeApple = 2,
NamiPlatformTypeRoku = 3,
NamiPlatformTypeWeb = 4,
NamiPlatformTypeIronsource_rewarded = 4,
NamiPlatformTypeWeb = 5,
};

enum NamiPurchaseSource : NSInteger;
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)
// swift-module-flags: -target arm64-apple-ios11.2-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Osize -module-name Nami
import CoreML
import Foundation
Expand Down Expand Up @@ -452,6 +452,7 @@ extension Foundation.NSNotification.Name {
case android
case apple
case roku
case ironsource_rewarded
case web
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)
// swift-module-flags: -target arm64-apple-ios11.2-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Osize -module-name Nami
import CoreML
import Foundation
Expand Down Expand Up @@ -452,6 +452,7 @@ extension Foundation.NSNotification.Name {
case android
case apple
case roku
case ironsource_rewarded
case web
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)
// swift-module-flags: -target arm64-apple-ios11.2-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Osize -module-name Nami
import CoreML
import Foundation
Expand Down Expand Up @@ -452,6 +452,7 @@ extension Foundation.NSNotification.Name {
case android
case apple
case roku
case ironsource_rewarded
case web
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)
// swift-module-flags: -target arm64-apple-ios11.2-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Osize -module-name Nami
import CoreML
import Foundation
Expand Down Expand Up @@ -452,6 +452,7 @@ extension Foundation.NSNotification.Name {
case android
case apple
case roku
case ironsource_rewarded
case web
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)
// swift-module-flags: -target x86_64-apple-ios11.2-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Osize -module-name Nami
import CoreML
import Foundation
Expand Down Expand Up @@ -452,6 +452,7 @@ extension Foundation.NSNotification.Name {
case android
case apple
case roku
case ironsource_rewarded
case web
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)
// swift-module-flags: -target x86_64-apple-ios11.2-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Osize -module-name Nami
import CoreML
import Foundation
Expand Down Expand Up @@ -452,6 +452,7 @@ extension Foundation.NSNotification.Name {
case android
case apple
case roku
case ironsource_rewarded
case web
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)
// swift-module-flags: -target x86_64-apple-ios11.2-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Osize -module-name Nami
import CoreML
import Foundation
Expand Down Expand Up @@ -452,6 +452,7 @@ extension Foundation.NSNotification.Name {
case android
case apple
case roku
case ironsource_rewarded
case web
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)
// swift-module-flags: -target x86_64-apple-ios11.2-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Osize -module-name Nami
import CoreML
import Foundation
Expand Down Expand Up @@ -452,6 +452,7 @@ extension Foundation.NSNotification.Name {
case android
case apple
case roku
case ironsource_rewarded
case web
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
Expand Down
Binary file modified Nami.xcframework/ios-arm64_x86_64-simulator/Nami.framework/Nami
Binary file not shown.
Loading

0 comments on commit 4e65db2

Please sign in to comment.