Gaylord Patch πŸš€

How do I print a list of Build Settings in Xcode project

April 5, 2025

How do I print a list of Build Settings in Xcode project

Wrestling with Xcode’s intricate physique settings tin beryllium a existent headache, particularly once you demand a broad overview for troubleshooting oregon documentation. Sifting done the myriad choices successful the Xcode UI tin beryllium clip-consuming and inefficient. Wouldn’t it beryllium large to person a elemental manner to mark a blanket database of your task’s physique settings? This station volition research respective effectual strategies to accomplish conscionable that, empowering you to return power of your Xcode tasks and streamline your improvement workflow. Larn however to leverage bid-formation instruments and scripting to make a cleanable, readable output of your physique settings, redeeming you invaluable clip and attempt.

Utilizing xcodebuild to Export Physique Settings

The xcodebuild bid-formation implement affords a almighty manner to work together with your Xcode initiatives, together with accessing and exporting physique settings. This attack is peculiarly utile for automation and integration with another scripting instruments. By using the -showBuildSettings emblem, you tin make a database of each physique settings for a specified mark.

For case, to retrieve the physique settings for the “MyProject” mark, usage the pursuing bid successful your terminal:

xcodebuild -task MyProject.xcodeproj -mark MyProject -showBuildSettings

This bid outputs a natural database of settings. To brand it much readable, see piping the output to a formatting implement similar grep oregon awk.

Extracting Circumstantial Physique Settings

Frequently, you’re lone curious successful circumstantial physique settings. xcodebuild permits you to filter the output utilizing daily expressions. For illustration, to discovery each settings associated to codification signing, you mightiness usage:

xcodebuild -task MyProject.xcodeproj -mark MyProject -showBuildSettings | grep CODE_SIGN

This targeted attack helps you rapidly pinpoint the accusation you demand. You tin harvester this with another bid-formation instruments to additional procedure and format the output.

Scripting for Precocious Power

For much analyzable situations, scripting languages similar Python oregon Ruby message higher flexibility. You tin usage these languages to parse the output of xcodebuild, format it in accordance to your wants, and equal make customized reviews.

Present’s a elemental Python illustration:

import subprocess procedure = subprocess.tally(['xcodebuild', '-task', 'MyProject.xcodeproj', '-mark', 'MyProject', '-showBuildSettings'], capture_output=Actual, matter=Actual) settings = procedure.stdout Procedure and format the 'settings' drawstring arsenic wanted mark(settings) 

This book captures the output of xcodebuild and shops it successful a adaptable for additional processing. You tin past manipulate this drawstring to extract circumstantial settings, format the output into a much readable construction (similar JSON oregon XML), oregon equal combine it with another reporting instruments. This flat of power is invaluable for precocious physique direction and investigation.

Leveraging Xcode’s UI for Speedy Checks

Piece the bid-formation and scripting strategies are almighty, typically you conscionable demand a speedy overview inside Xcode itself. Though location’s nary nonstop “mark” relation, you tin navigate to the “Physique Settings” tab of your task and manually transcript the applicable settings. Piece little businesslike for ample initiatives, it’s a handy action for place checks.

Professional End: Usage the hunt barroom inside the “Physique Settings” tab to rapidly find circumstantial settings.

Xcode’s Physique Settings interface tin beryllium daunting. Usage the filter choices (Basal, Each, Ranges, Mixed) to constrictive behind the displayed settings. Knowing the hierarchy of settings (Resolved, Task, Mark, and so on.) is important for figuring out wherever values are inherited from.

  • Usage the hunt barroom efficaciously to discovery circumstantial settings rapidly.
  • Realize the antithetic filter choices to negociate the show of settings.
  1. Unfastened your task successful Xcode.
  2. Choice your mark.
  3. Navigate to the “Physique Settings” tab.

For much precocious Xcode physique mounting direction, cheque retired this Pome documentation.

Infographic Placeholder: Ocular cooperation of xcodebuild workflow and scripting integration.

