Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
misc
ldns
Compare Revisions
7a6b9b0e3f5aaa0c997ae279ffb58666f1a423f7...4e7925fa306f543780aac2bb3d05aade644e852d
Source
4e7925fa306f543780aac2bb3d05aade644e852d
Select Git revision
...
Target
7a6b9b0e3f5aaa0c997ae279ffb58666f1a423f7
Select Git revision
Compare
Commits (2)
iOS: arm64 only
· 906ce051
Dirk
authored
May 18, 2018
906ce051
iOS: don't build every architecture
· 4e7925fa
Dirk
authored
May 18, 2018
4e7925fa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
xcode/ldns-xcode/ldns-xcode.xcodeproj/project.pbxproj
xcode/ldns-xcode/ldns-xcode.xcodeproj/project.pbxproj
+3
-1
No files found.
xcode/ldns-xcode/ldns-xcode.xcodeproj/project.pbxproj
View file @
4e7925fa
...
@@ -487,7 +487,7 @@
...
@@ -487,7 +487,7 @@
);
);
runOnlyForDeploymentPostprocessing
=
0
;
runOnlyForDeploymentPostprocessing
=
0
;
shellPath
=
/bin/sh
;
shellPath
=
/bin/sh
;
shellScript
=
"OPENSSL_DIR=$PROJECT_DIR/../../../OpenSSL-for-iPhone\necho OPENSSL_DIR $OPENSSL_DIR\nif [ ! -f $OPENSSL_DIR/lib/libcrypto.a ]; then\ncd $OPENSSL_DIR\n./build-libssl.sh --branch=1.1.0\nexit 0\nfi"
;
shellScript
=
"OPENSSL_DIR=$PROJECT_DIR/../../../OpenSSL-for-iPhone\necho OPENSSL_DIR $OPENSSL_DIR\nif [ ! -f $OPENSSL_DIR/lib/libcrypto.a ]; then\ncd $OPENSSL_DIR\n./build-libssl.sh --branch=1.1.0
--targets=\"ios-sim-cross-x86_64 ios-sim-cross-i386 ios64-cross-arm64\"
\nexit 0\nfi"
;
};
};
43C6684D1FD6AF8200A5171B
/* ShellScript */
=
{
43C6684D1FD6AF8200A5171B
/* ShellScript */
=
{
isa
=
PBXShellScriptBuildPhase
;
isa
=
PBXShellScriptBuildPhase
;
...
@@ -643,6 +643,7 @@
...
@@ -643,6 +643,7 @@
MTL_ENABLE_DEBUG_INFO
=
YES
;
MTL_ENABLE_DEBUG_INFO
=
YES
;
ONLY_ACTIVE_ARCH
=
YES
;
ONLY_ACTIVE_ARCH
=
YES
;
SDKROOT
=
iphoneos
;
SDKROOT
=
iphoneos
;
VALID_ARCHS
=
arm64
;
VERSIONING_SYSTEM
=
"apple-generic"
;
VERSIONING_SYSTEM
=
"apple-generic"
;
VERSION_INFO_PREFIX
=
""
;
VERSION_INFO_PREFIX
=
""
;
};
};
...
@@ -695,6 +696,7 @@
...
@@ -695,6 +696,7 @@
MTL_ENABLE_DEBUG_INFO
=
NO
;
MTL_ENABLE_DEBUG_INFO
=
NO
;
SDKROOT
=
iphoneos
;
SDKROOT
=
iphoneos
;
VALIDATE_PRODUCT
=
YES
;
VALIDATE_PRODUCT
=
YES
;
VALID_ARCHS
=
arm64
;
VERSIONING_SYSTEM
=
"apple-generic"
;
VERSIONING_SYSTEM
=
"apple-generic"
;
VERSION_INFO_PREFIX
=
""
;
VERSION_INFO_PREFIX
=
""
;
};
};
...
...