-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3cb082c
commit 144d89d
Showing
44 changed files
with
119,098 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>AvailableLibraries</key> | ||
<array> | ||
<dict> | ||
<key>BinaryPath</key> | ||
<string>JioMeetCoreSDK.framework/JioMeetCoreSDK</string> | ||
<key>LibraryIdentifier</key> | ||
<string>ios-arm64_x86_64-simulator</string> | ||
<key>LibraryPath</key> | ||
<string>JioMeetCoreSDK.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>BinaryPath</key> | ||
<string>JioMeetCoreSDK.framework/JioMeetCoreSDK</string> | ||
<key>LibraryIdentifier</key> | ||
<string>ios-arm64</string> | ||
<key>LibraryPath</key> | ||
<string>JioMeetCoreSDK.framework</string> | ||
<key>SupportedArchitectures</key> | ||
<array> | ||
<string>arm64</string> | ||
</array> | ||
<key>SupportedPlatform</key> | ||
<string>ios</string> | ||
</dict> | ||
</array> | ||
<key>CFBundlePackageType</key> | ||
<string>XFWK</string> | ||
<key>XCFrameworkFormatVersion</key> | ||
<string>1.0</string> | ||
</dict> | ||
</plist> |
18 changes: 18 additions & 0 deletions
18
...ks/JioMeetCoreSDK.xcframework/ios-arm64/JioMeetCoreSDK.framework/Headers/JioMeetCoreSDK.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// | ||
// JioMeetCoreSDK.h | ||
// JioMeetCoreSDK | ||
// | ||
// Created by Rohit41.Kumar on 21/05/24. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
//! Project version number for JioMeetCoreSDK. | ||
FOUNDATION_EXPORT double JioMeetCoreSDKVersionNumber; | ||
|
||
//! Project version string for JioMeetCoreSDK. | ||
FOUNDATION_EXPORT const unsigned char JioMeetCoreSDKVersionString[]; | ||
|
||
// In this header, you should import all the public headers of your framework using statements like #import <JioMeetCoreSDK/PublicHeader.h> | ||
|
||
|
Binary file added
BIN
+769 Bytes
XCFrameworks/JioMeetCoreSDK.xcframework/ios-arm64/JioMeetCoreSDK.framework/Info.plist
Binary file not shown.
Binary file added
BIN
+2.4 MB
XCFrameworks/JioMeetCoreSDK.xcframework/ios-arm64/JioMeetCoreSDK.framework/JioMeetCoreSDK
Binary file not shown.
Oops, something went wrong.