forked from shilgapira/ObjCrust
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
37 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ | |
2B7326BD1778B13900BE08F9 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 2B7326BC1778B13900BE08F9 /* [email protected] */; }; | ||
2B7326C51778B13900BE08F9 /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2B7326C41778B13900BE08F9 /* SenTestingKit.framework */; }; | ||
2B8D5136184B599800A0D6A5 /* TestRust.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B8D5135184B599800A0D6A5 /* TestRust.m */; }; | ||
C42EB83518FBEAE6009A9597 /* libobjcrust.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C42EB82518FBE52A009A9597 /* libobjcrust.a */; }; | ||
C40AFBD3198925B6009A9597 /* libobjcrust.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C42EB82518FBE52A009A9597 /* libobjcrust.a */; }; | ||
C451C36518F858BF009A9597 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C451C36418F858BF009A9597 /* Security.framework */; }; | ||
C4A87DAE19477381009A9597 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C42EB7F818FBDBDB009A9597 /* Foundation.framework */; }; | ||
C4C3F87518F4638C009A9597 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B7326B21778B13900BE08F9 /* main.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; | ||
|
@@ -104,9 +104,9 @@ | |
isa = PBXFrameworksBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
C40AFBD3198925B6009A9597 /* libobjcrust.a in Frameworks */, | ||
C4A87DAE19477381009A9597 /* Foundation.framework in Frameworks */, | ||
C451C36518F858BF009A9597 /* Security.framework in Frameworks */, | ||
C42EB83518FBEAE6009A9597 /* libobjcrust.a in Frameworks */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
|
@@ -281,7 +281,7 @@ | |
name = "Unit Tests"; | ||
productName = ObjCrustTests; | ||
productReference = 2B7326C31778B13900BE08F9 /* Unit Tests.octest */; | ||
productType = "com.apple.product-type.bundle"; | ||
productType = "com.apple.product-type.bundle.ocunit-test"; | ||
}; | ||
/* End PBXNativeTarget section */ | ||
|
||
|
@@ -369,7 +369,7 @@ | |
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
shellPath = /bin/sh; | ||
shellScript = "# this fucking option set to \"legacy\" screwed compilation\nexport COMMAND_MODE=unix2003\n\ncd $PROJECT_DIR/../Rust\n\nmake"; | ||
shellScript = "# this fucking option set to \"legacy\" screwed compilation\nexport COMMAND_MODE=unix2003\nexport DYLD_LIBRARY_PATH=/Users/vhbit/projects/auto-rust/build64/:/Users/vhbit/projects/auto-rust/build64/x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib/:$DYLD_LIBRARY_PATH\n\ncd $PROJECT_DIR/../Rust\n\nmake"; | ||
}; | ||
/* End PBXShellScriptBuildPhase section */ | ||
|
||
|
@@ -431,6 +431,7 @@ | |
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ALWAYS_SEARCH_USER_PATHS = NO; | ||
ARCHS = arm64; | ||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | ||
CLANG_CXX_LIBRARY = "libc++"; | ||
CLANG_ENABLE_MODULES = YES; | ||
|
@@ -459,13 +460,15 @@ | |
ONLY_ACTIVE_ARCH = YES; | ||
SDKROOT = iphoneos; | ||
TARGETED_DEVICE_FAMILY = "1,2"; | ||
VALID_ARCHS = arm64; | ||
}; | ||
name = Debug; | ||
}; | ||
2B7326D41778B13900BE08F9 /* Release */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ALWAYS_SEARCH_USER_PATHS = NO; | ||
ARCHS = arm64; | ||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | ||
CLANG_CXX_LIBRARY = "libc++"; | ||
CLANG_ENABLE_MODULES = YES; | ||
|
@@ -484,20 +487,18 @@ | |
GCC_WARN_UNUSED_LABEL = YES; | ||
GCC_WARN_UNUSED_VARIABLE = YES; | ||
IPHONEOS_DEPLOYMENT_TARGET = 7.0; | ||
ONLY_ACTIVE_ARCH = YES; | ||
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; | ||
SDKROOT = iphoneos; | ||
TARGETED_DEVICE_FAMILY = "1,2"; | ||
VALIDATE_PRODUCT = YES; | ||
VALID_ARCHS = arm64; | ||
}; | ||
name = Release; | ||
}; | ||
2B7326D61778B13900BE08F9 /* Debug */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ARCHS = ( | ||
armv7, | ||
i386, | ||
); | ||
CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES; | ||
CLANG_ANALYZER_SECURITY_INSECUREAPI_RAND = YES; | ||
CLANG_ANALYZER_SECURITY_INSECUREAPI_STRCPY = YES; | ||
|
@@ -515,21 +516,17 @@ | |
"$(inherited)", | ||
"$(PROJECT_DIR)/../Rust", | ||
/Users/vhbit/projects/ObjCrust/Rust, | ||
"/Users/vhbit/projects/ObjCrust-arm64/Rust", | ||
); | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos"; | ||
VALID_ARCHS = armv7; | ||
WRAPPER_EXTENSION = app; | ||
}; | ||
name = Debug; | ||
}; | ||
2B7326D71778B13900BE08F9 /* Release */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ARCHS = ( | ||
armv7, | ||
i386, | ||
); | ||
CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES; | ||
CLANG_ANALYZER_SECURITY_INSECUREAPI_RAND = YES; | ||
CLANG_ANALYZER_SECURITY_INSECUREAPI_STRCPY = YES; | ||
|
@@ -547,10 +544,11 @@ | |
"$(inherited)", | ||
"$(PROJECT_DIR)/../Rust", | ||
/Users/vhbit/projects/ObjCrust/Rust, | ||
"/Users/vhbit/projects/ObjCrust-arm64/Rust", | ||
); | ||
ONLY_ACTIVE_ARCH = YES; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos"; | ||
VALID_ARCHS = armv7; | ||
WRAPPER_EXTENSION = app; | ||
}; | ||
name = Release; | ||
|
@@ -589,15 +587,13 @@ | |
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
VALID_ARCHS = armv7; | ||
}; | ||
name = Debug; | ||
}; | ||
C42EB7EE18FBD66E009A9597 /* Release */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
VALID_ARCHS = armv7; | ||
}; | ||
name = Release; | ||
}; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters