Slide 10
Slide 10 text
Let's Do it !
CONFIGURATION =-configuration Debug
WORKSPACE =-workspace iOSSingleViewApp.xcworkspace
SCHEME =-scheme iOSSingleViewApp
OPTIONS=$(CONFIGURATION) $(WORKSPACE) $(SCHEME)
xcodebuild -showBuildSettings $(OPTIONS) > before
xcconfig-extractor --no-trim-duplicates *.xcodeproj Config/xcconfigs
xcodebuild -showBuildSettings $(OPTIONS) > after
diff before after
© Toshihiro Suzuki 2017 10