Skip to content

Commit

Permalink
automatic framework update
Browse files Browse the repository at this point in the history
  • Loading branch information
user authored and user committed Jan 9, 2023
1 parent 4212919 commit 22128ff
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 153 deletions.
10 changes: 5 additions & 5 deletions BNBLicenseUtils.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>BNBLicenseUtils.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>BNBLicenseUtils.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.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// AUTOGENERATED FILE - DO NOT MODIFY!
// This file was generated by Djinni from license_utils.djinni

#import "XBNBLicenseStatus.h"
#import <Foundation/Foundation.h>
@class XBNBLicenseManager;

Expand All @@ -18,7 +19,7 @@ __attribute__((__visibility__("default"))) @interface XBNBLicenseManager : NSObj
+ (nullable XBNBLicenseManager *)instance;

/** Checks if Client Token is expired. */
- (BOOL)isExpired;
- (XBNBLicenseStatus)isExpired;

/** Returns decoded content of Client Token */
- (nonnull NSString *)getJson;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// AUTOGENERATED FILE - DO NOT MODIFY!
// This file was generated by Djinni from license_utils.djinni

#import <Foundation/Foundation.h>

typedef NS_ENUM(NSInteger, XBNBLicenseStatus)
{
XBNBLicenseStatusValid,
XBNBLicenseStatusRevoked,
XBNBLicenseStatusTimeBombed,
};
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// AUTOGENERATED FILE - DO NOT MODIFY!
// This file was generated by Djinni from license_utils.djinni

#import "XBNBLicenseStatus.h"
#import <Foundation/Foundation.h>
@class XBNBLicenseManager;

Expand All @@ -18,7 +19,7 @@ __attribute__((__visibility__("default"))) @interface XBNBLicenseManager : NSObj
+ (nullable XBNBLicenseManager *)instance;

/** Checks if Client Token is expired. */
- (BOOL)isExpired;
- (XBNBLicenseStatus)isExpired;

/** Returns decoded content of Client Token */
- (nonnull NSString *)getJson;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// AUTOGENERATED FILE - DO NOT MODIFY!
// This file was generated by Djinni from license_utils.djinni

#import <Foundation/Foundation.h>

typedef NS_ENUM(NSInteger, XBNBLicenseStatus)
{
XBNBLicenseStatusValid,
XBNBLicenseStatusRevoked,
XBNBLicenseStatusTimeBombed,
};
Binary file not shown.

This file was deleted.

0 comments on commit 22128ff

Please sign in to comment.