Merge pull request #37 from vincentisambart/arm64-mac
Support for ARM64 Macs
This commit is contained in:
@@ -1 +1 @@
|
||||
github "ra1028/DifferenceKit" ~> 1.1
|
||||
github "ra1028/DifferenceKit" ~> 1.2
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
github "ra1028/DifferenceKit" "1.1.4"
|
||||
github "ra1028/DifferenceKit" "1.2.0"
|
||||
|
||||
Vendored
+1
-1
Submodule Carthage/Checkouts/DifferenceKit updated: bf0488b468...62745d7780
+2
-2
@@ -6,8 +6,8 @@
|
||||
"repositoryURL": "https://github.com/ra1028/DifferenceKit.git",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "4eb31f8e85e4cb13732f9664d6e01e507cd592a0",
|
||||
"version": "1.1.3"
|
||||
"revision": "62745d7780deef4a023a792a1f8f763ec7bf9705",
|
||||
"version": "1.2.0"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ let package = Package(
|
||||
.library(name: "DiffableDataSources", targets: ["DiffableDataSources"])
|
||||
],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/ra1028/DifferenceKit.git", .upToNextMinor(from: "1.1.0"))
|
||||
.package(url: "https://github.com/ra1028/DifferenceKit.git", .upToNextMinor(from: "1.2.0"))
|
||||
],
|
||||
targets: [
|
||||
.target(
|
||||
|
||||
@@ -5,11 +5,11 @@ TVOS_DEPLOYMENT_TARGET = 9.0
|
||||
SDKROOT =
|
||||
SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator appletvos appletvsimulator
|
||||
TARGETED_DEVICE_FAMILY = 1,2,3
|
||||
VALID_ARCHS[sdk=macosx*] = i386 x86_64
|
||||
VALID_ARCHS[sdk=macosx*] = arm64 i386 x86_64
|
||||
VALID_ARCHS[sdk=iphoneos*] = arm64 armv7 armv7s
|
||||
VALID_ARCHS[sdk=iphonesimulator*] = i386 x86_64
|
||||
VALID_ARCHS[sdk=iphonesimulator*] = arm64 i386 x86_64
|
||||
VALID_ARCHS[sdk=appletv*] = arm64
|
||||
VALID_ARCHS[sdk=appletvsimulator*] = x86_64
|
||||
VALID_ARCHS[sdk=appletvsimulator*] = arm64 x86_64
|
||||
|
||||
CODE_SIGN_IDENTITY =
|
||||
CODE_SIGN_STYLE = Manual
|
||||
|
||||
Reference in New Issue
Block a user