Skip to content

Instantly share code, notes, and snippets.

@ddribin
Created August 22, 2009 03:11
Show Gist options
  • Save ddribin/172608 to your computer and use it in GitHub Desktop.
Save ddribin/172608 to your computer and use it in GitHub Desktop.
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>LSArchitecturePriority</key>
<array>
<string>x86_64</string>
<string>i386</string>
<string>ppc</string>
</array>
<key>LSMinimumSystemVersionByArchitecture</key>
<dict>
<key>x86_64</key>
<string>10.6</string>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment