Skip to content

Commit

Permalink
code
Browse files Browse the repository at this point in the history
  • Loading branch information
SkipperQ93 committed Aug 20, 2023
1 parent 614fa2c commit 99dcb2c
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions Frameworks/JitsiMeetSDK.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>JitsiMeetSDK.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>JitsiMeetSDK.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.

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@
</data>
<key>main.jsbundle</key>
<data>
HVYINZmZzplsU20g5/RyU49rZzs=
2aTMyRn8iAsOGOyKKIup6bJbcuo=
</data>
<key>noAudioSignal.mp3</key>
<data>
Expand Down Expand Up @@ -1613,7 +1613,7 @@
<dict>
<key>hash2</key>
<data>
qQDccV6hu1oRgbL0akyJfPzB6Wj8Pd4fuv61CLbCZ4I=
n/URBp9Ku5QVyxFRBltD6i4mLn5hxsyzQL3LtFBfcaw=
</data>
</dict>
<key>noAudioSignal.mp3</key>
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion JitsiMeetSDKUsama.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'JitsiMeetSDKUsama'
s.version = '1.2.0'
s.version = '1.3.0'
s.summary = 'Jitsi Meet iOS SDK'
s.description = 'Jitsi Meet is a WebRTC compatible, free and Open Source video conferencing system that provides browsers and mobile applications with Real Time Communications capabilities.'
s.homepage = 'https://github.com/UsamaAbdulAziz/jitsi-meet-ios-sdk-releases'
Expand Down

0 comments on commit 99dcb2c

Please sign in to comment.