003 File Manager
Current Path:
/usr/src/contrib/unbound/contrib/ios
usr
/
src
/
contrib
/
unbound
/
contrib
/
ios
/
📁
..
📄
15-ios.conf
(1.29 KB)
📄
install_expat.sh
(1.32 KB)
📄
install_openssl.sh
(1.22 KB)
📄
install_tools.sh
(274 B)
📄
openssl.patch
(1.02 KB)
📄
setenv_ios.sh
(9.33 KB)
Editing: 15-ios.conf
#### iPhoneOS/iOS # # It takes recent enough Xcode to use following two targets. It shouldn't # be a problem by now, but if they don't work, original targets below # that depend on manual definition of environment variables should still # work... # my %targets = ( "ios-common" => { template => 1, inherit_from => [ "darwin-common" ], sys_id => "iOS", disable => [ "engine", "async" ], }, "ios-xcrun" => { inherit_from => [ "ios-common", asm("armv4_asm") ], bn_ops => [ "BN_LLONG", "RC4_CHAR" ], perlasm_scheme => "ios32", }, "ios64-xcrun" => { inherit_from => [ "ios-common", asm("aarch64_asm") ], bn_ops => [ "SIXTY_FOUR_BIT_LONG", "RC4_CHAR" ], perlasm_scheme => "ios64", }, "iossimulator-xcrun" => { inherit_from => [ "ios-common" ], }, "iphoneos-cross" => { inherit_from => [ "ios-common" ], cflags => add("-Wall -fno-common"), }, "ios-cross" => { inherit_from => [ "ios-xcrun" ], cflags => add("-Wall -fno-common"), }, "ios64-cross" => { inherit_from => [ "ios64-xcrun" ], cflags => add("-Wall -fno-common"), }, );
Upload File
Create Folder