xcpretty 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +17 -0
- data/.kick +17 -0
- data/.travis.yml +4 -0
- data/Gemfile +8 -0
- data/LICENSE.txt +22 -0
- data/README.md +96 -0
- data/Rakefile +19 -0
- data/bin/xcpretty +33 -0
- data/features/simple_format.feature +21 -0
- data/features/steps/formatting_steps.rb +58 -0
- data/features/support/env.rb +35 -0
- data/features/test_format.feature +27 -0
- data/lib/xcpretty/printer.rb +105 -0
- data/lib/xcpretty/printers/rspec.rb +24 -0
- data/lib/xcpretty/printers/simple.rb +124 -0
- data/lib/xcpretty/version.rb +3 -0
- data/lib/xcpretty.rb +8 -0
- data/spec/fixtures/constants.rb +416 -0
- data/spec/fixtures/sample_xctool_output +740 -0
- data/spec/xcpretty/printers/printer_spec.rb +78 -0
- data/spec/xcpretty/printers/rspec_spec.rb +36 -0
- data/spec/xcpretty/printers/simple_spec.rb +116 -0
- data/xcpretty.gemspec +34 -0
- metadata +152 -0
@@ -0,0 +1,416 @@
|
|
1
|
+
KIWI = 'kiwi'
|
2
|
+
OCUNIT = 'ocunit'
|
3
|
+
SAMPLE_KIWI_SUITE_COMPLETION = "Test Suite 'All tests' finished at 2013-12-08 04:26:49 +0000."
|
4
|
+
SAMPLE_OCUNIT_SUITE_COMPLETION = "Test Suite '/Users/musalj/Library/Developer/Xcode/DerivedData/ReactiveCocoa-eznxkbqvgfsnrvetemqloysuwagb/Build/Products/Test/ReactiveCocoaTests.octest(Tests)' finished at 2013-12-08 22:09:37 +0000."
|
5
|
+
SAMPLE_XCTEST_SUITE_COMPLETION = "Test Suite 'ObjectiveSugarTests.xctest' finished at 2013-12-09 04:42:13 +0000."
|
6
|
+
SAMPLE_KIWI_FAILURE = "/Users/musalj/code/OSS/ObjectiveSugar/Example/ObjectiveSugarTests/NSNumberTests.m:49: error: -[NumberAdditions Iterators_TimesIteratesTheExactNumberOfTimes] : 'Iterators, times: iterates the exact number of times' [FAILED], expected subject to equal 4, got 5"
|
7
|
+
SAMPLE_SPECTA_FAILURE = "/Users/musalj/code/OSS/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoaTests/RACCommandSpec.m:458: error: -[RACCommandSpec enabled_signal_should_send_YES_while_executing_is_YES_and_allowsConcurrentExecution_is_YES] : expected: 1, got: 0"
|
8
|
+
SAMPLE_BUILD = "=== BUILD TARGET The Spacer OF PROJECT Pods WITH THE DEFAULT CONFIGURATION Debug ==="
|
9
|
+
SAMPLE_CLEAN = "=== CLEAN TARGET Pods-ObjectiveSugar OF PROJECT Pods WITH CONFIGURATION Debug ==="
|
10
|
+
SAMPLE_ANOTHER_CLEAN = "=== CLEAN TARGET Pods OF PROJECT Pods WITH CONFIGURATION Debug ==="
|
11
|
+
SAMPLE_CLEAN_NESTED_PODS = "=== CLEAN TARGET Pods-ObjectiveSugarTests-Kiwi OF PROJECT Pods WITH CONFIGURATION Debug ==="
|
12
|
+
SAMPLE_CLEAN_REMOVE = %Q(
|
13
|
+
Clean.Remove clean /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/ObjectiveSugar.build/Debug-iphonesimulator/ObjectiveSugarTests.build
|
14
|
+
builtin-rm -rf /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/ObjectiveSugar.build/Debug-iphonesimulator/ObjectiveSugarTests.build
|
15
|
+
)
|
16
|
+
SAMPLE_EXECUTED_TESTS = "Executed 4 tests, with 0 failures (0 unexpected) in 0.003 (0.004) seconds"
|
17
|
+
SAMPLE_OCUNIT_TEST = "Test Case '-[RACTupleSpec _tupleByAddingObject__should_add_a_non_nil_object]' passed (0.001 seconds)."
|
18
|
+
SAMPLE_COMPILE = %Q(
|
19
|
+
CompileC /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-ObjectiveSugar.build/Objects-normal/i386/NSMutableArray+ObjectiveSugar.o /Users/musalj/code/OSS/ObjectiveSugar/Classes/NSMutableArray+ObjectiveSugar.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
|
20
|
+
cd /Users/musalj/code/OSS/ObjectiveSugar/Example/Pods
|
21
|
+
setenv LANG en_US.US-ASCII
|
22
|
+
setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/musalj/code/go/bin:/Users/musalj/.rbenv/shims:/Users/musalj/.rbenv/bin:/usr/local/share/npm/bin:/usr/local/bin:/Library/Python/2.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
|
23
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch i386 -fmessage-length=178 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fmodules -fmodules-cache-path=/Users/musalj/Library/Developer/Xcode/DerivedData/ModuleCache -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=5.0 -iquote /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-ObjectiveSugar.build/Pods-ObjectiveSugar-generated-files.hmap -I/Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-ObjectiveSugar.build/Pods-ObjectiveSugar-own-target-headers.hmap -I/Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-ObjectiveSugar.build/Pods-ObjectiveSugar-all-target-headers.hmap -iquote /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-ObjectiveSugar.build/Pods-ObjectiveSugar-project-headers.hmap -I/Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Products/Debug-iphonesimulator/include -I/Users/musalj/code/OSS/ObjectiveSugar/Example/Pods/BuildHeaders -I/Users/musalj/code/OSS/ObjectiveSugar/Example/Pods/BuildHeaders/ObjectiveSugar -I/Users/musalj/code/OSS/ObjectiveSugar/Example/Pods/Headers -I/Users/musalj/code/OSS/ObjectiveSugar/Example/Pods/Headers/Kiwi -I/Users/musalj/code/OSS/ObjectiveSugar/Example/Pods/Headers/ObjectiveSugar -I/Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-ObjectiveSugar.build/DerivedSources/i386 -I/Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-ObjectiveSugar.build/DerivedSources -F/Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Products/Debug-iphonesimulator -include /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/PrecompiledHeaders/Pods-ObjectiveSugar-prefix-fbehxvikzshezadcwuseekuhbnus/Pods-ObjectiveSugar-prefix.pch -MMD -MT dependencies -MF /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-ObjectiveSugar.build/Objects-normal/i386/NSMutableArray+ObjectiveSugar.d --serialize-diagnostics /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-ObjectiveSugar.build/Objects-normal/i386/NSMutableArray+ObjectiveSugar.dia -c /Users/musalj/code/OSS/ObjectiveSugar/Classes/NSMutableArray+ObjectiveSugar.m -o /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-ObjectiveSugar.build/Objects-normal/i386/NSMutableArray+ObjectiveSugar.o
|
24
|
+
)
|
25
|
+
SAMPLE_ANOTHER_COMPILE = %Q(
|
26
|
+
CompileC /Users/musalj/Library/Developer/Xcode/DerivedData/Kiwi-guimpeiqlepzeaankpygesetdzsx/Build/Intermediates/Kiwi.build/Debug-iphonesimulator/Kiwi.build/Objects-normal/i386/KWNull.o Classes/Core/KWNull.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
|
27
|
+
cd /Users/musalj/code/OSS/Kiwi
|
28
|
+
setenv LANG en_US.US-ASCII
|
29
|
+
setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/musalj/code/go/bin:/Users/musalj/.rbenv/shims:/Users/musalj/.rbenv/bin:/usr/local/share/npm/bin:/usr/local/bin:/Library/Python/2.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
|
30
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch i386 -fmessage-length=178 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=c99 -fobjc-arc -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wmissing-prototypes -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=5.0 -iquote /Users/musalj/Library/Developer/Xcode/DerivedData/Kiwi-guimpeiqlepzeaankpygesetdzsx/Build/Intermediates/Kiwi.build/Debug-iphonesimulator/Kiwi.build/Kiwi-generated-files.hmap -I/Users/musalj/Library/Developer/Xcode/DerivedData/Kiwi-guimpeiqlepzeaankpygesetdzsx/Build/Intermediates/Kiwi.build/Debug-iphonesimulator/Kiwi.build/Kiwi-own-target-headers.hmap -I/Users/musalj/Library/Developer/Xcode/DerivedData/Kiwi-guimpeiqlepzeaankpygesetdzsx/Build/Intermediates/Kiwi.build/Debug-iphonesimulator/Kiwi.build/Kiwi-all-target-headers.hmap -iquote /Users/musalj/Library/Developer/Xcode/DerivedData/Kiwi-guimpeiqlepzeaankpygesetdzsx/Build/Intermediates/Kiwi.build/Debug-iphonesimulator/Kiwi.build/Kiwi-project-headers.hmap -I/Users/musalj/Library/Developer/Xcode/DerivedData/Kiwi-guimpeiqlepzeaankpygesetdzsx/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Users/musalj/Library/Developer/Xcode/DerivedData/Kiwi-guimpeiqlepzeaankpygesetdzsx/Build/Intermediates/Kiwi.build/Debug-iphonesimulator/Kiwi.build/DerivedSources/i386 -I/Users/musalj/Library/Developer/Xcode/DerivedData/Kiwi-guimpeiqlepzeaankpygesetdzsx/Build/Intermediates/Kiwi.build/Debug-iphonesimulator/Kiwi.build/DerivedSources -Wall -F/Users/musalj/Library/Developer/Xcode/DerivedData/Kiwi-guimpeiqlepzeaankpygesetdzsx/Build/Products/Debug-iphonesimulator -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/Developer/Library/Frameworks -F/Applications/Xcode.app/Contents/Developer/Library/Frameworks -include /Users/musalj/code/OSS/Kiwi/Supporting\ Files/Kiwi-Prefix.pch -MMD -MT dependencies -MF /Users/musalj/Library/Developer/Xcode/DerivedData/Kiwi-guimpeiqlepzeaankpygesetdzsx/Build/Intermediates/Kiwi.build/Debug-iphonesimulator/Kiwi.build/Objects-normal/i386/KWNull.d --serialize-diagnostics /Users/musalj/Library/Developer/Xcode/DerivedData/Kiwi-guimpeiqlepzeaankpygesetdzsx/Build/Intermediates/Kiwi.build/Debug-iphonesimulator/Kiwi.build/Objects-normal/i386/KWNull.dia -c /Users/musalj/code/OSS/Kiwi/Classes/Core/KWNull.m -o /Users/musalj/Library/Developer/Xcode/DerivedData/Kiwi-guimpeiqlepzeaankpygesetdzsx/Build/Intermediates/Kiwi.build/Debug-iphonesimulator/Kiwi.build/Objects-normal/i386/KWNull.o
|
31
|
+
)
|
32
|
+
SAMPLE_PRECOMPILE = %Q(
|
33
|
+
ProcessPCH /Users/musalj/Library/Developer/Xcode/DerivedData/YammerNow-gxwwuvyzqubnbfaesalfplrycxpe/Build/Intermediates/PrecompiledHeaders/Pods-CocoaLumberjack-prefix-aklsecopvqdctoeroyamrkgktpei/Pods-CocoaLumberjack-prefix.pch.pch Pods-CocoaLumberjack-prefix.pch normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
|
34
|
+
cd /Users/musalj/code/yammer/ios-chat/Pods
|
35
|
+
setenv LANG en_US.US-ASCII
|
36
|
+
setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/musalj/.rbenv/versions/2.0.0-p247/bin:/usr/local/Cellar/rbenv/0.4.0/libexec:/Users/musalj/code/go/bin:/Users/musalj/.rbenv/shims:/Users/musalj/.rbenv/bin:/usr/local/share/npm/bin:/usr/local/bin:/Library/Python/2.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
|
37
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c-header -arch i386 -fmessage-length=178 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fmodules -fmodules-cache-path=/Users/musalj/Library/Developer/Xcode/DerivedData/ModuleCache -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=6.0 -iquote /Users/musalj/Library/Developer/Xcode/DerivedData/YammerNow-gxwwuvyzqubnbfaesalfplrycxpe/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-CocoaLumberjack.build/Pods-CocoaLumberjack-generated-files.hmap -I/Users/musalj/Library/Developer/Xcode/DerivedData/YammerNow-gxwwuvyzqubnbfaesalfplrycxpe/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-CocoaLumberjack.build/Pods-CocoaLumberjack-own-target-headers.hmap -I/Users/musalj/Library/Developer/Xcode/DerivedData/YammerNow-gxwwuvyzqubnbfaesalfplrycxpe/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-CocoaLumberjack.build/Pods-CocoaLumberjack-all-target-headers.hmap -iquote /Users/musalj/Library/Developer/Xcode/DerivedData/YammerNow-gxwwuvyzqubnbfaesalfplrycxpe/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-CocoaLumberjack.build/Pods-CocoaLumberjack-project-headers.hmap -I/Users/musalj/Library/Developer/Xcode/DerivedData/YammerNow-gxwwuvyzqubnbfaesalfplrycxpe/Build/Products/Debug-iphonesimulator/include -I/Users/musalj/code/yammer/ios-chat/Pods/BuildHeaders -I/Users/musalj/code/yammer/ios-chat/Pods/BuildHeaders/CocoaLumberjack -I/Users/musalj/code/yammer/ios-chat/Pods/Headers -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/ABContactHelper -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/AFNetworking -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/CocoaLumberjack -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/CrittercismSDK -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/DTCoreText -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/DTFoundation -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/HPGrowingTextView -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/Kiwi -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/MAKVONotificationCenter -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/MAKVONotificationCenter/MAKVONotificationCenter -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/MBSwitch -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/MBSwitch/MBSwitch -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/Reachability -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/SBJson -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/SSKeychain -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/TITokenField -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/YamDrawReport -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/YamKit -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/YamKit/YamCore -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/YamKit/YamData -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/YamKit/YamSerf -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/YamKit/YamUI -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/YamKitTests -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/cometclient -I/Users/musalj/Library/Developer/Xcode/DerivedData/YammerNow-gxwwuvyzqubnbfaesalfplrycxpe/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-CocoaLumberjack.build/DerivedSources/i386 -I/Users/musalj/Library/Developer/Xcode/DerivedData/YammerNow-gxwwuvyzqubnbfaesalfplrycxpe/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-CocoaLumberjack.build/DerivedSources -F/Users/musalj/Library/Developer/Xcode/DerivedData/YammerNow-gxwwuvyzqubnbfaesalfplrycxpe/Build/Products/Debug-iphonesimulator -fobjc-arc -DOS_OBJECT_USE_OBJC=0 --serialize-diagnostics /Users/musalj/Library/Developer/Xcode/DerivedData/YammerNow-gxwwuvyzqubnbfaesalfplrycxpe/Build/Intermediates/PrecompiledHeaders/Pods-CocoaLumberjack-prefix-aklsecopvqdctoeroyamrkgktpei/Pods-CocoaLumberjack-prefix.pch.dia -MMD -MT dependencies -MF /Users/musalj/Library/Developer/Xcode/DerivedData/YammerNow-gxwwuvyzqubnbfaesalfplrycxpe/Build/Intermediates/PrecompiledHeaders/Pods-CocoaLumberjack-prefix-aklsecopvqdctoeroyamrkgktpei/Pods-CocoaLumberjack-prefix.pch.d -c /Users/musalj/code/yammer/ios-chat/Pods/Pods-CocoaLumberjack-prefix.pch -o /Users/musalj/Library/Developer/Xcode/DerivedData/YammerNow-gxwwuvyzqubnbfaesalfplrycxpe/Build/Intermediates/PrecompiledHeaders/Pods-CocoaLumberjack-prefix-aklsecopvqdctoeroyamrkgktpei/Pods-CocoaLumberjack-prefix.pch.pch
|
38
|
+
)
|
39
|
+
SAMPLE_ANOTHER_PRECOMPILE = %Q(
|
40
|
+
ProcessPCH /Users/musalj/Library/Developer/Xcode/DerivedData/YammerNow-gxwwuvyzqubnbfaesalfplrycxpe/Build/Intermediates/PrecompiledHeaders/Pods-CrittercismSDK-prefix-ayqymsvxomizqsdqzftsirxxyful/Pods-CrittercismSDK-prefix.pch.pch Pods-CrittercismSDK-prefix.pch normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
|
41
|
+
cd /Users/musalj/code/yammer/ios-chat/Pods
|
42
|
+
setenv LANG en_US.US-ASCII
|
43
|
+
setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/musalj/.rbenv/versions/2.0.0-p247/bin:/usr/local/Cellar/rbenv/0.4.0/libexec:/Users/musalj/code/go/bin:/Users/musalj/.rbenv/shims:/Users/musalj/.rbenv/bin:/usr/local/share/npm/bin:/usr/local/bin:/Library/Python/2.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
|
44
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c-header -arch i386 -fmessage-length=178 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fmodules -fmodules-cache-path=/Users/musalj/Library/Developer/Xcode/DerivedData/ModuleCache -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=6.0 -iquote /Users/musalj/Library/Developer/Xcode/DerivedData/YammerNow-gxwwuvyzqubnbfaesalfplrycxpe/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-CrittercismSDK.build/Pods-CrittercismSDK-generated-files.hmap -I/Users/musalj/Library/Developer/Xcode/DerivedData/YammerNow-gxwwuvyzqubnbfaesalfplrycxpe/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-CrittercismSDK.build/Pods-CrittercismSDK-own-target-headers.hmap -I/Users/musalj/Library/Developer/Xcode/DerivedData/YammerNow-gxwwuvyzqubnbfaesalfplrycxpe/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-CrittercismSDK.build/Pods-CrittercismSDK-all-target-headers.hmap -iquote /Users/musalj/Library/Developer/Xcode/DerivedData/YammerNow-gxwwuvyzqubnbfaesalfplrycxpe/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-CrittercismSDK.build/Pods-CrittercismSDK-project-headers.hmap -I/Users/musalj/Library/Developer/Xcode/DerivedData/YammerNow-gxwwuvyzqubnbfaesalfplrycxpe/Build/Products/Debug-iphonesimulator/include -I/Users/musalj/code/yammer/ios-chat/Pods/BuildHeaders -I/Users/musalj/code/yammer/ios-chat/Pods/BuildHeaders/CrittercismSDK -I/Users/musalj/code/yammer/ios-chat/Pods/Headers -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/ABContactHelper -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/AFNetworking -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/CocoaLumberjack -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/CrittercismSDK -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/DTCoreText -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/DTFoundation -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/HPGrowingTextView -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/Kiwi -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/MAKVONotificationCenter -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/MAKVONotificationCenter/MAKVONotificationCenter -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/MBSwitch -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/MBSwitch/MBSwitch -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/Reachability -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/SBJson -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/SSKeychain -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/TITokenField -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/YamDrawReport -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/YamKit -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/YamKit/YamCore -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/YamKit/YamData -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/YamKit/YamSerf -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/YamKit/YamUI -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/YamKitTests -I/Users/musalj/code/yammer/ios-chat/Pods/Headers/cometclient -I/Users/musalj/Library/Developer/Xcode/DerivedData/YammerNow-gxwwuvyzqubnbfaesalfplrycxpe/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-CrittercismSDK.build/DerivedSources/i386 -I/Users/musalj/Library/Developer/Xcode/DerivedData/YammerNow-gxwwuvyzqubnbfaesalfplrycxpe/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-CrittercismSDK.build/DerivedSources -F/Users/musalj/Library/Developer/Xcode/DerivedData/YammerNow-gxwwuvyzqubnbfaesalfplrycxpe/Build/Products/Debug-iphonesimulator --serialize-diagnostics /Users/musalj/Library/Developer/Xcode/DerivedData/YammerNow-gxwwuvyzqubnbfaesalfplrycxpe/Build/Intermediates/PrecompiledHeaders/Pods-CrittercismSDK-prefix-ayqymsvxomizqsdqzftsirxxyful/Pods-CrittercismSDK-prefix.pch.dia -MMD -MT dependencies -MF /Users/musalj/Library/Developer/Xcode/DerivedData/YammerNow-gxwwuvyzqubnbfaesalfplrycxpe/Build/Intermediates/PrecompiledHeaders/Pods-CrittercismSDK-prefix-ayqymsvxomizqsdqzftsirxxyful/Pods-CrittercismSDK-prefix.pch.d -c /Users/musalj/code/yammer/ios-chat/Pods/Pods-CrittercismSDK-prefix.pch -o /Users/musalj/Library/Developer/Xcode/DerivedData/YammerNow-gxwwuvyzqubnbfaesalfplrycxpe/Build/Intermediates/PrecompiledHeaders/Pods-CrittercismSDK-prefix-ayqymsvxomizqsdqzftsirxxyful/Pods-CrittercismSDK-prefix.pch.pch
|
45
|
+
)
|
46
|
+
SAMPLE_LIBTOOL = %Q(
|
47
|
+
Libtool /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Products/Debug-iphonesimulator/libPods-ObjectiveSugarTests-Kiwi.a normal i386
|
48
|
+
cd /Users/musalj/code/OSS/ObjectiveSugar/Example/Pods
|
49
|
+
setenv IPHONEOS_DEPLOYMENT_TARGET 5.0
|
50
|
+
setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/musalj/code/go/bin:/Users/musalj/.rbenv/shims:/Users/musalj/.rbenv/bin:/usr/local/share/npm/bin:/usr/local/bin:/Library/Python/2.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
|
51
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only i386 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -L/Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Products/Debug-iphonesimulator -filelist /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-ObjectiveSugarTests-Kiwi.build/Objects-normal/i386/Pods-ObjectiveSugarTests-Kiwi.LinkFileList -framework Foundation -framework SenTestingKit -o /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Products/Debug-iphonesimulator/libPods-ObjectiveSugarTests-Kiwi.a
|
52
|
+
)
|
53
|
+
SAMPLE_CPRESOURCE = %Q(
|
54
|
+
CpResource ObjectiveSugar/Default-568h@2x.png /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Products/Debug-iphonesimulator/ObjectiveSugar.app/Default-568h@2x.png
|
55
|
+
cd /Users/musalj/code/OSS/ObjectiveSugar/Example
|
56
|
+
setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/musalj/code/go/bin:/Users/musalj/.rbenv/shims:/Users/musalj/.rbenv/bin:/usr/local/share/npm/bin:/usr/local/bin:/Library/Python/2.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
|
57
|
+
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/musalj/code/OSS/ObjectiveSugar/Example/ObjectiveSugar/Default-568h@2x.png /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Products/Debug-iphonesimulator/ObjectiveSugar.app
|
58
|
+
)
|
59
|
+
SAMPLE_COPYSTRINGS = %Q(
|
60
|
+
CopyStringsFile /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Products/Debug-iphonesimulator/ObjectiveSugar.app/en.lproj/InfoPlist.strings ObjectiveSugar/en.lproj/InfoPlist.strings
|
61
|
+
cd /Users/musalj/code/OSS/ObjectiveSugar/Example
|
62
|
+
setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/musalj/code/go/bin:/Users/musalj/.rbenv/shims:/Users/musalj/.rbenv/bin:/usr/local/share/npm/bin:/usr/local/bin:/Library/Python/2.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
|
63
|
+
builtin-copyStrings --validate --inputencoding utf-8 --outputencoding binary --outdir /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Products/Debug-iphonesimulator/ObjectiveSugar.app/en.lproj -- ObjectiveSugar/en.lproj/InfoPlist.strings
|
64
|
+
)
|
65
|
+
SAMPLE_PROCESS_INFOPLIST =
|
66
|
+
%Q(ProcessInfoPlistFile build/Release/The\\ Spacer.app/Contents/Info.plist The\\ Spacer/The\\ Spacer-Info.plist
|
67
|
+
cd "/Users/delisa/Code/Personal/The Spacer"
|
68
|
+
builtin-infoPlistUtility /Users/delisa/Code/Personal/The\\ Spacer/The\\ Spacer/The\\ Spacer-Info.plist -genpkginfo /Users/delisa/Code/Personal/The\\ Spacer/build/Release/The\\ Spacer.app/Contents/PkgInfo -expandbuildsettings -platform macosx -additionalcontentfile /Users/delisa/Code/Personal/The\\ Spacer/build/The\\ Spacer.build/Release/The\\ Spacer.build/assetcatalog_generated_info.plist -o /Users/delisa/Code/Personal/The\\ Spacer/build/Release/The\\ Spacer.app/Contents/Info.plist
|
69
|
+
)
|
70
|
+
SAMPLE_LD = %Q(
|
71
|
+
Ld /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Products/Debug-iphonesimulator/ObjectiveSugar.app/ObjectiveSugar normal i386
|
72
|
+
cd /Users/musalj/code/OSS/ObjectiveSugar/Example
|
73
|
+
setenv IPHONEOS_DEPLOYMENT_TARGET 4.3
|
74
|
+
setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/musalj/code/go/bin:/Users/musalj/.rbenv/shims:/Users/musalj/.rbenv/bin:/usr/local/share/npm/bin:/usr/local/bin:/Library/Python/2.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
|
75
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -L/Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Products/Debug-iphonesimulator -F/Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Products/Debug-iphonesimulator -filelist /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/ObjectiveSugar.build/Debug-iphonesimulator/ObjectiveSugar.build/Objects-normal/i386/ObjectiveSugar.LinkFileList -Xlinker -objc_abi_version -Xlinker 2 -ObjC -fobjc-arc -fobjc-link-runtime -Xlinker -no_implicit_dylibs -mios-simulator-version-min=4.3 -framework UIKit -framework Foundation -framework CoreGraphics -lPods -Xlinker -dependency_info -Xlinker /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/ObjectiveSugar.build/Debug-iphonesimulator/ObjectiveSugar.build/Objects-normal/i386/ObjectiveSugar_dependency_info.dat -o /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Products/Debug-iphonesimulator/ObjectiveSugar.app/ObjectiveSugar
|
76
|
+
)
|
77
|
+
SAMPLE_DSYM = %Q(
|
78
|
+
GenerateDSYMFile /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Products/Debug-iphonesimulator/ObjectiveSugarTests.octest.dSYM /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Products/Debug-iphonesimulator/ObjectiveSugarTests.octest/ObjectiveSugarTests
|
79
|
+
cd /Users/musalj/code/OSS/ObjectiveSugar/Example
|
80
|
+
setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/musalj/code/go/bin:/Users/musalj/.rbenv/shims:/Users/musalj/.rbenv/bin:/usr/local/share/npm/bin:/usr/local/bin:/Library/Python/2.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
|
81
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Products/Debug-iphonesimulator/ObjectiveSugarTests.octest/ObjectiveSugarTests -o /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Products/Debug-iphonesimulator/ObjectiveSugarTests.octest.dSYM
|
82
|
+
)
|
83
|
+
SAMPLE_RUN_SCRIPT =
|
84
|
+
%Q(PhaseScriptExecution Check\\ Pods\\ Manifest.lock /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/ObjectiveSugar.build/Debug-iphonesimulator/ObjectiveSugar.build/Script-468DABF301EC4EC1A00CC4C2.sh
|
85
|
+
cd /Users/musalj/code/OSS/ObjectiveSugar/Example
|
86
|
+
setenv ACTION build
|
87
|
+
setenv AD_HOC_CODE_SIGNING_ALLOWED NO
|
88
|
+
setenv ALTERNATE_GROUP staff
|
89
|
+
setenv ALTERNATE_MODE u+w,go-w,a+rX
|
90
|
+
setenv ALTERNATE_OWNER musalj
|
91
|
+
setenv ALWAYS_SEARCH_USER_PATHS NO
|
92
|
+
setenv ALWAYS_USE_SEPARATE_HEADERMAPS YES
|
93
|
+
setenv APPLE_INTERNAL_DEVELOPER_DIR /AppleInternal/Developer
|
94
|
+
setenv APPLE_INTERNAL_DIR /AppleInternal
|
95
|
+
setenv APPLE_INTERNAL_DOCUMENTATION_DIR /AppleInternal/Documentation
|
96
|
+
setenv APPLE_INTERNAL_LIBRARY_DIR /AppleInternal/Library
|
97
|
+
setenv APPLE_INTERNAL_TOOLS /AppleInternal/Developer/Tools
|
98
|
+
setenv APPLY_RULES_IN_COPY_FILES NO
|
99
|
+
setenv ARCHS i386
|
100
|
+
setenv ARCHS_STANDARD i386
|
101
|
+
setenv ARCHS_STANDARD_32_64_BIT i386
|
102
|
+
setenv ARCHS_STANDARD_32_BIT i386
|
103
|
+
setenv ARCHS_STANDARD_64_BIT x86_64
|
104
|
+
setenv ARCHS_STANDARD_INCLUDING_64_BIT "i386 x86_64"
|
105
|
+
setenv AVAILABLE_PLATFORMS "iphonesimulator macosx iphoneos"
|
106
|
+
setenv BUILD_COMPONENTS "headers build"
|
107
|
+
setenv BUILD_DIR /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Products
|
108
|
+
setenv BUILD_ROOT /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Products
|
109
|
+
setenv BUILD_STYLE
|
110
|
+
setenv BUILD_VARIANTS normal
|
111
|
+
setenv BUILT_PRODUCTS_DIR /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Products/Debug-iphonesimulator
|
112
|
+
setenv CACHE_ROOT /var/folders/dp/3hrp_j_j04b6gxk5tybq0lz80000gp/C/com.apple.DeveloperTools/5.0.2-5A3005/Xcode
|
113
|
+
setenv CCHROOT /var/folders/dp/3hrp_j_j04b6gxk5tybq0lz80000gp/C/com.apple.DeveloperTools/5.0.2-5A3005/Xcode
|
114
|
+
setenv CHMOD /bin/chmod
|
115
|
+
setenv CHOWN /usr/sbin/chown
|
116
|
+
setenv CLANG_CXX_LANGUAGE_STANDARD gnu++0x
|
117
|
+
setenv CLANG_CXX_LIBRARY libc++
|
118
|
+
setenv CLANG_ENABLE_OBJC_ARC YES
|
119
|
+
setenv CLANG_WARN_CONSTANT_CONVERSION YES
|
120
|
+
setenv CLANG_WARN_EMPTY_BODY YES
|
121
|
+
setenv CLANG_WARN_ENUM_CONVERSION YES
|
122
|
+
setenv CLANG_WARN_INT_CONVERSION YES
|
123
|
+
setenv CLANG_WARN__DUPLICATE_METHOD_MATCH YES
|
124
|
+
setenv CLASS_FILE_DIR /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/ObjectiveSugar.build/Debug-iphonesimulator/ObjectiveSugar.build/JavaClasses
|
125
|
+
setenv CLEAN_PRECOMPS YES
|
126
|
+
setenv CLONE_HEADERS NO
|
127
|
+
setenv CODESIGNING_FOLDER_PATH /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Products/Debug-iphonesimulator/ObjectiveSugar.app
|
128
|
+
setenv CODE_SIGNING_ALLOWED NO
|
129
|
+
setenv CODE_SIGN_CONTEXT_CLASS XCiPhoneSimulatorCodeSignContext
|
130
|
+
setenv CODE_SIGN_IDENTITY "iPhone Developer"
|
131
|
+
setenv COLOR_DIAGNOSTICS NO
|
132
|
+
setenv COMBINE_HIDPI_IMAGES NO
|
133
|
+
setenv COMMAND_MODE legacy
|
134
|
+
setenv COMPOSITE_SDK_DIRS /var/folders/dp/3hrp_j_j04b6gxk5tybq0lz80000gp/C/com.apple.DeveloperTools/5.0.2-5A3005/Xcode/CompositeSDKs
|
135
|
+
setenv COMPRESS_PNG_FILES YES
|
136
|
+
setenv CONFIGURATION Debug
|
137
|
+
setenv CONFIGURATION_BUILD_DIR /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Products/Debug-iphonesimulator
|
138
|
+
setenv CONFIGURATION_TEMP_DIR /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/ObjectiveSugar.build/Debug-iphonesimulator
|
139
|
+
setenv CONTENTS_FOLDER_PATH ObjectiveSugar.app
|
140
|
+
setenv COPYING_PRESERVES_HFS_DATA NO
|
141
|
+
setenv COPY_PHASE_STRIP NO
|
142
|
+
setenv COPY_RESOURCES_FROM_STATIC_FRAMEWORKS YES
|
143
|
+
setenv CP /bin/cp
|
144
|
+
setenv CREATE_INFOPLIST_SECTION_IN_BINARY NO
|
145
|
+
setenv CURRENT_ARCH i386
|
146
|
+
setenv CURRENT_VARIANT normal
|
147
|
+
setenv DEAD_CODE_STRIPPING NO
|
148
|
+
setenv DEBUGGING_SYMBOLS YES
|
149
|
+
setenv DEBUG_INFORMATION_FORMAT dwarf-with-dsym
|
150
|
+
setenv DEFAULT_COMPILER com.apple.compilers.llvm.clang.1_0
|
151
|
+
setenv DEFAULT_KEXT_INSTALL_PATH /System/Library/Extensions
|
152
|
+
setenv DEPLOYMENT_LOCATION NO
|
153
|
+
setenv DEPLOYMENT_POSTPROCESSING NO
|
154
|
+
setenv DERIVED_FILES_DIR /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/ObjectiveSugar.build/Debug-iphonesimulator/ObjectiveSugar.build/DerivedSources
|
155
|
+
setenv DERIVED_FILE_DIR /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/ObjectiveSugar.build/Debug-iphonesimulator/ObjectiveSugar.build/DerivedSources
|
156
|
+
setenv DERIVED_SOURCES_DIR /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/ObjectiveSugar.build/Debug-iphonesimulator/ObjectiveSugar.build/DerivedSources
|
157
|
+
setenv DEVELOPER_APPLICATIONS_DIR /Applications/Xcode.app/Contents/Developer/Applications
|
158
|
+
setenv DEVELOPER_BIN_DIR /Applications/Xcode.app/Contents/Developer/usr/bin
|
159
|
+
setenv DEVELOPER_DIR /Applications/Xcode.app/Contents/Developer
|
160
|
+
setenv DEVELOPER_FRAMEWORKS_DIR /Applications/Xcode.app/Contents/Developer/Library/Frameworks
|
161
|
+
setenv DEVELOPER_FRAMEWORKS_DIR_QUOTED /Applications/Xcode.app/Contents/Developer/Library/Frameworks
|
162
|
+
setenv DEVELOPER_LIBRARY_DIR /Applications/Xcode.app/Contents/Developer/Library
|
163
|
+
setenv DEVELOPER_SDK_DIR /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
|
164
|
+
setenv DEVELOPER_TOOLS_DIR /Applications/Xcode.app/Contents/Developer/Tools
|
165
|
+
setenv DEVELOPER_USR_DIR /Applications/Xcode.app/Contents/Developer/usr
|
166
|
+
setenv DEVELOPMENT_LANGUAGE English
|
167
|
+
setenv DOCUMENTATION_FOLDER_PATH ObjectiveSugar.app/English.lproj/Documentation
|
168
|
+
setenv DO_HEADER_SCANNING_IN_JAM NO
|
169
|
+
setenv DSTROOT /tmp/ObjectiveSugar.dst
|
170
|
+
setenv DT_TOOLCHAIN_DIR /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
|
171
|
+
setenv DWARF_DSYM_FILE_NAME ObjectiveSugar.app.dSYM
|
172
|
+
setenv DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT NO
|
173
|
+
setenv DWARF_DSYM_FOLDER_PATH /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Products/Debug-iphonesimulator
|
174
|
+
setenv EFFECTIVE_PLATFORM_NAME -iphonesimulator
|
175
|
+
setenv ENABLE_HEADER_DEPENDENCIES YES
|
176
|
+
setenv EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS ".DS_Store .svn .git .hg CVS"
|
177
|
+
setenv EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES "*.nib *.lproj *.framework *.gch (*) .DS_Store CVS .svn .git .hg *.xcodeproj *.xcode *.pbproj *.pbxproj"
|
178
|
+
setenv EXECUTABLES_FOLDER_PATH ObjectiveSugar.app/Executables
|
179
|
+
setenv EXECUTABLE_FOLDER_PATH ObjectiveSugar.app
|
180
|
+
setenv EXECUTABLE_NAME ObjectiveSugar
|
181
|
+
setenv EXECUTABLE_PATH ObjectiveSugar.app/ObjectiveSugar
|
182
|
+
setenv FILE_LIST /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/ObjectiveSugar.build/Debug-iphonesimulator/ObjectiveSugar.build/Objects/LinkFileList
|
183
|
+
setenv FIXED_FILES_DIR /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/ObjectiveSugar.build/Debug-iphonesimulator/ObjectiveSugar.build/FixedFiles
|
184
|
+
setenv FRAMEWORKS_FOLDER_PATH ObjectiveSugar.app/Frameworks
|
185
|
+
setenv FRAMEWORK_FLAG_PREFIX -framework
|
186
|
+
setenv FRAMEWORK_SEARCH_PATHS "/Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Products/Debug-iphonesimulator "
|
187
|
+
setenv FRAMEWORK_VERSION A
|
188
|
+
setenv FULL_PRODUCT_NAME ObjectiveSugar.app
|
189
|
+
setenv GCC3_VERSION 3.3
|
190
|
+
setenv GCC_C_LANGUAGE_STANDARD gnu99
|
191
|
+
setenv GCC_DYNAMIC_NO_PIC NO
|
192
|
+
setenv GCC_INLINES_ARE_PRIVATE_EXTERN YES
|
193
|
+
setenv GCC_OBJC_LEGACY_DISPATCH YES
|
194
|
+
setenv GCC_OPTIMIZATION_LEVEL 0
|
195
|
+
setenv GCC_PFE_FILE_C_DIALECTS "c objective-c c++ objective-c++"
|
196
|
+
setenv GCC_PRECOMPILE_PREFIX_HEADER YES
|
197
|
+
setenv GCC_PREFIX_HEADER ObjectiveSugar/ObjectiveSugar-Prefix.pch
|
198
|
+
setenv GCC_PREPROCESSOR_DEFINITIONS "DEBUG=1 COCOAPODS=1"
|
199
|
+
setenv GCC_SYMBOLS_PRIVATE_EXTERN NO
|
200
|
+
setenv GCC_TREAT_WARNINGS_AS_ERRORS NO
|
201
|
+
setenv GCC_VERSION com.apple.compilers.llvm.clang.1_0
|
202
|
+
setenv GCC_VERSION_IDENTIFIER com_apple_compilers_llvm_clang_1_0
|
203
|
+
setenv GCC_WARN_ABOUT_RETURN_TYPE YES
|
204
|
+
setenv GCC_WARN_UNINITIALIZED_AUTOS YES
|
205
|
+
setenv GCC_WARN_UNUSED_VARIABLE YES
|
206
|
+
setenv GENERATE_MASTER_OBJECT_FILE NO
|
207
|
+
setenv GENERATE_PKGINFO_FILE YES
|
208
|
+
setenv GENERATE_PROFILING_CODE NO
|
209
|
+
setenv GID 20
|
210
|
+
setenv GROUP staff
|
211
|
+
setenv HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT YES
|
212
|
+
setenv HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES YES
|
213
|
+
setenv HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS YES
|
214
|
+
setenv HEADERMAP_INCLUDES_PROJECT_HEADERS YES
|
215
|
+
setenv HEADER_SEARCH_PATHS "/Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Products/Debug-iphonesimulator/include \"/Users/musalj/code/OSS/ObjectiveSugar/Example/Pods/Headers\" \"/Users/musalj/code/OSS/ObjectiveSugar/Example/Pods/Headers/Kiwi\" \"/Users/musalj/code/OSS/ObjectiveSugar/Example/Pods/Headers/ObjectiveSugar\""
|
216
|
+
setenv ICONV /usr/bin/iconv
|
217
|
+
setenv INFOPLIST_EXPAND_BUILD_SETTINGS YES
|
218
|
+
setenv INFOPLIST_FILE ObjectiveSugar/ObjectiveSugar-Info.plist
|
219
|
+
setenv INFOPLIST_OUTPUT_FORMAT binary
|
220
|
+
setenv INFOPLIST_PATH ObjectiveSugar.app/Info.plist
|
221
|
+
setenv INFOPLIST_PREPROCESS NO
|
222
|
+
setenv INFOSTRINGS_PATH ObjectiveSugar.app/English.lproj/InfoPlist.strings
|
223
|
+
setenv INSTALL_DIR /tmp/ObjectiveSugar.dst/Applications
|
224
|
+
setenv INSTALL_GROUP staff
|
225
|
+
setenv INSTALL_MODE_FLAG u+w,go-w,a+rX
|
226
|
+
setenv INSTALL_OWNER musalj
|
227
|
+
setenv INSTALL_PATH /Applications
|
228
|
+
setenv INSTALL_ROOT /tmp/ObjectiveSugar.dst
|
229
|
+
setenv IPHONEOS_DEPLOYMENT_TARGET 4.3
|
230
|
+
setenv JAVAC_DEFAULT_FLAGS "-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
|
231
|
+
setenv JAVA_APP_STUB /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
|
232
|
+
setenv JAVA_ARCHIVE_CLASSES YES
|
233
|
+
setenv JAVA_ARCHIVE_TYPE JAR
|
234
|
+
setenv JAVA_COMPILER /usr/bin/javac
|
235
|
+
setenv JAVA_FOLDER_PATH ObjectiveSugar.app/Java
|
236
|
+
setenv JAVA_FRAMEWORK_RESOURCES_DIRS Resources
|
237
|
+
setenv JAVA_JAR_FLAGS cv
|
238
|
+
setenv JAVA_SOURCE_SUBDIR .
|
239
|
+
setenv JAVA_USE_DEPENDENCIES YES
|
240
|
+
setenv JAVA_ZIP_FLAGS -urg
|
241
|
+
setenv JIKES_DEFAULT_FLAGS "+E +OLDCSO"
|
242
|
+
setenv KEEP_PRIVATE_EXTERNS NO
|
243
|
+
setenv LD_DEPENDENCY_INFO_FILE /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/ObjectiveSugar.build/Debug-iphonesimulator/ObjectiveSugar.build/Objects-normal/i386/ObjectiveSugar_dependency_info.dat
|
244
|
+
setenv LD_GENERATE_MAP_FILE NO
|
245
|
+
setenv LD_MAP_FILE_PATH /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/ObjectiveSugar.build/Debug-iphonesimulator/ObjectiveSugar.build/ObjectiveSugar-LinkMap-normal-i386.txt
|
246
|
+
setenv LD_NO_PIE NO
|
247
|
+
setenv LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER YES
|
248
|
+
setenv LEGACY_DEVELOPER_DIR /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
|
249
|
+
setenv LEX lex
|
250
|
+
setenv LIBRARY_FLAG_NOSPACE YES
|
251
|
+
setenv LIBRARY_FLAG_PREFIX -l
|
252
|
+
setenv LIBRARY_KEXT_INSTALL_PATH /Library/Extensions
|
253
|
+
setenv LIBRARY_SEARCH_PATHS "/Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Products/Debug-iphonesimulator "
|
254
|
+
setenv LINKER_DISPLAYS_MANGLED_NAMES NO
|
255
|
+
setenv LINK_FILE_LIST_normal_i386 /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/ObjectiveSugar.build/Debug-iphonesimulator/ObjectiveSugar.build/Objects-normal/i386/ObjectiveSugar.LinkFileList
|
256
|
+
setenv LINK_WITH_STANDARD_LIBRARIES YES
|
257
|
+
setenv LOCALIZED_RESOURCES_FOLDER_PATH ObjectiveSugar.app/English.lproj
|
258
|
+
setenv LOCAL_ADMIN_APPS_DIR /Applications/Utilities
|
259
|
+
setenv LOCAL_APPS_DIR /Applications
|
260
|
+
setenv LOCAL_DEVELOPER_DIR /Library/Developer
|
261
|
+
setenv LOCAL_LIBRARY_DIR /Library
|
262
|
+
setenv MACH_O_TYPE mh_execute
|
263
|
+
setenv MACOSX_DEPLOYMENT_TARGET 10.6
|
264
|
+
setenv MAC_OS_X_PRODUCT_BUILD_VERSION 13A603
|
265
|
+
setenv MAC_OS_X_VERSION_ACTUAL 1090
|
266
|
+
setenv MAC_OS_X_VERSION_MAJOR 1090
|
267
|
+
setenv MAC_OS_X_VERSION_MINOR 0900
|
268
|
+
setenv MODULE_CACHE_DIR /Users/musalj/Library/Developer/Xcode/DerivedData/ModuleCache
|
269
|
+
setenv NATIVE_ARCH i386
|
270
|
+
setenv NATIVE_ARCH_32_BIT i386
|
271
|
+
setenv NATIVE_ARCH_64_BIT x86_64
|
272
|
+
setenv NATIVE_ARCH_ACTUAL x86_64
|
273
|
+
setenv NO_COMMON YES
|
274
|
+
setenv OBJC_ABI_VERSION 2
|
275
|
+
setenv OBJECT_FILE_DIR /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/ObjectiveSugar.build/Debug-iphonesimulator/ObjectiveSugar.build/Objects
|
276
|
+
setenv OBJECT_FILE_DIR_normal /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/ObjectiveSugar.build/Debug-iphonesimulator/ObjectiveSugar.build/Objects-normal
|
277
|
+
setenv OBJROOT /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates
|
278
|
+
setenv ONLY_ACTIVE_ARCH NO
|
279
|
+
setenv OPTIMIZATION_LEVEL 0
|
280
|
+
setenv OS MACOS
|
281
|
+
setenv OSAC /usr/bin/osacompile
|
282
|
+
setenv OTHER_LDFLAGS -ObjC
|
283
|
+
setenv PACKAGE_TYPE com.apple.package-type.wrapper.application
|
284
|
+
setenv PASCAL_STRINGS YES
|
285
|
+
setenv PATH "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Tools:/Users/musalj/code/go/bin:/Users/musalj/.rbenv/shims:/Users/musalj/.rbenv/bin:/usr/local/share/npm/bin:/usr/local/bin:/Library/Python/2.7/bin:/usr/bin:/bin:/usr/sbin:/sbin"
|
286
|
+
setenv 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"
|
287
|
+
setenv PBDEVELOPMENTPLIST_PATH ObjectiveSugar.app/pbdevelopment.plist
|
288
|
+
setenv PFE_FILE_C_DIALECTS objective-c
|
289
|
+
setenv PKGINFO_FILE_PATH /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/ObjectiveSugar.build/Debug-iphonesimulator/ObjectiveSugar.build/PkgInfo
|
290
|
+
setenv PKGINFO_PATH ObjectiveSugar.app/PkgInfo
|
291
|
+
setenv PLATFORM_DEVELOPER_APPLICATIONS_DIR /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
|
292
|
+
setenv PLATFORM_DEVELOPER_BIN_DIR /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
|
293
|
+
setenv PLATFORM_DEVELOPER_LIBRARY_DIR /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library
|
294
|
+
setenv PLATFORM_DEVELOPER_SDK_DIR /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
|
295
|
+
setenv PLATFORM_DEVELOPER_TOOLS_DIR /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools
|
296
|
+
setenv PLATFORM_DEVELOPER_USR_DIR /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr
|
297
|
+
setenv PLATFORM_DIR /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
|
298
|
+
setenv PLATFORM_NAME iphonesimulator
|
299
|
+
setenv PLATFORM_PREFERRED_ARCH i386
|
300
|
+
setenv PLATFORM_PRODUCT_BUILD_VERSION 11B508
|
301
|
+
setenv PLATFORM_VERSION_AVAILABILITY_H_FORMAT 70000
|
302
|
+
setenv PLIST_FILE_OUTPUT_FORMAT binary
|
303
|
+
setenv PLUGINS_FOLDER_PATH ObjectiveSugar.app/PlugIns
|
304
|
+
setenv PODS_ROOT /Users/musalj/code/OSS/ObjectiveSugar/Example/Pods
|
305
|
+
setenv PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR YES
|
306
|
+
setenv PRECOMP_DESTINATION_DIR /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/ObjectiveSugar.build/Debug-iphonesimulator/ObjectiveSugar.build/PrefixHeaders
|
307
|
+
setenv PRESERVE_DEAD_CODE_INITS_AND_TERMS NO
|
308
|
+
setenv PRIVATE_HEADERS_FOLDER_PATH ObjectiveSugar.app/PrivateHeaders
|
309
|
+
setenv PRODUCT_NAME ObjectiveSugar
|
310
|
+
setenv PRODUCT_SETTINGS_PATH /Users/musalj/code/OSS/ObjectiveSugar/Example/ObjectiveSugar/ObjectiveSugar-Info.plist
|
311
|
+
setenv PRODUCT_TYPE com.apple.product-type.application
|
312
|
+
setenv PROFILING_CODE NO
|
313
|
+
setenv PROJECT ObjectiveSugar
|
314
|
+
setenv PROJECT_DERIVED_FILE_DIR /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/ObjectiveSugar.build/DerivedSources
|
315
|
+
setenv PROJECT_DIR /Users/musalj/code/OSS/ObjectiveSugar/Example
|
316
|
+
setenv PROJECT_FILE_PATH /Users/musalj/code/OSS/ObjectiveSugar/Example/ObjectiveSugar.xcodeproj
|
317
|
+
setenv PROJECT_NAME ObjectiveSugar
|
318
|
+
setenv PROJECT_TEMP_DIR /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/ObjectiveSugar.build
|
319
|
+
setenv PROJECT_TEMP_ROOT /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates
|
320
|
+
setenv PUBLIC_HEADERS_FOLDER_PATH ObjectiveSugar.app/Headers
|
321
|
+
setenv RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS YES
|
322
|
+
setenv REMOVE_CVS_FROM_RESOURCES YES
|
323
|
+
setenv REMOVE_GIT_FROM_RESOURCES YES
|
324
|
+
setenv REMOVE_HG_FROM_RESOURCES YES
|
325
|
+
setenv REMOVE_SVN_FROM_RESOURCES YES
|
326
|
+
setenv REZ_COLLECTOR_DIR /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/ObjectiveSugar.build/Debug-iphonesimulator/ObjectiveSugar.build/ResourceManagerResources
|
327
|
+
setenv REZ_OBJECTS_DIR /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/ObjectiveSugar.build/Debug-iphonesimulator/ObjectiveSugar.build/ResourceManagerResources/Objects
|
328
|
+
setenv REZ_SEARCH_PATHS "/Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Products/Debug-iphonesimulator "
|
329
|
+
setenv SCAN_ALL_SOURCE_FILES_FOR_INCLUDES NO
|
330
|
+
setenv SCRIPTS_FOLDER_PATH ObjectiveSugar.app/Scripts
|
331
|
+
setenv SCRIPT_INPUT_FILE_COUNT 0
|
332
|
+
setenv SCRIPT_OUTPUT_FILE_COUNT 0
|
333
|
+
setenv SDKROOT /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk
|
334
|
+
setenv SDK_DIR /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk
|
335
|
+
setenv SDK_NAME iphonesimulator7.0
|
336
|
+
setenv SDK_PRODUCT_BUILD_VERSION 11B508
|
337
|
+
setenv SED /usr/bin/sed
|
338
|
+
setenv SEPARATE_STRIP NO
|
339
|
+
setenv SEPARATE_SYMBOL_EDIT NO
|
340
|
+
setenv SET_DIR_MODE_OWNER_GROUP YES
|
341
|
+
setenv SET_FILE_MODE_OWNER_GROUP NO
|
342
|
+
setenv SHALLOW_BUNDLE YES
|
343
|
+
setenv SHARED_DERIVED_FILE_DIR /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Products/Debug-iphonesimulator/DerivedSources
|
344
|
+
setenv SHARED_FRAMEWORKS_FOLDER_PATH ObjectiveSugar.app/SharedFrameworks
|
345
|
+
setenv SHARED_PRECOMPS_DIR /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/PrecompiledHeaders
|
346
|
+
setenv SHARED_SUPPORT_FOLDER_PATH ObjectiveSugar.app/SharedSupport
|
347
|
+
setenv SKIP_INSTALL NO
|
348
|
+
setenv SOURCE_ROOT /Users/musalj/code/OSS/ObjectiveSugar/Example
|
349
|
+
setenv SRCROOT /Users/musalj/code/OSS/ObjectiveSugar/Example
|
350
|
+
setenv STRINGS_FILE_OUTPUT_ENCODING binary
|
351
|
+
setenv STRIP_INSTALLED_PRODUCT YES
|
352
|
+
setenv STRIP_STYLE all
|
353
|
+
setenv SUPPORTED_DEVICE_FAMILIES "1 2"
|
354
|
+
setenv SUPPORTED_PLATFORMS "iphonesimulator iphoneos"
|
355
|
+
setenv SYMROOT /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Products
|
356
|
+
setenv SYSTEM_ADMIN_APPS_DIR /Applications/Utilities
|
357
|
+
setenv SYSTEM_APPS_DIR /Applications
|
358
|
+
setenv SYSTEM_CORE_SERVICES_DIR /System/Library/CoreServices
|
359
|
+
setenv SYSTEM_DEMOS_DIR /Applications/Extras
|
360
|
+
setenv SYSTEM_DEVELOPER_APPS_DIR /Applications/Xcode.app/Contents/Developer/Applications
|
361
|
+
setenv SYSTEM_DEVELOPER_BIN_DIR /Applications/Xcode.app/Contents/Developer/usr/bin
|
362
|
+
setenv SYSTEM_DEVELOPER_DEMOS_DIR "/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples"
|
363
|
+
setenv SYSTEM_DEVELOPER_DIR /Applications/Xcode.app/Contents/Developer
|
364
|
+
setenv SYSTEM_DEVELOPER_DOC_DIR "/Applications/Xcode.app/Contents/Developer/ADC Reference Library"
|
365
|
+
setenv SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR "/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools"
|
366
|
+
setenv SYSTEM_DEVELOPER_JAVA_TOOLS_DIR "/Applications/Xcode.app/Contents/Developer/Applications/Java Tools"
|
367
|
+
setenv SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR "/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools"
|
368
|
+
setenv SYSTEM_DEVELOPER_RELEASENOTES_DIR "/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes"
|
369
|
+
setenv SYSTEM_DEVELOPER_TOOLS /Applications/Xcode.app/Contents/Developer/Tools
|
370
|
+
setenv SYSTEM_DEVELOPER_TOOLS_DOC_DIR "/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools"
|
371
|
+
setenv SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR "/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools"
|
372
|
+
setenv SYSTEM_DEVELOPER_USR_DIR /Applications/Xcode.app/Contents/Developer/usr
|
373
|
+
setenv SYSTEM_DEVELOPER_UTILITIES_DIR /Applications/Xcode.app/Contents/Developer/Applications/Utilities
|
374
|
+
setenv SYSTEM_DOCUMENTATION_DIR /Library/Documentation
|
375
|
+
setenv SYSTEM_KEXT_INSTALL_PATH /System/Library/Extensions
|
376
|
+
setenv SYSTEM_LIBRARY_DIR /System/Library
|
377
|
+
setenv TARGETED_DEVICE_FAMILY 1
|
378
|
+
setenv TARGETNAME ObjectiveSugar
|
379
|
+
setenv TARGET_BUILD_DIR /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Products/Debug-iphonesimulator
|
380
|
+
setenv TARGET_NAME ObjectiveSugar
|
381
|
+
setenv TARGET_TEMP_DIR /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/ObjectiveSugar.build/Debug-iphonesimulator/ObjectiveSugar.build
|
382
|
+
setenv TEMP_DIR /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/ObjectiveSugar.build/Debug-iphonesimulator/ObjectiveSugar.build
|
383
|
+
setenv TEMP_FILES_DIR /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/ObjectiveSugar.build/Debug-iphonesimulator/ObjectiveSugar.build
|
384
|
+
setenv TEMP_FILE_DIR /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/ObjectiveSugar.build/Debug-iphonesimulator/ObjectiveSugar.build
|
385
|
+
setenv TEMP_ROOT /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates
|
386
|
+
setenv TOOLCHAINS com.apple.dt.toolchain.XcodeDefault
|
387
|
+
setenv UID 502
|
388
|
+
setenv UNLOCALIZED_RESOURCES_FOLDER_PATH ObjectiveSugar.app
|
389
|
+
setenv UNSTRIPPED_PRODUCT NO
|
390
|
+
setenv USER musalj
|
391
|
+
setenv USER_APPS_DIR /Users/musalj/Applications
|
392
|
+
setenv USER_LIBRARY_DIR /Users/musalj/Library
|
393
|
+
setenv USE_DYNAMIC_NO_PIC YES
|
394
|
+
setenv USE_HEADERMAP YES
|
395
|
+
setenv USE_HEADER_SYMLINKS NO
|
396
|
+
setenv VALIDATE_PRODUCT NO
|
397
|
+
setenv VALID_ARCHS i386
|
398
|
+
setenv VERBOSE_PBXCP NO
|
399
|
+
setenv VERSIONPLIST_PATH ObjectiveSugar.app/version.plist
|
400
|
+
setenv VERSION_INFO_BUILDER musalj
|
401
|
+
setenv VERSION_INFO_FILE ObjectiveSugar_vers.c
|
402
|
+
setenv VERSION_INFO_STRING "\"@(#)PROGRAM:ObjectiveSugar PROJECT:ObjectiveSugar-\""
|
403
|
+
setenv WRAPPER_EXTENSION app
|
404
|
+
setenv WRAPPER_NAME ObjectiveSugar.app
|
405
|
+
setenv WRAPPER_SUFFIX .app
|
406
|
+
setenv XCODE_APP_SUPPORT_DIR /Applications/Xcode.app/Contents/Developer/Library/Xcode
|
407
|
+
setenv XCODE_PRODUCT_BUILD_VERSION 5A3005
|
408
|
+
setenv XCODE_VERSION_ACTUAL 0502
|
409
|
+
setenv XCODE_VERSION_MAJOR 0500
|
410
|
+
setenv XCODE_VERSION_MINOR 0500
|
411
|
+
setenv XPCSERVICES_FOLDER_PATH ObjectiveSugar.app/XPCServices
|
412
|
+
setenv YACC yacc
|
413
|
+
setenv arch i386
|
414
|
+
setenv variant normal
|
415
|
+
/bin/sh -c /Users/musalj/Library/Developer/Xcode/DerivedData/ObjectiveSugar-ayzdhqmmwtqgysdpznmovjlupqjy/Build/Intermediates/ObjectiveSugar.build/Debug-iphonesimulator/ObjectiveSugar.build/Script-468DABF301EC4EC1A00CC4C2.sh
|
416
|
+
)
|