Created
April 13, 2020 16:08
-
-
Save joshdholtz/edc82556e78d42f658397827bd87e66c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Command line invocation: | |
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild archive -workspace PSPDFKit.xcworkspace -scheme Viewer -configuration Release -showBuildSettings -destination "platform=macOS,arch=x86_64,variant=Mac Catalyst" -sdk macosx10.15 | |
Z_IS_IOS = NO | |
Command line invocation: | |
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild archive -workspace PSPDFKit.xcworkspace -scheme Viewer -configuration Release -showBuildSettings -destination "platform=iOS Simulator,name=iPhone 8,OS=13.4" | |
Z_IS_IOS = YES |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Z_IS_IOS = NO | |
Z_IS_IOS[sdk=iphoneos*] = YES |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment