Skip to content

Commit

Permalink
Merge pull request #97 from jyoung-man/master
Browse files Browse the repository at this point in the history
Doesn't modify resolution after finishing configure camera
  • Loading branch information
dung2le authored Oct 21, 2024
2 parents 4bb1f11 + 3debb41 commit c265a32
Show file tree
Hide file tree
Showing 14 changed files with 2,750 additions and 2,750 deletions.
12 changes: 6 additions & 6 deletions Frameworks/LGCast/GStreamerForLGCast.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,31 @@
<key>BinaryPath</key>
<string>GStreamerForLGCast.framework/GStreamerForLGCast</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-x86_64-simulator</string>
<key>LibraryPath</key>
<string>GStreamerForLGCast.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>GStreamerForLGCast.framework/GStreamerForLGCast</string>
<key>LibraryIdentifier</key>
<string>ios-x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>GStreamerForLGCast.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>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</data>
<key>Info.plist</key>
<data>
wPHe3+cnb+ksriCK4D/3+9qiuBM=
sKgTBqrwny9UWwaw5mPPDWFQXE0=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
12 changes: 6 additions & 6 deletions Frameworks/LGCast/LGCast.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,31 @@
<key>BinaryPath</key>
<string>LGCast.framework/LGCast</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-x86_64-simulator</string>
<key>LibraryPath</key>
<string>LGCast.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>LGCast.framework/LGCast</string>
<key>LibraryIdentifier</key>
<string>ios-x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>LGCast.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>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
</data>
<key>Info.plist</key>
<data>
dfuxH4hRN1OhBWUV8xFevEvAo6o=
B0CePPHm/KJCoMM5wcNtdQltwRo=
</data>
<key>Modules/LGCast.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
<data>
wSAc2NXaRXlX5e4RqHzoOqEJfq4=
FmQUw8UyV7TSN4Rw4k7KiMwV3xM=
</data>
<key>Modules/LGCast.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
<data>
Expand All @@ -34,7 +34,7 @@
</data>
<key>Modules/LGCast.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<data>
AsV1bN9rphRsnTmux1ae/lphKB0=
ZIqyLXvpg6Upp1MarOsZgTnj2Cw=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand All @@ -61,7 +61,7 @@
<dict>
<key>hash2</key>
<data>
WUfXWV3CzVbI7V+IHKLOFPE2R1ointjTK+xnI8Hqg38=
KjsCPFo4/AY5RKf6fAzFMza4Q+TTjNFVoUHeKPVtqeU=
</data>
</dict>
<key>Modules/LGCast.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
Expand Down Expand Up @@ -89,7 +89,7 @@
<dict>
<key>hash2</key>
<data>
XYZ+HfyCDXMyOr0xWlp4y2uKwvb1u7VZNCPnFtQyfSo=
EPTyfngH9i41saXM7IF3R5rfqzIQiQmFo1kj1AySA7E=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down

0 comments on commit c265a32

Please sign in to comment.