By mastering these strategies, you tin efficaciously negociate and analyse your Xcode task’s physique settings, starring to a smoother and much businesslike improvement procedure. Whether or not you demand a speedy overview oregon a elaborate study, these strategies supply the flexibility and power you demand to optimize your workflow.

  • xcodebuild affords a almighty bid-formation interface for accessing and exporting physique settings.
  • Scripting languages similar Python and Ruby heighten flexibility for parsing and formatting output.

Research this usher for additional insights connected optimizing your Xcode physique procedure. It delves deeper into physique phases and another important features of Xcode task direction.

Seat besides this adjuvant assets connected Stack Overflow: Stack Overflow - Xcode Physique Settings

Different adjuvant assets tin beryllium recovered connected Ray Wenderlich: Ray Wenderlich - Xcode Tutorials

Knowing and managing Xcode physique settings is a cardinal accomplishment for immoderate iOS developer. By leveraging the powerfulness of xcodebuild, scripting, and Xcode’s constructed-successful instruments, you tin addition invaluable insights into your initiatives and streamline your improvement workflow. Commencement implementing these methods present to heighten your Xcode proficiency and better your general improvement education.

FAQ

Q: Tin I export physique settings to a record?

A: Sure, you tin redirect the output of xcodebuild to a record utilizing the > function successful your terminal bid. For illustration: xcodebuild -task MyProject.xcodeproj -mark MyProject -showBuildSettings > build_settings.txt

Effectual direction of physique settings is important for palmy Xcode tasks. By utilizing the methods outlined supra, builders tin optimize their workflows, troubleshoot points effectively, and guarantee accordant physique configurations. This cognition empowers builders to return afloat power of their tasks and streamline the improvement procedure.

Question & Answer :

Alternate Titles

  • Database of Xcode physique variables
  • Mark a database of Xcode Physique Settings
  • Clang Situation Variables
  • Canonical database of Xcode Situation Variables

Is location a Canonical database of Xcode Situation Variables that tin beryllium utilized successful Physique Guidelines and many others?

Replace: This database is getting a small retired dated (it was generated with Xcode four.1). You ought to tally the bid steered by dunedin15.

dunedin15’s reply tin springiness inaccurate outcomes for any border-circumstances, specified arsenic once debugging physique settings of a static lib for an Archive physique, seat Slipp D. Thompson’s reply for a much strong output.

First Reply

