¡@

Home 

2014/10/15 ¤U¤È 10:12:23

iphone Programming Glossary: other_sdk_to_build

Build fat static library (device + simulator) using Xcode and SDK 4+

http://stackoverflow.com/questions/3520977/build-fat-static-library-device-simulator-using-xcode-and-sdk-4

echo SDK_NAME grep o '. 3 ' # Next work out if we're in SIM or DEVICE if PLATFORM_NAME iphonesimulator then OTHER_SDK_TO_BUILD iphoneos SDK_VERSION else OTHER_SDK_TO_BUILD iphonesimulator SDK_VERSION fi echo XCode has selected SDK PLATFORM_NAME with.. work out if we're in SIM or DEVICE if PLATFORM_NAME iphonesimulator then OTHER_SDK_TO_BUILD iphoneos SDK_VERSION else OTHER_SDK_TO_BUILD iphonesimulator SDK_VERSION fi echo XCode has selected SDK PLATFORM_NAME with version SDK_VERSION although back targetting.. SDK PLATFORM_NAME with version SDK_VERSION although back targetting IPHONEOS_DEPLOYMENT_TARGET echo ...therefore OTHER_SDK_TO_BUILD OTHER_SDK_TO_BUILD # ##################### end of part 1 ################## ##################### part 2 ##################..