Skip to content

Commit

Permalink
Merge pull request #11253 from igor-makarov/add-macos-arm-slice
Browse files Browse the repository at this point in the history
Add macOS arm64 slice for 'Vendored XCFramework Example' (static framework)
  • Loading branch information
dnkoutso committed Mar 15, 2022
2 parents 421b8a3 + e1be9a2 commit dfc69bc
Show file tree
Hide file tree
Showing 30 changed files with 21 additions and 19 deletions.
Expand Up @@ -64,11 +64,12 @@
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-x86_64-maccatalyst</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>CoconutLib.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
Expand All @@ -93,11 +94,12 @@
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>macos-x86_64</string>
<string>macos-arm64_x86_64</string>
<key>LibraryPath</key>
<string>CoconutLib.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
Expand Down
Binary file not shown.
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>20F71</string>
<string>21D62</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -27,19 +27,19 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>12A7403</string>
<string>13E113</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>10.15.6</string>
<string>12.3</string>
<key>DTSDKBuild</key>
<string>19G68</string>
<string>21E226</string>
<key>DTSDKName</key>
<string>macosx10.15</string>
<string>macosx12.3</string>
<key>DTXcode</key>
<string>1210</string>
<string>1330</string>
<key>DTXcodeBuild</key>
<string>12A7403</string>
<string>13E113</string>
<key>LSMinimumSystemVersion</key>
<string>10.15</string>
<key>NSHumanReadableCopyright</key>
Expand Down
Binary file not shown.
Binary file not shown.
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>20F71</string>
<string>21D62</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -27,19 +27,19 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>12A7403</string>
<string>13E113</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>10.15.6</string>
<string>12.3</string>
<key>DTSDKBuild</key>
<string>19G68</string>
<string>21E226</string>
<key>DTSDKName</key>
<string>macosx10.15</string>
<string>macosx12.3</string>
<key>DTXcode</key>
<string>1210</string>
<string>1330</string>
<key>DTXcodeBuild</key>
<string>12A7403</string>
<string>13E113</string>
<key>LSMinimumSystemVersion</key>
<string>10.15</string>
<key>NSHumanReadableCopyright</key>
Expand Down
Binary file not shown.
Binary file not shown.
Expand Up @@ -6,7 +6,7 @@
<dict>
<key>Resources/Info.plist</key>
<data>
5bTkoV0xqP5cxxA6vKFijPaMWhE=
G8T6r3RRD6d+Qf5cxl8pQGTsPo4=
</data>
</dict>
<key>files2</key>
Expand Down Expand Up @@ -48,11 +48,11 @@
<dict>
<key>hash</key>
<data>
5bTkoV0xqP5cxxA6vKFijPaMWhE=
G8T6r3RRD6d+Qf5cxl8pQGTsPo4=
</data>
<key>hash2</key>
<data>
x+oqZFmE29rGi6UBGH+B3QoqtXYFlPsUB+dFXKZw6SM=
ClFFvWumxiHsziw5tGgrYNaGcqQw+74gy1vGiVwb0Tc=
</data>
</dict>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit dfc69bc

Please sign in to comment.