Skip to content

Commit

Permalink
Merge pull request #2 from dyte-in/staging
Browse files Browse the repository at this point in the history
fix: bug fixes
  • Loading branch information
irohitb committed Sep 20, 2021
2 parents 5fd1fd3 + a64f218 commit f79696e
Show file tree
Hide file tree
Showing 17 changed files with 44 additions and 44 deletions.
12 changes: 6 additions & 6 deletions Frameworks/DyteSdk.xcframework/Info.plist
Expand Up @@ -6,29 +6,29 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>DyteSdk.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>x86_64</string>
<string>arm64</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-x86_64-simulator</string>
<key>LibraryPath</key>
<string>DyteSdk.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

Large diffs are not rendered by default.

Binary file not shown.
Expand Up @@ -219,7 +219,7 @@
</data>
<key>main.jsbundle</key>
<data>
2QdEqKTc4Ybc0Ukk4U/bq/SJY7c=
zMl2hg5mXGfh/d+JWaccfeQ1qKc=
</data>
</dict>
<key>files2</key>
Expand Down Expand Up @@ -587,7 +587,7 @@
<dict>
<key>hash2</key>
<data>
muh7SCq+Eun48tOp2EZ7gesQIL4AzUmWKQXuHGruoIE=
0o53XEcZHcmDoT5QJDHKlhzrf6IIrw2i/BZnC0dhBKw=
</data>
</dict>
</dict>
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Frameworks/ios-device.xcarchive/Info.plist
Expand Up @@ -5,7 +5,7 @@
<key>ArchiveVersion</key>
<integer>2</integer>
<key>CreationDate</key>
<date>2021-09-17T11:18:41Z</date>
<date>2021-09-20T17:38:10Z</date>
<key>Name</key>
<string>DyteSdk</string>
<key>SchemeName</key>
Expand Down

Large diffs are not rendered by default.

Binary file not shown.
Binary file modified Frameworks/ios-device.xcarchive/Products/usr/local/lib/libglog.a
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion Frameworks/ios-simulator.xcarchive/Info.plist
Expand Up @@ -5,7 +5,7 @@
<key>ArchiveVersion</key>
<integer>2</integer>
<key>CreationDate</key>
<date>2021-09-17T11:17:33Z</date>
<date>2021-09-20T17:37:04Z</date>
<key>Name</key>
<string>DyteSdk</string>
<key>SchemeName</key>
Expand Down
Binary file not shown.
Expand Up @@ -219,7 +219,7 @@
</data>
<key>main.jsbundle</key>
<data>
2QdEqKTc4Ybc0Ukk4U/bq/SJY7c=
zMl2hg5mXGfh/d+JWaccfeQ1qKc=
</data>
</dict>
<key>files2</key>
Expand Down Expand Up @@ -587,7 +587,7 @@
<dict>
<key>hash2</key>
<data>
muh7SCq+Eun48tOp2EZ7gesQIL4AzUmWKQXuHGruoIE=
0o53XEcZHcmDoT5QJDHKlhzrf6IIrw2i/BZnC0dhBKw=
</data>
</dict>
</dict>
Expand Down

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit f79696e

Please sign in to comment.