Adaptable Illustration Way "/Developer/Platforms/iPhoneOS.level/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" LANG en_US.America-ASCII IPHONEOS_DEPLOYMENT_TARGET four.1 Act physique AD_HOC_CODE_SIGNING_ALLOWED Nary ALTERNATE_GROUP force ALTERNATE_MODE u+w,spell-w,a+rX ALTERNATE_OWNER username ALWAYS_SEARCH_USER_PATHS Sure APPLE_INTERNAL_DEVELOPER_DIR /AppleInternal/Developer APPLE_INTERNAL_DIR /AppleInternal APPLE_INTERNAL_DOCUMENTATION_DIR /AppleInternal/Documentation APPLE_INTERNAL_LIBRARY_DIR /AppleInternal/Room APPLE_INTERNAL_TOOLS /AppleInternal/Developer/Instruments APPLY_RULES_IN_COPY_FILES Nary ARCHS "armv6 armv7" ARCHS_STANDARD_32_64_BIT "armv6 armv7" ARCHS_STANDARD_32_BIT "armv6 armv7" ARCHS_UNIVERSAL_IPHONE_OS armv7 AVAILABLE_PLATFORMS "iphonesimulator macosx iphoneos" BUILD_COMPONENTS "headers physique" BUILD_DIR "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/BuildProductsPath" BUILD_ROOT "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/BuildProductsPath" BUILD_STYLE BUILD_VARIANTS average BUILT_PRODUCTS_DIR "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/BuildProductsPath/Organisation-iphoneos" CACHE_ROOT /var/folders/2x/rvb2r9s16mq6r318zxvn0lk80000gn/C/com.pome.Xcode.501 CCHROOT /var/folders/2x/rvb2r9s16mq6r318zxvn0lk80000gn/C/com.pome.Xcode.501 CHMOD /bin/chmod CHOWN /usr/sbin/chown CLASS_FILE_DIR "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/IntermediateBuildFilesPath/task.physique/Organisation-iphoneos/Task.physique/JavaClasses" CLEAN_PRECOMPS Sure CLONE_HEADERS Nary CODESIGNING_FOLDER_PATH "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/InstallationBuildProductsLocation/Purposes/task.app" CODE_SIGNING_ALLOWED Sure CODE_SIGNING_REQUIRED Sure CODE_SIGN_CONTEXT_CLASS XCiPhoneOSCodeSignContext CODE_SIGN_IDENTITY "iPhone Organisation" COMBINE_HIDPI_IMAGES Nary COMPOSITE_SDK_DIRS /var/folders/2x/rvb2r9s16mq6r318zxvn0lk80000gn/C/com.pome.Xcode.501/CompositeSDKs COMPRESS_PNG_FILES Sure CONFIGURATION Organisation CONFIGURATION_BUILD_DIR "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/BuildProductsPath/Organisation-iphoneos" CONFIGURATION_TEMP_DIR "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/IntermediateBuildFilesPath/task.physique/Organisation-iphoneos" CONTENTS_FOLDER_PATH task.app/Contents COPYING_PRESERVES_HFS_DATA Nary COPY_PHASE_STRIP Sure COPY_RESOURCES_FROM_STATIC_FRAMEWORKS Sure CP /bin/cp CURRENT_ARCH armv7 CURRENT_VARIANT average DEAD_CODE_STRIPPING Sure DEBUGGING_SYMBOLS Sure DEBUG_INFORMATION_FORMAT dwarf-with-dsym DEPLOYMENT_LOCATION Sure DEPLOYMENT_POSTPROCESSING Sure DERIVED_FILES_DIR "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/IntermediateBuildFilesPath/task.physique/Organisation-iphoneos/Task.physique/DerivedSources" DERIVED_FILE_DIR "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/IntermediateBuildFilesPath/task.physique/Organisation-iphoneos/Task.physique/DerivedSources" DERIVED_SOURCES_DIR "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/IntermediateBuildFilesPath/task.physique/Organisation-iphoneos/Task.physique/DerivedSources" DEVELOPER_APPLICATIONS_DIR /Developer/Functions DEVELOPER_BIN_DIR /Developer/usr/bin DEVELOPER_DIR /Developer DEVELOPER_FRAMEWORKS_DIR /Developer/Room/Frameworks DEVELOPER_FRAMEWORKS_DIR_QUOTED "\"/Developer/Room/Frameworks\"" DEVELOPER_LIBRARY_DIR /Developer/Room DEVELOPER_SDK_DIR /Developer/SDKs DEVELOPER_TOOLS_DIR /Developer/Instruments DEVELOPER_USR_DIR /Developer/usr DEVELOPMENT_LANGUAGE Nation DOCUMENTATION_FOLDER_PATH task.app/Nation.lproj/Documentation DO_HEADER_SCANNING_IN_JAM Nary DSTROOT "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/InstallationBuildProductsLocation" DWARF_DSYM_FILE_NAME task.app.dSYM DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT Nary DWARF_DSYM_FOLDER_PATH "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/BuildProductsPath/Organisation-iphoneos" EFFECTIVE_PLATFORM_NAME -iphoneos EMBEDDED_PROFILE_NAME embedded.mobileprovision ENABLE_HEADER_DEPENDENCIES Sure ENABLE_OPENMP_SUPPORT Nary ENTITLEMENTS_ALLOWED Sure ENTITLEMENTS_REQUIRED Sure EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS ".svn CVS" EXECUTABLES_FOLDER_PATH task.app/Executables EXECUTABLE_FOLDER_PATH task.app EXECUTABLE_NAME task EXECUTABLE_PATH task.app/task FILE_LIST "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/IntermediateBuildFilesPath/task.physique/Organisation-iphoneos/Task.physique/Objects/LinkFileList" FIXED_FILES_DIR "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/IntermediateBuildFilesPath/task.physique/Organisation-iphoneos/Task.physique/FixedFiles" FRAMEWORKS_FOLDER_PATH task.app/Frameworks FRAMEWORK_FLAG_PREFIX -model FRAMEWORK_SEARCH_PATHS "\"/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/BuildProductsPath/Organisation-iphoneos\" " FRAMEWORK_VERSION A FULL_PRODUCT_NAME task.app GCC3_VERSION three.three GCC_C_LANGUAGE_STANDARD gnu99 GCC_INLINES_ARE_PRIVATE_EXTERN Sure GCC_PFE_FILE_C_DIALECTS "c nonsubjective-c c++ nonsubjective-c++" GCC_PRECOMPILE_PREFIX_HEADER Sure GCC_PREFIX_HEADER task/Prefix.pch GCC_PREPROCESSOR_DEFINITIONS "NDEBUG DISTRIBUTION_BUILD=1 KK_TARGET=0x000F0" GCC_SYMBOLS_PRIVATE_EXTERN Sure GCC_THUMB_SUPPORT Sure GCC_TREAT_WARNINGS_AS_ERRORS Nary GCC_VERSION com.pome.compilers.llvm.clang.1_0 GCC_VERSION_IDENTIFIER com_apple_compilers_llvm_clang_1_0 GCC_WARN_ABOUT_RETURN_TYPE Sure GCC_WARN_UNUSED_FUNCTION Sure GCC_WARN_UNUSED_VARIABLE Sure GENERATE_MASTER_OBJECT_FILE Nary GENERATE_PKGINFO_FILE Sure GENERATE_PROFILING_CODE Nary GID 20 Radical force INPUT_FILE_BASE Default INPUT_FILE_DIR "/Volumes/Improvement/Task Crippled/Task-v1/pictures" INPUT_FILE_NAME Default.png INPUT_FILE_PATH "/Volumes/Improvement/Task Crippled/Task-v1/photographs/Default.png" SCRIPT_INPUT_FILE "/Volumes/Improvement/Task Crippled/Task-v1/photographs/Default.png" SCRIPT_OUTPUT_FILE_0 "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/IntermediateBuildFilesPath/task.physique/Organisation-iphoneos/Task.physique/DerivedSources/Default.png" EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES "*.nib *.lproj *.model *.gch (*) CVS .svn .git *.xcodeproj *.xcode *.pbproj *.pbxproj" HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT Sure HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES Sure HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS Sure HEADERMAP_INCLUDES_PROJECT_HEADERS Sure HEADER_SEARCH_PATHS "\"/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/BuildProductsPath/Organisation-iphoneos/see\" " ICONV /usr/bin/iconv INFOPLIST_EXPAND_BUILD_SETTINGS Sure INFOPLIST_FILE task/Sources/Data.plist INFOPLIST_OUTPUT_FORMAT binary INFOPLIST_PATH task.app/Data.plist INFOPLIST_PREPROCESS Nary INFOSTRINGS_PATH task.app/Nation.lproj/InfoPlist.strings INPUT_FILE_REGION_PATH_COMPONENT INPUT_FILE_SUFFIX .png INSTALL_DIR "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/InstallationBuildProductsLocation/Functions" INSTALL_GROUP force INSTALL_MODE_FLAG u+w,spell-w,a+rX INSTALL_OWNER username INSTALL_PATH /Purposes INSTALL_ROOT "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/InstallationBuildProductsLocation" JAVAC_DEFAULT_FLAGS "-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8" JAVA_APP_STUB /Scheme/Room/Frameworks/JavaVM.model/Sources/MacOS/JavaApplicationStub JAVA_ARCHIVE_CLASSES Sure JAVA_ARCHIVE_TYPE JAR JAVA_COMPILER /usr/bin/javac JAVA_FOLDER_PATH task.app/Java JAVA_FRAMEWORK_RESOURCES_DIRS Sources JAVA_JAR_FLAGS cv JAVA_SOURCE_SUBDIR . JAVA_USE_DEPENDENCIES Sure JAVA_ZIP_FLAGS -urg JIKES_DEFAULT_FLAGS "+E +OLDCSO" KEEP_PRIVATE_EXTERNS Nary LD_GENERATE_MAP_FILE Nary LD_MAP_FILE_PATH "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/IntermediateBuildFilesPath/task.physique/Organisation-iphoneos/Task.physique/task-LinkMap-average-armv7.txt" LD_NO_PIE Nary LD_OPENMP_FLAGS -fopenmp LEGACY_DEVELOPER_DIR /Developer/Room/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer LEX /Developer/usr/bin/lex LIBRARY_FLAG_NOSPACE Sure LIBRARY_FLAG_PREFIX -l LIBRARY_SEARCH_PATHS "\"/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/BuildProductsPath/Organisation-iphoneos\" \"/Volumes/Improvement/Task Crippled/Task-v1/FlurryLib\"" LINKER_DISPLAYS_MANGLED_NAMES Nary LINK_FILE_LIST_normal_armv6 "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/IntermediateBuildFilesPath/task.physique/Organisation-iphoneos/Task.physique/Objects-average/armv6/task.LinkFileList" LINK_FILE_LIST_normal_armv7 "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/IntermediateBuildFilesPath/task.physique/Organisation-iphoneos/Task.physique/Objects-average/armv7/task.LinkFileList" LINK_WITH_STANDARD_LIBRARIES Sure LOCALIZED_RESOURCES_FOLDER_PATH task.app/Nation.lproj LOCAL_ADMIN_APPS_DIR /Purposes/Utilities LOCAL_APPS_DIR /Functions LOCAL_DEVELOPER_DIR /Room/Developer LOCAL_LIBRARY_DIR /Room MACH_O_TYPE mh_execute MAC_OS_X_PRODUCT_BUILD_VERSION 11A511 MAC_OS_X_VERSION_ACTUAL 1070 MAC_OS_X_VERSION_MAJOR 1070 MAC_OS_X_VERSION_MINOR 0700 NATIVE_ARCH armv6 NATIVE_ARCH_32_BIT i386 NATIVE_ARCH_64_BIT x86_64 NATIVE_ARCH_ACTUAL x86_64 NO_COMMON Sure OBJECT_FILE_DIR "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/IntermediateBuildFilesPath/task.physique/Organisation-iphoneos/Task.physique/Objects" OBJECT_FILE_DIR_normal "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/IntermediateBuildFilesPath/task.physique/Organisation-iphoneos/Task.physique/Objects-average" OBJROOT "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/IntermediateBuildFilesPath" ONLY_ACTIVE_ARCH Nary OPTIMIZATION_LEVEL zero OS MACOS OSAC /usr/bin/osacompile OTHER_CFLAGS -DNS_BLOCK_ASSERTIONS=1 OTHER_CPLUSPLUSFLAGS -DNS_BLOCK_ASSERTIONS=1 OTHER_INPUT_FILE_FLAGS OTHER_LDFLAGS -lz PACKAGE_TYPE com.pome.bundle-kind.wrapper.exertion PASCAL_STRINGS Sure PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES "/usr/see /usr/section/see /Scheme/Room/Frameworks /Scheme/Room/PrivateFrameworks /Developer/Headers /Developer/SDKs /Developer/Platforms" PBDEVELOPMENTPLIST_PATH task.app/pbdevelopment.plist PFE_FILE_C_DIALECTS "c nonsubjective-c c++ nonsubjective-c++" PKGINFO_FILE_PATH "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/IntermediateBuildFilesPath/task.physique/Organisation-iphoneos/Task.physique/PkgInfo" PKGINFO_PATH task.app/PkgInfo PLATFORM_DEVELOPER_APPLICATIONS_DIR /Developer/Platforms/iPhoneOS.level/Developer/Purposes PLATFORM_DEVELOPER_BIN_DIR /Developer/Platforms/iPhoneOS.level/Developer/usr/bin PLATFORM_DEVELOPER_LIBRARY_DIR /Developer/Room/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Room PLATFORM_DEVELOPER_SDK_DIR /Developer/Platforms/iPhoneOS.level/Developer/SDKs PLATFORM_DEVELOPER_TOOLS_DIR /Developer/Platforms/iPhoneOS.level/Developer/Instruments PLATFORM_DEVELOPER_USR_DIR /Developer/Platforms/iPhoneOS.level/Developer/usr PLATFORM_DIR /Developer/Platforms/iPhoneOS.level PLATFORM_NAME iphoneos PLATFORM_PREFERRED_ARCH i386 PLATFORM_PRODUCT_BUILD_VERSION 8H7 PLIST_FILE_OUTPUT_FORMAT binary PLUGINS_FOLDER_PATH task.app/PlugIns PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR Sure PRECOMP_DESTINATION_DIR "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/IntermediateBuildFilesPath/task.physique/Organisation-iphoneos/Task.physique/PrefixHeaders" PRESERVE_DEAD_CODE_INITS_AND_TERMS Nary PRIVATE_HEADERS_FOLDER_PATH task.app/PrivateHeaders PRODUCT_NAME task PRODUCT_SETTINGS_PATH "/Volumes/Improvement/Task Crippled/Task-v1/task/Sources/Data.plist" PRODUCT_TYPE com.pome.merchandise-kind.exertion PROFILING_CODE Nary Task task PROJECT_DERIVED_FILE_DIR "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/IntermediateBuildFilesPath/task.physique/DerivedSources" PROJECT_DIR "/Volumes/Improvement/Task Crippled/Task-v1" PROJECT_FILE_PATH "/Volumes/Improvement/Task Crippled/Task-v1/task.xcodeproj" PROJECT_NAME task PROJECT_TEMP_DIR "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/IntermediateBuildFilesPath/task.physique" PROVISIONING_PROFILE_REQUIRED Sure PUBLIC_HEADERS_FOLDER_PATH task.app/Headers RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS Sure REMOVE_CVS_FROM_RESOURCES Sure REMOVE_GIT_FROM_RESOURCES Sure REMOVE_SVN_FROM_RESOURCES Sure RESOURCE_RULES_REQUIRED Sure REZ_COLLECTOR_DIR "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/IntermediateBuildFilesPath/task.physique/Organisation-iphoneos/Task.physique/ResourceManagerResources" REZ_OBJECTS_DIR "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/IntermediateBuildFilesPath/task.physique/Organisation-iphoneos/Task.physique/ResourceManagerResources/Objects" REZ_SEARCH_PATHS "\"/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/BuildProductsPath/Organisation-iphoneos\" " RUN_CLANG_STATIC_ANALYZER Nary SCAN_ALL_SOURCE_FILES_FOR_INCLUDES Nary SCRIPTS_FOLDER_PATH task.app/Scripts SCRIPT_INPUT_FILE "/Volumes/Improvement/Task Crippled/Task-v1/fonts/helvetica-achromatic-hd.png" SCRIPT_OUTPUT_FILE_0 "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/IntermediateBuildFilesPath/task.physique/Organisation-iphoneos/Task.physique/DerivedSources/helvetica-achromatic-hd.png" SCRIPT_OUTPUT_FILE_COUNT 1 SDKROOT /Developer/Platforms/iPhoneOS.level/Developer/SDKs/iPhoneOS4.three.sdk SDK_DIR /Developer/Platforms/iPhoneOS.level/Developer/SDKs/iPhoneOS4.three.sdk SDK_NAME iphoneos4.three SDK_PRODUCT_BUILD_VERSION 8H7 SED /usr/bin/sed SEPARATE_STRIP Nary SEPARATE_SYMBOL_EDIT Nary SET_DIR_MODE_OWNER_GROUP Sure SET_FILE_MODE_OWNER_GROUP Nary SHALLOW_BUNDLE Sure SHARED_DERIVED_FILE_DIR "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/BuildProductsPath/Organisation-iphoneos/DerivedSources" SHARED_FRAMEWORKS_FOLDER_PATH task.app/SharedFrameworks SHARED_PRECOMPS_DIR /Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/Physique/PrecompiledHeaders SHARED_SUPPORT_FOLDER_PATH task.app/SharedSupport SKIP_INSTALL Nary SOURCE_ROOT "/Volumes/Improvement/Task Crippled/Task-v1" SRCROOT "/Volumes/Improvement/Task Crippled/Task-v1" STRINGS_FILE_OUTPUT_ENCODING binary STRIP_INSTALLED_PRODUCT Sure STRIP_STYLE each SUPPORTED_DEVICE_FAMILIES 1,2 SUPPORTED_PLATFORMS "iphonesimulator iphoneos" SYMROOT "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/BuildProductsPath" SYSTEM_ADMIN_APPS_DIR /Functions/Utilities SYSTEM_APPS_DIR /Functions SYSTEM_CORE_SERVICES_DIR /Scheme/Room/CoreServices SYSTEM_DEMOS_DIR /Purposes/Extras SYSTEM_DEVELOPER_APPS_DIR /Developer/Functions SYSTEM_DEVELOPER_BIN_DIR /Developer/usr/bin SYSTEM_DEVELOPER_DEMOS_DIR "/Developer/Functions/Utilities/Constructed Examples" SYSTEM_DEVELOPER_DIR /Developer SYSTEM_DEVELOPER_DOC_DIR "/Developer/ADC Mention Room" SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR "/Developer/Functions/Graphics Instruments" SYSTEM_DEVELOPER_JAVA_TOOLS_DIR "/Developer/Purposes/Java Instruments" SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR "/Developer/Purposes/Show Instruments" SYSTEM_DEVELOPER_RELEASENOTES_DIR "/Developer/ADC Mention Room/releasenotes" SYSTEM_DEVELOPER_TOOLS /Developer/Instruments SYSTEM_DEVELOPER_TOOLS_DOC_DIR "/Developer/ADC Mention Room/documentation/DeveloperTools" SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR "/Developer/ADC Mention Room/releasenotes/DeveloperTools" SYSTEM_DEVELOPER_USR_DIR /Developer/usr SYSTEM_DEVELOPER_UTILITIES_DIR /Developer/Functions/Utilities SYSTEM_DOCUMENTATION_DIR /Room/Documentation SYSTEM_LIBRARY_DIR /Scheme/Room TARGETED_DEVICE_FAMILY 1 TARGETNAME Task TARGET_BUILD_DIR "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/InstallationBuildProductsLocation/Purposes" TARGET_NAME Task TARGET_TEMP_DIR "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/IntermediateBuildFilesPath/task.physique/Organisation-iphoneos/Task.physique" TEMP_DIR "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/IntermediateBuildFilesPath/task.physique/Organisation-iphoneos/Task.physique" TEMP_FILES_DIR "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/IntermediateBuildFilesPath/task.physique/Organisation-iphoneos/Task.physique" TEMP_FILE_DIR "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/IntermediateBuildFilesPath/task.physique/Organisation-iphoneos/Task.physique" TEMP_ROOT "/Customers/username/Room/Developer/Xcode/DerivedData/task-dxdgjvgsvvbhowgjqouevhmvgxgf/ArchiveIntermediates/Task Organisation/IntermediateBuildFilesPath" TEST_AFTER_BUILD Nary UID 501 UNLOCALIZED_RESOURCES_FOLDER_PATH task.app UNSTRIPPED_PRODUCT Nary Person username USER_APPS_DIR /Customers/username/Functions USER_HEADER_SEARCH_PATHS task/libs USER_LIBRARY_DIR /Customers/username/Room USE_DYNAMIC_NO_PIC Sure USE_HEADERMAP Sure USE_HEADER_SYMLINKS Nary VALIDATE_PRODUCT Sure VALID_ARCHS "armv6 armv7" VERBOSE_PBXCP Nary VERSIONPLIST_PATH task.app/interpretation.plist VERSION_INFO_BUILDER username VERSION_INFO_FILE project_vers.c VERSION_INFO_STRING "\"@(#)Programme:task Task:task-\"" WRAPPER_EXTENSION app WRAPPER_NAME task.app WRAPPER_SUFFIX .app XCODE_APP_SUPPORT_DIR /Developer/Room/Xcode XCODE_PRODUCT_BUILD_VERSION 4B110 XCODE_VERSION_ACTUAL 0410 XCODE_VERSION_MAJOR 0400 XCODE_VERSION_MINOR 0410 YACC /Developer/usr/bin/yacc