Skip to content

Commit

Permalink
Update xcframework
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi committed Jul 16, 2021
1 parent 75824c1 commit 79465c5
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions flywheel/xcframework/Flywheel.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,69 +6,67 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>tvos-x86_64-simulator</string>
<string>tvos-arm64</string>
<key>LibraryPath</key>
<string>flywheel.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>x86_64</string>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>flywheel.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>watchos-arm64_32</string>
<string>watchos-x86_64-simulator</string>
<key>LibraryPath</key>
<string>flywheel.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64_32</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>watchos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>watchos-x86_64-simulator</string>
<string>watchos-arm64_32</string>
<key>LibraryPath</key>
<string>flywheel.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>x86_64</string>
<string>arm64_32</string>
</array>
<key>SupportedPlatform</key>
<string>watchos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>tvos-x86_64-simulator</string>
<key>LibraryPath</key>
<string>flywheel.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
Expand All @@ -84,15 +82,17 @@
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>tvos-arm64</string>
<string>ios-x86_64-simulator</string>
<key>LibraryPath</key>
<string>flywheel.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<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.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 79465c5

Please sign in to comment.