iphone Programming Glossary: creating_universal_dir
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  build from CURRENTCONFIG_DEVICE_DIR echo Taking simulator build from CURRENTCONFIG_SIMULATOR_DIR CREATING_UNIVERSAL_DIR SYMROOT CONFIGURATION universal echo ...I will output a universal build to CREATING_UNIVERSAL_DIR #.. CREATING_UNIVERSAL_DIR SYMROOT CONFIGURATION universal echo ...I will output a universal build to CREATING_UNIVERSAL_DIR # ... remove the products of previous runs of this script # NB this directory is ONLY created by this.. this script # NB this directory is ONLY created by this script it should be safe to delete rm rf CREATING_UNIVERSAL_DIR mkdir CREATING_UNIVERSAL_DIR # echo lipo for current configuration CONFIGURATION creating output file.. 
 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  SYMROOT CONFIGURATION iphonesimulator echo Taking device build from CURRENTCONFIG_DEVICE_DIR echo Taking simulator build from CURRENTCONFIG_SIMULATOR_DIR CREATING_UNIVERSAL_DIR SYMROOT CONFIGURATION universal echo ...I will output a universal build to CREATING_UNIVERSAL_DIR # ... remove the products of previous runs of this script # NB.. echo Taking simulator build from CURRENTCONFIG_SIMULATOR_DIR CREATING_UNIVERSAL_DIR SYMROOT CONFIGURATION universal echo ...I will output a universal build to CREATING_UNIVERSAL_DIR # ... remove the products of previous runs of this script # NB this directory is ONLY created by this script it should be safe to delete rm rf CREATING_UNIVERSAL_DIR.. # ... remove the products of previous runs of this script # NB this directory is ONLY created by this script it should be safe to delete rm rf CREATING_UNIVERSAL_DIR mkdir CREATING_UNIVERSAL_DIR # echo lipo for current configuration CONFIGURATION creating output file CREATING_UNIVERSAL_DIR EXECUTABLE_NAME xcrun sdk iphoneos.. 
 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 Taking device build from CURRENTCONFIG_DEVICE_DIR echo Taking simulator build from CURRENTCONFIG_SIMULATOR_DIR CREATING_UNIVERSAL_DIR SYMROOT CONFIGURATION universal echo ...I will output a universal build to CREATING_UNIVERSAL_DIR # ... remove the products.. CREATING_UNIVERSAL_DIR SYMROOT CONFIGURATION universal echo ...I will output a universal build to CREATING_UNIVERSAL_DIR # ... remove the products of previous runs of this script # NB this directory is ONLY created by this script it should be.. of previous runs of this script # NB this directory is ONLY created by this script it should be safe to delete rm rf CREATING_UNIVERSAL_DIR mkdir CREATING_UNIVERSAL_DIR # echo lipo for current configuration CONFIGURATION creating output file CREATING_UNIVERSAL_DIR.. 
 
 
     
      |