Skip to content

Commit 17b1ed7

Browse files
Updated xcframework for 1.1.0-beta03
1 parent a97c7f4 commit 17b1ed7

File tree

56 files changed

+4712
-16622
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+4712
-16622
lines changed

ZSInAppPurchaseKit.xcframework/Info.plist

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<array>
77
<dict>
88
<key>BinaryPath</key>
9-
<string>ZSInAppPurchaseKit.framework/ZSInAppPurchaseKit</string>
9+
<string>ZSInAppPurchaseKit.framework/Versions/A/ZSInAppPurchaseKit</string>
1010
<key>DebugSymbolsPath</key>
1111
<string>dSYMs</string>
1212
<key>LibraryIdentifier</key>
13-
<string>ios-arm64_x86_64-simulator</string>
13+
<string>ios-arm64_x86_64-maccatalyst</string>
1414
<key>LibraryPath</key>
1515
<string>ZSInAppPurchaseKit.framework</string>
1616
<key>SupportedArchitectures</key>
@@ -21,42 +21,42 @@
2121
<key>SupportedPlatform</key>
2222
<string>ios</string>
2323
<key>SupportedPlatformVariant</key>
24-
<string>simulator</string>
24+
<string>maccatalyst</string>
2525
</dict>
2626
<dict>
2727
<key>BinaryPath</key>
2828
<string>ZSInAppPurchaseKit.framework/ZSInAppPurchaseKit</string>
2929
<key>DebugSymbolsPath</key>
3030
<string>dSYMs</string>
3131
<key>LibraryIdentifier</key>
32-
<string>ios-arm64</string>
32+
<string>ios-arm64_x86_64-simulator</string>
3333
<key>LibraryPath</key>
3434
<string>ZSInAppPurchaseKit.framework</string>
3535
<key>SupportedArchitectures</key>
3636
<array>
3737
<string>arm64</string>
38+
<string>x86_64</string>
3839
</array>
3940
<key>SupportedPlatform</key>
4041
<string>ios</string>
42+
<key>SupportedPlatformVariant</key>
43+
<string>simulator</string>
4144
</dict>
4245
<dict>
4346
<key>BinaryPath</key>
44-
<string>ZSInAppPurchaseKit.framework/Versions/A/ZSInAppPurchaseKit</string>
47+
<string>ZSInAppPurchaseKit.framework/ZSInAppPurchaseKit</string>
4548
<key>DebugSymbolsPath</key>
4649
<string>dSYMs</string>
4750
<key>LibraryIdentifier</key>
48-
<string>ios-arm64_x86_64-maccatalyst</string>
51+
<string>ios-arm64</string>
4952
<key>LibraryPath</key>
5053
<string>ZSInAppPurchaseKit.framework</string>
5154
<key>SupportedArchitectures</key>
5255
<array>
5356
<string>arm64</string>
54-
<string>x86_64</string>
5557
</array>
5658
<key>SupportedPlatform</key>
5759
<string>ios</string>
58-
<key>SupportedPlatformVariant</key>
59-
<string>maccatalyst</string>
6060
</dict>
6161
</array>
6262
<key>CFBundlePackageType</key>

ZSInAppPurchaseKit.xcframework/ios-arm64/ZSInAppPurchaseKit.framework/Headers/ZSInAppPurchaseKit-Swift.h

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
281281
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
282282
#endif
283283
@import ObjectiveC;
284-
@import StoreKit;
285284
#endif
286285

287286
#endif
@@ -303,18 +302,10 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
303302
#endif
304303

305304
#if defined(__OBJC__)
306-
@class NSString;
307305

308-
@interface SKPaymentTransaction (SWIFT_EXTENSION(ZSInAppPurchaseKit))
309-
@property (nonatomic, readonly, copy) NSString * _Nonnull description;
310-
@end
311-
312-
313-
/// Configuration of the SDK. This configuration contains the basic data used to make API calls to Zoho Subscriptions’ server.
306+
/// Configuration of the SDK. This configuration contains the basic data used to make API calls to Zoho Billing’s server.
314307
SWIFT_CLASS("_TtC18ZSInAppPurchaseKit15ZSConfiguration")
315308
@interface ZSConfiguration : NSObject
316-
/// :nodoc:
317-
@property (nonatomic, readonly, copy) NSString * _Nonnull description;
318309
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
319310
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
320311
@end
@@ -336,26 +327,21 @@ SWIFT_CLASS("_TtC18ZSInAppPurchaseKit16ZSFileAttachment")
336327

337328
SWIFT_CLASS("_TtC18ZSInAppPurchaseKit26ZSIAPProductPurchaseDetail")
338329
@interface ZSIAPProductPurchaseDetail : NSObject
339-
/// :nodoc:
340-
@property (nonatomic, readonly, copy) NSString * _Nonnull description;
341330
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
342331
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
343332
@end
344333

345334

346-
/// The SDK will facilitate purchase with the app store. Any new purchase or changes to existing subscription will be automatically synced to your Zoho Subscriptions organisation and will reflect in your metrics.
335+
/// The SDK will facilitate purchase with the app store. Any new purchase or changes to existing subscription will be automatically synced to your Zoho Billing organisation and will reflect in your metrics.
347336
SWIFT_CLASS("_TtC18ZSInAppPurchaseKit5ZSKit")
348337
@interface ZSKit : NSObject
349338
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
350339
@end
351340

352341

353-
354342
/// Plan object that contains the plan related information entered in Zoho Subscription along with the SKProduct info from App Store.
355343
SWIFT_CLASS("_TtC18ZSInAppPurchaseKit6ZSPlan")
356344
@interface ZSPlan : NSObject
357-
/// :nodoc:
358-
@property (nonatomic, readonly, copy) NSString * _Nonnull description;
359345
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
360346
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
361347
@end
@@ -364,8 +350,6 @@ SWIFT_CLASS("_TtC18ZSInAppPurchaseKit6ZSPlan")
364350
/// ZSSubscriptonDetails will have the details of a particular subscription. It will have have the plan related details and the status of the subscription along with the expiry details.
365351
SWIFT_CLASS("_TtC18ZSInAppPurchaseKit20ZSSubscriptionDetail")
366352
@interface ZSSubscriptionDetail : NSObject
367-
/// :nodoc:
368-
@property (nonatomic, readonly, copy) NSString * _Nonnull description;
369353
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
370354
@end
371355

0 commit comments

Comments
 (0)