Skip to content

Commit

Permalink
archive dart_native using xcode 13.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yulingtianxia committed Oct 16, 2022
1 parent 260042e commit 3a7cca8
Show file tree
Hide file tree
Showing 24 changed files with 10 additions and 8 deletions.
14 changes: 8 additions & 6 deletions dart_native/ios/DartNative.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,31 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-x86_64-simulator</string>
<string>ios-arm64_armv7</string>
<key>LibraryPath</key>
<string>DartNative.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>x86_64</string>
<string>arm64</string>
<string>armv7</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-i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>DartNative.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</data>
<key>Info.plist</key>
<data>
YtSjxYiC6pAr/96N4AZIwRGWhY0=
D4w7YQbSFm2D4rYM5H05NRtfAAc=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</data>
<key>Info.plist</key>
<data>
f2IA7koKPbyVq9RRcbUb8q9LV0E=
0Kq+tqf/uvamzXqFXIHFNWazqQE=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
Binary file not shown.

0 comments on commit 3a7cca8

Please sign in to comment.