-
-
Notifications
You must be signed in to change notification settings - Fork 344
Description
xcode 16.2。
使用模拟器是可以实时调试的。
但是使用真机后,控制台只输出了这些信息,无法真机调试。
Broadcasting to en0#11:192.168.71.255 to locate Injection host...
Broadcasting to en2#16:169.254.255.255 to locate Injection host...
didFinishLaunchingWithOptions方法添加了以下代码
#if DEBUG
if let path = Bundle.main.path(forResource:
"iOSInjection", ofType: "bundle") {
Bundle(path: path)!.load()
}
#endif
并且断点调试,确保Bundle(path: path)!.load()成功执行。
Build Phase已经添加了脚本,并且 "User Script Sandboxing"设置为NO。
脚本:
RESOURCES=/Applications/InjectionIII.app/Contents/Resources
if [ -f "$RESOURCES/copy_bundle.sh" ]; then
"$RESOURCES/copy_bundle.sh"
fi
并且在Build信息里,输出如下信息:
Showing All Messages
PhaseScriptExecution Run\ Script /Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/test1234.build/Debug-iphoneos/test1234.build/Script-71D5514F2E02AA1A008209E8.sh (in target 'test1234' from project 'test1234')
cd /Users/tt/Documents/test1234
export ACTION=build
export AD_HOC_CODE_SIGNING_ALLOWED=NO
export AGGREGATE_TRACKED_DOMAINS=YES
export ALLOW_BUILD_REQUEST_OVERRIDES=NO
export ALLOW_TARGET_PLATFORM_SPECIALIZATION=NO
export ALTERNATE_GROUP=staff
export ALTERNATE_MODE=u+w,go-w,a+rX
export ALTERNATE_OWNER=tt
export ALTERNATIVE_DISTRIBUTION_WEB=NO
export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO
export ALWAYS_SEARCH_USER_PATHS=NO
export ALWAYS_USE_SEPARATE_HEADERMAPS=NO
export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer
export APPLE_INTERNAL_DIR=/AppleInternal
export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation
export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library
export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools
export APPLICATION_EXTENSION_API_ONLY=NO
export APPLY_RULES_IN_COPY_FILES=NO
export APPLY_RULES_IN_COPY_HEADERS=NO
export APP_SHORTCUTS_ENABLE_FLEXIBLE_MATCHING=YES
export ARCHS=arm64
export ARCHS_STANDARD=arm64
export ARCHS_STANDARD_32_64_BIT=armv7\ arm64
export ARCHS_STANDARD_32_BIT=armv7
export ARCHS_STANDARD_64_BIT=arm64
export ARCHS_STANDARD_INCLUDING_64_BIT=arm64
export ARCHS_UNIVERSAL_IPHONE_OS=armv7\ arm64
export ASSETCATALOG_COMPILER_APPICON_NAME=AppIcon
export ASSETCATALOG_COMPILER_GENERATE_ASSET_SYMBOLS=YES
export ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS=YES
export ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME=AccentColor
export ASSETCATALOG_FILTER_FOR_DEVICE_MODEL=iPhone13,3
export ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION=18.5
export ASSETCATALOG_FILTER_FOR_THINNING_DEVICE_CONFIGURATION=iPhone13,3
export AUTOMATICALLY_MERGE_DEPENDENCIES=NO
export AVAILABLE_PLATFORMS=appletvos\ appletvsimulator\ driverkit\ iphoneos\ iphonesimulator\ macosx\ watchos\ watchsimulator\ xros\ xrsimulator
export AppIdentifierPrefix=J2C8KS2LNZ.
export BITCODE_GENERATION_MODE=marker
export BUILD_ACTIVE_RESOURCES_ONLY=YES
export BUILD_COMPONENTS=headers\ build
export BUILD_DIR=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products
export BUILD_LIBRARY_FOR_DISTRIBUTION=NO
export BUILD_ROOT=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products
export BUILD_STYLE=
export BUILD_VARIANTS=normal
export BUILT_PRODUCTS_DIR=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos
export BUNDLE_CONTENTS_FOLDER_PATH_deep=Contents/
export BUNDLE_EXECUTABLE_FOLDER_NAME_deep=MacOS
export BUNDLE_EXTENSIONS_FOLDER_PATH=Extensions
export BUNDLE_FORMAT=shallow
export BUNDLE_FRAMEWORKS_FOLDER_PATH=Frameworks
export BUNDLE_PLUGINS_FOLDER_PATH=PlugIns
export BUNDLE_PRIVATE_HEADERS_FOLDER_PATH=PrivateHeaders
export BUNDLE_PUBLIC_HEADERS_FOLDER_PATH=Headers
export CACHE_ROOT=/var/folders/ll/4fdrj1rd0yb9m9q9hj6_qznh0000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode
export CCHROOT=/var/folders/ll/4fdrj1rd0yb9m9q9hj6_qznh0000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode
export CHMOD=/bin/chmod
export CHOWN=/usr/sbin/chown
export CLANG_ANALYZER_NONNULL=YES
export CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION=YES_AGGRESSIVE
export CLANG_CACHE_FINE_GRAINED_OUTPUTS=YES
export CLANG_COVERAGE_MAPPING=YES
export CLANG_CXX_LANGUAGE_STANDARD=gnu++20
export CLANG_ENABLE_EXPLICIT_MODULES=YES
export CLANG_ENABLE_MODULES=YES
export CLANG_ENABLE_OBJC_ARC=YES
export CLANG_ENABLE_OBJC_WEAK=YES
export CLANG_MODULES_BUILD_SESSION_FILE=/Users/tt/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation
export CLANG_PROFILE_DATA_DIRECTORY=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/ProfileData
export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING=YES
export CLANG_WARN_BOOL_CONVERSION=YES
export CLANG_WARN_COMMA=YES
export CLANG_WARN_CONSTANT_CONVERSION=YES
export CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS=YES
export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR
export CLANG_WARN_DOCUMENTATION_COMMENTS=YES
export CLANG_WARN_EMPTY_BODY=YES
export CLANG_WARN_ENUM_CONVERSION=YES
export CLANG_WARN_INFINITE_RECURSION=YES
export CLANG_WARN_INT_CONVERSION=YES
export CLANG_WARN_NON_LITERAL_NULL_CONVERSION=YES
export CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF=YES
export CLANG_WARN_OBJC_LITERAL_CONVERSION=YES
export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR
export CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER=NO
export CLANG_WARN_RANGE_LOOP_ANALYSIS=YES
export CLANG_WARN_STRICT_PROTOTYPES=YES
export CLANG_WARN_SUSPICIOUS_MOVE=YES
export CLANG_WARN_UNGUARDED_AVAILABILITY=YES_AGGRESSIVE
export CLANG_WARN_UNREACHABLE_CODE=YES
export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES
export CLASS_FILE_DIR=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/test1234.build/Debug-iphoneos/test1234.build/JavaClasses
export CLEAN_PRECOMPS=YES
export CLONE_HEADERS=NO
export CODESIGNING_FOLDER_PATH=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app
export CODE_SIGNING_ALLOWED=YES
export CODE_SIGNING_REQUIRED=YES
export CODE_SIGN_CONTEXT_CLASS=XCiPhoneOSCodeSignContext
export CODE_SIGN_IDENTITY=Apple\ Development
export CODE_SIGN_INJECT_BASE_ENTITLEMENTS=YES
export CODE_SIGN_STYLE=Automatic
export COLOR_DIAGNOSTICS=NO
export COMBINE_HIDPI_IMAGES=NO
export COMPILATION_CACHE_CAS_PATH=/Users/tt/Library/Developer/Xcode/DerivedData/CompilationCache.noindex
export COMPILATION_CACHE_KEEP_CAS_DIRECTORY=YES
export COMPILER_INDEX_STORE_ENABLE=Default
export COMPOSITE_SDK_DIRS=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/CompositeSDKs
export COMPRESS_PNG_FILES=YES
export CONFIGURATION=Debug
export CONFIGURATION_BUILD_DIR=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos
export CONFIGURATION_TEMP_DIR=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/test1234.build/Debug-iphoneos
export CONTENTS_FOLDER_PATH=test1234.app
export CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_NO=test1234.app/Contents
export CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_YES=test1234.app
export COPYING_PRESERVES_HFS_DATA=NO
export COPY_HEADERS_RUN_UNIFDEF=NO
export COPY_PHASE_STRIP=NO
export CORRESPONDING_SIMULATOR_PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
export CORRESPONDING_SIMULATOR_PLATFORM_NAME=iphonesimulator
export CORRESPONDING_SIMULATOR_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator18.2.sdk
export CORRESPONDING_SIMULATOR_SDK_NAME=iphonesimulator18.2
export CP=/bin/cp
export CREATE_INFOPLIST_SECTION_IN_BINARY=NO
export CURRENT_ARCH=undefined_arch
export CURRENT_PROJECT_VERSION=1
export CURRENT_VARIANT=normal
export DEAD_CODE_STRIPPING=YES
export DEBUGGING_SYMBOLS=YES
export DEBUG_INFORMATION_FORMAT=dwarf
export DEBUG_INFORMATION_VERSION=compiler-default
export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0
export DEFAULT_DEXT_INSTALL_PATH=/System/Library/DriverExtensions
export DEFAULT_KEXT_INSTALL_PATH=/System/Library/Extensions
export DEFINES_MODULE=NO
export DEPLOYMENT_LOCATION=NO
export DEPLOYMENT_POSTPROCESSING=NO
export DEPLOYMENT_TARGET_SETTING_NAME=IPHONEOS_DEPLOYMENT_TARGET
export DEPLOYMENT_TARGET_SUGGESTED_VALUES=12.0\ 12.1\ 12.2\ 12.3\ 12.4\ 13.0\ 13.1\ 13.2\ 13.3\ 13.4\ 13.5\ 13.6\ 14.0\ 14.1\ 14.2\ 14.3\ 14.4\ 14.5\ 14.6\ 14.7\ 15.0\ 15.1\ 15.2\ 15.3\ 15.4\ 15.5\ 15.6\ 16.0\ 16.1\ 16.2\ 16.3\ 16.4\ 16.5\ 16.6\ 17.0\ 17.1\ 17.2\ 17.3\ 17.4\ 17.5\ 17.6\ 18.0\ 18.1\ 18.2
export DERIVED_FILES_DIR=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/test1234.build/Debug-iphoneos/test1234.build/DerivedSources
export DERIVED_FILE_DIR=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/test1234.build/Debug-iphoneos/test1234.build/DerivedSources
export DERIVED_SOURCES_DIR=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/test1234.build/Debug-iphoneos/test1234.build/DerivedSources
export DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER=NO
export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
export DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
export DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Library
export DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
export DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Tools
export DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
export DEVELOPMENT_LANGUAGE=en
export DEVELOPMENT_TEAM=J2C8KS2LNZ
export DIFF=/usr/bin/diff
export DOCUMENTATION_FOLDER_PATH=test1234.app/en.lproj/Documentation
export DONT_GENERATE_INFOPLIST_FILE=NO
export DSTROOT=/tmp/test1234.dst
export DT_TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export DWARF_DSYM_FILE_NAME=test1234.app.dSYM
export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO
export DWARF_DSYM_FOLDER_PATH=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos
export DYNAMIC_LIBRARY_EXTENSION=dylib
export EAGER_COMPILATION_ALLOW_SCRIPTS=NO
export EAGER_LINKING=NO
export EFFECTIVE_PLATFORM_NAME=-iphoneos
export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO
export EMBEDDED_PROFILE_NAME=embedded.mobileprovision
export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE=NO
export ENABLE_APP_SANDBOX=NO
export ENABLE_BITCODE=NO
export ENABLE_CODE_COVERAGE=YES
export ENABLE_DEBUG_DYLIB=YES
export ENABLE_DEFAULT_HEADER_SEARCH_PATHS=YES
export ENABLE_DEFAULT_SEARCH_PATHS=YES
export ENABLE_HARDENED_RUNTIME=NO
export ENABLE_HEADER_DEPENDENCIES=YES
export ENABLE_ON_DEMAND_RESOURCES=YES
export ENABLE_PREVIEWS=NO
export ENABLE_STRICT_OBJC_MSGSEND=YES
export ENABLE_TESTABILITY=YES
export ENABLE_TESTING_SEARCH_PATHS=NO
export ENABLE_USER_SCRIPT_SANDBOXING=NO
export ENABLE_XOJIT_PREVIEWS=YES
export ENTITLEMENTS_ALLOWED=YES
export ENTITLEMENTS_DESTINATION=Signature
export ENTITLEMENTS_REQUIRED=NO
export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=.DS_Store\ .svn\ .git\ .hg\ CVS
export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES=*.nib\ *.lproj\ *.framework\ *.gch\ *.xcode*\ *.xcassets\ (*)\ .DS_Store\ CVS\ .svn\ .git\ .hg\ *.pbproj\ *.pbxproj
export EXECUTABLES_FOLDER_PATH=test1234.app/Executables
export EXECUTABLE_BLANK_INJECTION_DYLIB_PATH=test1234.app/__preview.dylib
export EXECUTABLE_DEBUG_DYLIB_INSTALL_NAME=@rpath/test1234.debug.dylib
export EXECUTABLE_DEBUG_DYLIB_PATH=test1234.app/test1234.debug.dylib
export EXECUTABLE_FOLDER_PATH=test1234.app
export EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_NO=test1234.app/MacOS
export EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_YES=test1234.app
export EXECUTABLE_NAME=test1234
export EXECUTABLE_PATH=test1234.app/test1234
export EXPANDED_CODE_SIGN_IDENTITY=228192D65587F76A246495EB98A62ED11FAD052C
export EXPANDED_CODE_SIGN_IDENTITY_NAME=Apple\ Development:\ [email protected]\ (Y6SR6M4K2X)
export EXPANDED_PROVISIONING_PROFILE=22643f36-647c-4bb3-84d0-c3a02047342e
export EXTENSIONS_FOLDER_PATH=test1234.app/Extensions
export FILE_LIST=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/test1234.build/Debug-iphoneos/test1234.build/Objects/LinkFileList
export FIXED_FILES_DIR=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/test1234.build/Debug-iphoneos/test1234.build/FixedFiles
export FRAMEWORKS_FOLDER_PATH=test1234.app/Frameworks
export FRAMEWORK_FLAG_PREFIX=-framework
export FRAMEWORK_SEARCH_PATHS=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos\
export FRAMEWORK_VERSION=A
export FULL_PRODUCT_NAME=test1234.app
export FUSE_BUILD_PHASES=YES
export FUSE_BUILD_SCRIPT_PHASES=NO
export GCC3_VERSION=3.3
export GCC_C_LANGUAGE_STANDARD=gnu17
export GCC_DYNAMIC_NO_PIC=NO
export GCC_INLINES_ARE_PRIVATE_EXTERN=YES
export GCC_NO_COMMON_BLOCKS=YES
export GCC_OPTIMIZATION_LEVEL=0
export GCC_PFE_FILE_C_DIALECTS=c\ objective-c\ c++\ objective-c++
export GCC_PREPROCESSOR_DEFINITIONS=DEBUG=1\ \ COCOAPODS=1
export GCC_SYMBOLS_PRIVATE_EXTERN=NO
export GCC_THUMB_SUPPORT=YES
export GCC_TREAT_WARNINGS_AS_ERRORS=NO
export GCC_VERSION=com.apple.compilers.llvm.clang.1_0
export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0
export GCC_WARN_64_TO_32_BIT_CONVERSION=YES
export GCC_WARN_ABOUT_RETURN_TYPE=YES_ERROR
export GCC_WARN_UNDECLARED_SELECTOR=YES
export GCC_WARN_UNINITIALIZED_AUTOS=YES_AGGRESSIVE
export GCC_WARN_UNUSED_FUNCTION=YES
export GCC_WARN_UNUSED_VARIABLE=YES
export GENERATED_MODULEMAP_DIR=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
export GENERATE_INFOPLIST_FILE=YES
export GENERATE_INTERMEDIATE_TEXT_BASED_STUBS=YES
export GENERATE_MASTER_OBJECT_FILE=NO
export GENERATE_PKGINFO_FILE=YES
export GENERATE_PROFILING_CODE=NO
export GENERATE_TEXT_BASED_STUBS=NO
export GID=20
export GROUP=staff
export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES
export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES
export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_TARGETS_NOT_BEING_BUILT=YES
export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES
export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES
export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES
export HEADERMAP_USES_VFS=NO
export HEADER_SEARCH_PATHS=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/include\
export HIDE_BITCODE_SYMBOLS=YES
export HOME=/Users/tt
export HOST_ARCH=arm64
export HOST_PLATFORM=macosx
export ICONV=/usr/bin/iconv
export IMPLICIT_DEPENDENCY_DOMAIN=default
export INFOPLIST_ENABLE_CFBUNDLEICONS_MERGE=YES
export INFOPLIST_EXPAND_BUILD_SETTINGS=YES
export INFOPLIST_FILE=test1234/Info.plist
export INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents=YES
export INFOPLIST_KEY_UILaunchStoryboardName=LaunchScreen
export INFOPLIST_KEY_UIMainStoryboardFile=Main
export INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad=UIInterfaceOrientationPortrait\ UIInterfaceOrientationPortraitUpsideDown\ UIInterfaceOrientationLandscapeLeft\ UIInterfaceOrientationLandscapeRight
export INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone=UIInterfaceOrientationPortrait\ UIInterfaceOrientationLandscapeLeft\ UIInterfaceOrientationLandscapeRight
export INFOPLIST_OUTPUT_FORMAT=binary
export INFOPLIST_PATH=test1234.app/Info.plist
export INFOPLIST_PREPROCESS=NO
export INFOSTRINGS_PATH=test1234.app/en.lproj/InfoPlist.strings
export INLINE_PRIVATE_FRAMEWORKS=NO
export INSTALLHDRS_COPY_PHASE=NO
export INSTALLHDRS_SCRIPT_PHASE=NO
export INSTALL_DIR=/tmp/test1234.dst/Applications
export INSTALL_GROUP=staff
export INSTALL_MODE_FLAG=u+w,go-w,a+rX
export INSTALL_OWNER=tt
export INSTALL_PATH=/Applications
export INSTALL_ROOT=/tmp/test1234.dst
export IPHONEOS_DEPLOYMENT_TARGET=14.0
export IS_UNOPTIMIZED_BUILD=YES
export JAVAC_DEFAULT_FLAGS=-J-Xms64m\ -J-XX:NewSize=4M\ -J-Dfile.encoding=UTF8
export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
export JAVA_ARCHIVE_CLASSES=YES
export JAVA_ARCHIVE_TYPE=JAR
export JAVA_COMPILER=/usr/bin/javac
export JAVA_FOLDER_PATH=test1234.app/Java
export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources
export JAVA_JAR_FLAGS=cv
export JAVA_SOURCE_SUBDIR=.
export JAVA_USE_DEPENDENCIES=YES
export JAVA_ZIP_FLAGS=-urg
export JIKES_DEFAULT_FLAGS=+E\ +OLDCSO
export KASAN_CFLAGS_CLASSIC=-DKASAN=1\ -DKASAN_CLASSIC=1\ -fsanitize=address\ -mllvm\ -asan-globals-live-support\ -mllvm\ -asan-force-dynamic-shadow
export KASAN_CFLAGS_TBI=-DKASAN=1\ -DKASAN_TBI=1\ -fsanitize=kernel-hwaddress\ -mllvm\ -hwasan-recover=0\ -mllvm\ -hwasan-instrument-atomics=0\ -mllvm\ -hwasan-instrument-stack=1\ -mllvm\ -hwasan-generate-tags-with-calls=1\ -mllvm\ -hwasan-instrument-with-calls=1\ -mllvm\ -hwasan-use-short-granules=0\ -mllvm\ -hwasan-memory-access-callback-prefix=_asan
export KASAN_DEFAULT_CFLAGS=-DKASAN=1\ -DKASAN_CLASSIC=1\ -fsanitize=address\ -mllvm\ -asan-globals-live-support\ -mllvm\ -asan-force-dynamic-shadow
export KEEP_PRIVATE_EXTERNS=NO
export LD_DEPENDENCY_INFO_FILE=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/test1234.build/Debug-iphoneos/test1234.build/Objects-normal/undefined_arch/test1234_dependency_info.dat
export LD_EXPORT_SYMBOLS=YES
export LD_GENERATE_MAP_FILE=NO
export LD_MAP_FILE_PATH=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/test1234.build/Debug-iphoneos/test1234.build/test1234-LinkMap-normal-undefined_arch.txt
export LD_NO_PIE=NO
export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES
export LD_RUNPATH_SEARCH_PATHS=\ @executable_path/Frameworks
export LD_RUNPATH_SEARCH_PATHS_YES=@loader_path/../Frameworks
export LD_SHARED_CACHE_ELIGIBLE=Automatic
export LD_WARN_DUPLICATE_LIBRARIES=NO
export LD_WARN_UNUSED_DYLIBS=NO
export LEGACY_DEVELOPER_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
export LEX=lex
export LIBRARY_DEXT_INSTALL_PATH=/Library/DriverExtensions
export LIBRARY_FLAG_NOSPACE=YES
export LIBRARY_FLAG_PREFIX=-l
export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions
export LIBRARY_SEARCH_PATHS=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos\
export LINKER_DISPLAYS_MANGLED_NAMES=NO
export LINK_FILE_LIST_normal_arm64=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/test1234.build/Debug-iphoneos/test1234.build/Objects-normal/arm64/test1234.LinkFileList
export LINK_OBJC_RUNTIME=YES
export LINK_WITH_STANDARD_LIBRARIES=YES
export LLVM_TARGET_TRIPLE_OS_VERSION=ios14.0
export LLVM_TARGET_TRIPLE_VENDOR=apple
export LM_AUX_CONST_METADATA_LIST_PATH_normal_arm64=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/test1234.build/Debug-iphoneos/test1234.build/Objects-normal/arm64/test1234.SwiftConstValuesFileList
export LOCALIZATION_EXPORT_SUPPORTED=YES
export LOCALIZATION_PREFERS_STRING_CATALOGS=YES
export LOCALIZED_RESOURCES_FOLDER_PATH=test1234.app/en.lproj
export LOCALIZED_STRING_MACRO_NAMES=NSLocalizedString\ CFCopyLocalizedString
export LOCALIZED_STRING_SWIFTUI_SUPPORT=YES
export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities
export LOCAL_APPS_DIR=/Applications
export LOCAL_DEVELOPER_DIR=/Library/Developer
export LOCAL_LIBRARY_DIR=/Library
export LOCROOT=/Users/tt/Documents/test1234
export LOCSYMROOT=/Users/tt/Documents/test1234
export MACH_O_TYPE=mh_execute
export MAC_OS_X_PRODUCT_BUILD_VERSION=24B2083
export MAC_OS_X_VERSION_ACTUAL=150100
export MAC_OS_X_VERSION_MAJOR=150000
export MAC_OS_X_VERSION_MINOR=150100
export MAKE_MERGEABLE=NO
export MARKETING_VERSION=1.0
export MERGEABLE_LIBRARY=NO
export MERGED_BINARY_TYPE=none
export MERGE_LINKED_LIBRARIES=NO
export METAL_LIBRARY_FILE_BASE=default
export METAL_LIBRARY_OUTPUT_DIR=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app
export MODULES_FOLDER_PATH=test1234.app/Modules
export MODULE_CACHE_DIR=/Users/tt/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
export MTL_ENABLE_DEBUG_INFO=INCLUDE_SOURCE
export MTL_FAST_MATH=YES
export NATIVE_ARCH=arm64
export NATIVE_ARCH_32_BIT=arm
export NATIVE_ARCH_64_BIT=arm64
export NATIVE_ARCH_ACTUAL=arm64
export NO_COMMON=YES
export OBJECT_FILE_DIR=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/test1234.build/Debug-iphoneos/test1234.build/Objects
export OBJECT_FILE_DIR_normal=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/test1234.build/Debug-iphoneos/test1234.build/Objects-normal
export OBJROOT=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex
export ONLY_ACTIVE_ARCH=YES
export OS=MACOS
export OSAC=/usr/bin/osacompile
export OTHER_LDFLAGS=\ -Xlinker\ -interposable
export PACKAGE_TYPE=com.apple.package-type.wrapper.application
export PASCAL_STRINGS=YES
export PATH=/Applications/Xcode.app/Contents/SharedFrameworks/XCBuild.framework/Versions/A/PlugIns/XCBBuildService.bundle/Contents/PlugIns/XCBSpecifications.ideplugin/Contents/Resources:/Applications/Xcode.app/Contents/SharedFrameworks/XCBuild.framework/Versions/A/PlugIns/XCBBuildService.bundle/Contents/PlugIns/XCBSpecifications.ideplugin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/appleinternal/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/appleinternal/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES=/usr/include\ /usr/local/include\ /System/Library/Frameworks\ /System/Library/PrivateFrameworks\ /Applications/Xcode.app/Contents/Developer/Headers\ /Applications/Xcode.app/Contents/Developer/SDKs\ /Applications/Xcode.app/Contents/Developer/Platforms
export PBDEVELOPMENTPLIST_PATH=test1234.app/pbdevelopment.plist
export PER_ARCH_OBJECT_FILE_DIR=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/test1234.build/Debug-iphoneos/test1234.build/Objects-normal/undefined_arch
export PER_VARIANT_OBJECT_FILE_DIR=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/test1234.build/Debug-iphoneos/test1234.build/Objects-normal
export PKGINFO_FILE_PATH=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/test1234.build/Debug-iphoneos/test1234.build/PkgInfo
export PKGINFO_PATH=test1234.app/PkgInfo
export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications
export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library
export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools
export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr
export PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
export PLATFORM_DISPLAY_NAME=iOS
export PLATFORM_FAMILY_NAME=iOS
export PLATFORM_NAME=iphoneos
export PLATFORM_PREFERRED_ARCH=arm64
export PLATFORM_PRODUCT_BUILD_VERSION=22C146
export PLIST_FILE_OUTPUT_FORMAT=binary
export PLUGINS_FOLDER_PATH=test1234.app/PlugIns
export PODS_BUILD_DIR=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products
export PODS_CONFIGURATION_BUILD_DIR=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos
export PODS_PODFILE_DIR_PATH=/Users/tt/Documents/test1234/.
export PODS_ROOT=/Users/tt/Documents/test1234/Pods
export PODS_XCFRAMEWORKS_BUILD_DIR=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/XCFrameworkIntermediates
export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
export PRECOMP_DESTINATION_DIR=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/test1234.build/Debug-iphoneos/test1234.build/PrefixHeaders
export PRIVATE_HEADERS_FOLDER_PATH=test1234.app/PrivateHeaders
export PROCESSED_INFOPLIST_PATH=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/test1234.build/Debug-iphoneos/test1234.build/Objects-normal/undefined_arch/Processed-Info.plist
export PRODUCT_BUNDLE_IDENTIFIER=fdafafafa.test1234
export PRODUCT_BUNDLE_PACKAGE_TYPE=APPL
export PRODUCT_MODULE_NAME=test1234
export PRODUCT_NAME=test1234
export PRODUCT_SETTINGS_PATH=/Users/tt/Documents/test1234/test1234/Info.plist
export PRODUCT_TYPE=com.apple.product-type.application
export PROFILING_CODE=NO
export PROJECT=test1234
export PROJECT_DERIVED_FILE_DIR=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/test1234.build/DerivedSources
export PROJECT_DIR=/Users/tt/Documents/test1234
export PROJECT_FILE_PATH=/Users/tt/Documents/test1234/test1234.xcodeproj
export PROJECT_GUID=ee89bc3078fa0a75b76ba8b257bde711
export PROJECT_NAME=test1234
export PROJECT_TEMP_DIR=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/test1234.build
export PROJECT_TEMP_ROOT=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex
export PROVISIONING_PROFILE_REQUIRED=YES
export PROVISIONING_PROFILE_REQUIRED_YES_YES=YES
export PROVISIONING_PROFILE_SUPPORTED=YES
export PUBLIC_HEADERS_FOLDER_PATH=test1234.app/Headers
export RECOMMENDED_IPHONEOS_DEPLOYMENT_TARGET=15.0
export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS=YES
export REMOVE_CVS_FROM_RESOURCES=YES
export REMOVE_GIT_FROM_RESOURCES=YES
export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES=YES
export REMOVE_HG_FROM_RESOURCES=YES
export REMOVE_STATIC_EXECUTABLES_FROM_EMBEDDED_BUNDLES=YES
export REMOVE_SVN_FROM_RESOURCES=YES
export RESCHEDULE_INDEPENDENT_HEADERS_PHASES=YES
export REZ_COLLECTOR_DIR=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/test1234.build/Debug-iphoneos/test1234.build/ResourceManagerResources
export REZ_OBJECTS_DIR=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/test1234.build/Debug-iphoneos/test1234.build/ResourceManagerResources/Objects
export REZ_SEARCH_PATHS=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos\
export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO
export SCRIPTS_FOLDER_PATH=test1234.app/Scripts
export SCRIPT_INPUT_FILE_COUNT=0
export SCRIPT_INPUT_FILE_LIST_COUNT=0
export SCRIPT_OUTPUT_FILE_COUNT=0
export SCRIPT_OUTPUT_FILE_LIST_COUNT=0
export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk
export SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk
export SDK_DIR_iphoneos=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk
export SDK_DIR_iphoneos18_2=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk
export SDK_NAME=iphoneos18.2
export SDK_NAMES=iphoneos18.2
export SDK_PRODUCT_BUILD_VERSION=22C146
export SDK_STAT_CACHE_DIR=/Users/tt/Library/Developer/Xcode/DerivedData
export SDK_STAT_CACHE_ENABLE=YES
export SDK_STAT_CACHE_PATH=/Users/tt/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache
export SDK_VERSION=18.2
export SDK_VERSION_ACTUAL=180200
export SDK_VERSION_MAJOR=180000
export SDK_VERSION_MINOR=180200
export SED=/usr/bin/sed
export SEPARATE_STRIP=NO
export SEPARATE_SYMBOL_EDIT=NO
export SET_DIR_MODE_OWNER_GROUP=YES
export SET_FILE_MODE_OWNER_GROUP=NO
export SHALLOW_BUNDLE=YES
export SHALLOW_BUNDLE_TRIPLE=ios
export SHALLOW_BUNDLE_ios_macabi=NO
export SHALLOW_BUNDLE_macos=NO
export SHARED_DERIVED_FILE_DIR=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/DerivedSources
export SHARED_FRAMEWORKS_FOLDER_PATH=test1234.app/SharedFrameworks
export SHARED_PRECOMPS_DIR=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/PrecompiledHeaders
export SHARED_SUPPORT_FOLDER_PATH=test1234.app/SharedSupport
export SKIP_INSTALL=NO
export SOURCE_ROOT=/Users/tt/Documents/test1234
export SRCROOT=/Users/tt/Documents/test1234
export STRINGSDATA_DIR=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/test1234.build/Debug-iphoneos/test1234.build/Objects-normal/undefined_arch
export STRINGSDATA_ROOT=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/test1234.build/Debug-iphoneos/test1234.build
export STRINGS_FILE_INFOPLIST_RENAME=YES
export STRINGS_FILE_OUTPUT_ENCODING=binary
export STRIP_BITCODE_FROM_COPIED_FILES=YES
export STRIP_INSTALLED_PRODUCT=NO
export STRIP_STYLE=all
export STRIP_SWIFT_SYMBOLS=YES
export SUPPORTED_DEVICE_FAMILIES=1,2
export SUPPORTED_PLATFORMS=iphoneos\ iphonesimulator
export SUPPORTS_MACCATALYST=NO
export SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD=YES
export SUPPORTS_ON_DEMAND_RESOURCES=YES
export SUPPORTS_TEXT_BASED_API=NO
export SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD=YES
export SUPPRESS_WARNINGS=NO
export SWIFT_ACTIVE_COMPILATION_CONDITIONS=DEBUG\
export SWIFT_EMIT_LOC_STRINGS=YES
export SWIFT_OPTIMIZATION_LEVEL=-Onone
export SWIFT_PLATFORM_TARGET_PREFIX=ios
export SWIFT_RESPONSE_FILE_PATH_normal_arm64=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/test1234.build/Debug-iphoneos/test1234.build/Objects-normal/arm64/test1234.SwiftFileList
export SWIFT_VERSION=5.0
export SYMROOT=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products
export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities
export SYSTEM_APPS_DIR=/Applications
export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices
export SYSTEM_DEMOS_DIR=/Applications/Extras
export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
export SYSTEM_DEVELOPER_DEMOS_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built\ Examples
export SYSTEM_DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export SYSTEM_DEVELOPER_DOC_DIR=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library
export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Graphics\ Tools
export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Java\ Tools
export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Performance\ Tools
export SYSTEM_DEVELOPER_RELEASENOTES_DIR=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library/releasenotes
export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode.app/Contents/Developer/Tools
export SYSTEM_DEVELOPER_TOOLS_DOC_DIR=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library/documentation/DeveloperTools
export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library/releasenotes/DeveloperTools
export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Utilities
export SYSTEM_DEXT_INSTALL_PATH=/System/Library/DriverExtensions
export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation
export SYSTEM_EXTENSIONS_FOLDER_PATH=test1234.app/SystemExtensions
export SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_NO=test1234.app/Library/SystemExtensions
export SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_YES=test1234.app/SystemExtensions
export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions
export SYSTEM_LIBRARY_DIR=/System/Library
export TAPI_DEMANGLE=YES
export TAPI_ENABLE_PROJECT_HEADERS=NO
export TAPI_LANGUAGE=objective-c
export TAPI_LANGUAGE_STANDARD=compiler-default
export TAPI_USE_SRCROOT=YES
export TAPI_VERIFY_MODE=Pedantic
export TARGETED_DEVICE_FAMILY=1,2
export TARGETNAME=test1234
export TARGET_BUILD_DIR=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos
export TARGET_DEVICE_IDENTIFIER=00008101-001859403CF1003A
export TARGET_DEVICE_MODEL=iPhone13,3
export TARGET_DEVICE_OS_VERSION=18.5
export TARGET_DEVICE_PLATFORM_NAME=iphoneos
export TARGET_NAME=test1234
export TARGET_TEMP_DIR=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/test1234.build/Debug-iphoneos/test1234.build
export TEMP_DIR=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/test1234.build/Debug-iphoneos/test1234.build
export TEMP_FILES_DIR=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/test1234.build/Debug-iphoneos/test1234.build
export TEMP_FILE_DIR=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/test1234.build/Debug-iphoneos/test1234.build
export TEMP_ROOT=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex
export TEST_FRAMEWORK_SEARCH_PATHS=\ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks\ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/Developer/Library/Frameworks
export TEST_LIBRARY_SEARCH_PATHS=\ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib
export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
export TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO
export TREAT_MISSING_SCRIPT_PHASE_OUTPUTS_AS_ERRORS=NO
export TeamIdentifierPrefix=J2C8KS2LNZ.
export UID=501
export UNINSTALLED_PRODUCTS_DIR=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/UninstalledProducts
export UNLOCALIZED_RESOURCES_FOLDER_PATH=test1234.app
export UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_NO=test1234.app/Resources
export UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_YES=test1234.app
export UNSTRIPPED_PRODUCT=NO
export USER=tt
export USER_APPS_DIR=/Users/tt/Applications
export USER_LIBRARY_DIR=/Users/tt/Library
export USE_DYNAMIC_NO_PIC=YES
export USE_HEADERMAP=YES
export USE_HEADER_SYMLINKS=NO
export USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES=YES
export VALIDATE_DEVELOPMENT_ASSET_PATHS=YES_ERROR
export VALIDATE_PRODUCT=NO
export VALID_ARCHS=arm64\ arm64e\ armv7\ armv7s
export VERBOSE_PBXCP=NO
export VERSIONPLIST_PATH=test1234.app/version.plist
export VERSION_INFO_BUILDER=tt
export VERSION_INFO_FILE=test1234_vers.c
export VERSION_INFO_STRING="@(#)PROGRAM:test1234\ \ PROJECT:test1234-1"
export WORKSPACE_DIR=/Users/tt/Documents/test1234
export WRAPPER_EXTENSION=app
export WRAPPER_NAME=test1234.app
export WRAPPER_SUFFIX=.app
export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO
export XCODE_APP_SUPPORT_DIR=/Applications/Xcode.app/Contents/Developer/Library/Xcode
export XCODE_PRODUCT_BUILD_VERSION=16C5032a
export XCODE_VERSION_ACTUAL=1620
export XCODE_VERSION_MAJOR=1600
export XCODE_VERSION_MINOR=1620
export XPCSERVICES_FOLDER_PATH=test1234.app/XPCServices
export YACC=yacc
export _WRAPPER_CONTENTS_DIR_SHALLOW_BUNDLE_NO=/Contents
export _WRAPPER_PARENT_PATH_SHALLOW_BUNDLE_NO=/..
export _WRAPPER_RESOURCES_DIR_SHALLOW_BUNDLE_NO=/Resources
export __IS_NOT_MACOS=YES
export __IS_NOT_MACOS_macosx=NO
export __IS_NOT_SIMULATOR=YES
export __IS_NOT_SIMULATOR_simulator=NO
export arch=undefined_arch
export variant=normal
/bin/sh -c /Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Intermediates.noindex/test1234.build/Debug-iphoneos/test1234.build/Script-71D5514F2E02AA1A008209E8.sh
-
[[ Debug =~ Debug ]]
-
'[' '!' -w /Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app ']'
++ dirname /Applications/InjectionIII.app/Contents/Resources/copy_bundle.sh -
RESOURCES=/Applications/InjectionIII.app/Contents/Resources
-
COPY=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle
-
STRACE=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/SwiftTrace.framework/SwiftTrace
-
PLIST=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Info.plist
-
'[' iphoneos == macosx ']'
-
'[' iphoneos == appletvsimulator ']'
-
'[' iphoneos == appletvos ']'
-
'[' iphoneos == xrsimulator ']'
-
'[' iphoneos == watchsimulator ']'
-
'[' iphoneos == xros ']'
-
'[' iphoneos == iphoneos ']'
-
BUNDLE=maciOSInjection
-
rsync -a /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/XCTAutomationSupport.framework /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/XCTestCore.framework /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/XCTestSupport.framework /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/XCUIAutomation.framework /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/XCUnit.framework /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/libXCTestBundleInject.dylib /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib /Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/
-
codesign -f --sign 228192D65587F76A246495EB98A62ED11FAD052C --timestamp=none --preserve-metadata=identifier,entitlements,flags --generate-entitlement-der /Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/XCTAutomationSupport.framework /Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/XCTest.framework /Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/XCTestCore.framework /Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/XCTestSupport.framework /Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/XCUIAutomation.framework /Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/XCUnit.framework /Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/libXCTestBundleInject.dylib /Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/libXCTestSwiftSupport.dylib
/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/XCTAutomationSupport.framework: replacing existing signature
/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/XCTest.framework: replacing existing signature
/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/XCTestCore.framework: replacing existing signature
/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/XCTestSupport.framework: replacing existing signature
/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/XCUIAutomation.framework: replacing existing signature
/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/XCUnit.framework: replacing existing signature
/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/libXCTestBundleInject.dylib: replacing existing signature
/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/libXCTestSwiftSupport.dylib: replacing existing signature -
rsync -a /Applications/InjectionIII.app/Contents/Resources/maciOSInjection.bundle/Frameworks /Applications/InjectionIII.app/Contents/Resources/maciOSInjection.bundle/Info.plist /Applications/InjectionIII.app/Contents/Resources/maciOSInjection.bundle/_CodeSignature /Applications/InjectionIII.app/Contents/Resources/maciOSInjection.bundle/maciOSInjection /Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/
-
/usr/libexec/PlistBuddy -c 'Add :UserHome string /Users/tt' /Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Info.plist
-
codesign -f --sign 228192D65587F76A246495EB98A62ED11FAD052C --timestamp=none --preserve-metadata=identifier,entitlements,flags --generate-entitlement-der /Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/SwiftTrace.framework/SwiftTrace /Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle
/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/SwiftTrace.framework/SwiftTrace: replacing existing signature
/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle: replacing existing signature -
defaults write com.johnholdsworth.InjectionIII /Users/tt/Documents/test1234/test1234.xcodeproj 228192D65587F76A246495EB98A62ED11FAD052C
-
[[ Debug =~ Debug ]]
-
'[' '!' -w /Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app ']'
++ dirname /Applications/InjectionIII.app/Contents/Resources/copy_bundle.sh
-
RESOURCES=/Applications/InjectionIII.app/Contents/Resources
-
COPY=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle
-
STRACE=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/SwiftTrace.framework/SwiftTrace
-
PLIST=/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Info.plist
-
'[' iphoneos == macosx ']'
-
'[' iphoneos == appletvsimulator ']'
-
'[' iphoneos == appletvos ']'
-
'[' iphoneos == xrsimulator ']'
-
'[' iphoneos == watchsimulator ']'
-
'[' iphoneos == xros ']'
-
'[' iphoneos == iphoneos ']'
-
BUNDLE=maciOSInjection
-
rsync -a /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/XCTAutomationSupport.framework /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/XCTestCore.framework /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/XCTestSupport.framework /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/XCUIAutomation.framework /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/XCUnit.framework /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/libXCTestBundleInject.dylib /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib /Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/
-
codesign -f --sign 228192D65587F76A246495EB98A62ED11FAD052C --timestamp=none --preserve-metadata=identifier,entitlements,flags --generate-entitlement-der /Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/XCTAutomationSupport.framework /Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/XCTest.framework /Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/XCTestCore.framework /Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/XCTestSupport.framework /Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/XCUIAutomation.framework /Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/XCUnit.framework /Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/libXCTestBundleInject.dylib /Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/libXCTestSwiftSupport.dylib
/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/XCTAutomationSupport.framework: replacing existing signature
/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/XCTest.framework: replacing existing signature
/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/XCTestCore.framework: replacing existing signature
/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/XCTestSupport.framework: replacing existing signature
/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/XCUIAutomation.framework: replacing existing signature
/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/XCUnit.framework: replacing existing signature
/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/libXCTestBundleInject.dylib: replacing existing signature
/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/libXCTestSwiftSupport.dylib: replacing existing signature
-
rsync -a /Applications/InjectionIII.app/Contents/Resources/maciOSInjection.bundle/Frameworks /Applications/InjectionIII.app/Contents/Resources/maciOSInjection.bundle/Info.plist /Applications/InjectionIII.app/Contents/Resources/maciOSInjection.bundle/_CodeSignature /Applications/InjectionIII.app/Contents/Resources/maciOSInjection.bundle/maciOSInjection /Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/
-
/usr/libexec/PlistBuddy -c 'Add :UserHome string /Users/tt' /Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Info.plist
-
codesign -f --sign 228192D65587F76A246495EB98A62ED11FAD052C --timestamp=none --preserve-metadata=identifier,entitlements,flags --generate-entitlement-der /Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/SwiftTrace.framework/SwiftTrace /Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle
/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle/Frameworks/SwiftTrace.framework/SwiftTrace: replacing existing signature
/Users/tt/Library/Developer/Xcode/DerivedData/test1234-fmvpfjoivfbfstgqfgywfphgnqoa/Build/Products/Debug-iphoneos/test1234.app/iOSInjection.bundle: replacing existing signature
- defaults write com.johnholdsworth.InjectionIII /Users/tt/Documents/test1234/test1234.xcodeproj 228192D65587F76A246495EB98A62ED11FAD052C