Build for all platforms with one target.

This commit is contained in:
Devin Vaukz 2016-02-04 21:43:50 -08:00
parent f2b3f062ca
commit fe4dcc873f
4 changed files with 89 additions and 1110 deletions

@ -1 +1 @@
Subproject commit b6227027efe795aaa362c01336538df0c583a2bd
Subproject commit ebea595c67e1e8097df381aaaa68b589a4d3aaf8

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
<string>net.devaukz.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>

View File

@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
<string>net.devaukz.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>