Skip to content

Instantly share code, notes, and snippets.

@joshdholtz
Created April 13, 2020 16:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshdholtz/edc82556e78d42f658397827bd87e66c to your computer and use it in GitHub Desktop.
Save joshdholtz/edc82556e78d42f658397827bd87e66c to your computer and use it in GitHub Desktop.
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
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