Skip to content

Commit

Permalink
SPM Release Alpha 1 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitphogat19 committed May 21, 2024
1 parent 3cb082c commit 144d89d
Show file tree
Hide file tree
Showing 44 changed files with 119,098 additions and 0 deletions.
44 changes: 44 additions & 0 deletions XCFrameworks/JioMeetCoreSDK.xcframework/Info.plist
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>
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 not shown.
Binary file not shown.
Loading

0 comments on commit 144d89d

Please sign in to comment.