diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-02-09 00:07:44 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-02-09 00:08:27 +0100 |
commit | b87a232668d9f9f3b32c2fceb60bc5f6ef46df22 (patch) | |
tree | 40bf3a8b94fbca24f9bf144e4ac9eee7f3c011d0 /tools/dist/osx_template.app/Contents | |
parent | b19c9bd1983b8c72621595b7c22daade4ebf6625 (diff) |
Reorder the folders in tools to prepare moving tools/editor
- `certs` and `editor_fonts` go to `thirdparty`
- `dist` and `scripts` go to a new `misc` folder
- `collada` and `doc` go to `tools/editor`
The next step will be to rename `tools/editor` to `editor` directly,
but this will be done at the right time to avoid breaking too many PRs.
Diffstat (limited to 'tools/dist/osx_template.app/Contents')
-rwxr-xr-x | tools/dist/osx_template.app/Contents/Info.plist | 39 | ||||
-rw-r--r-- | tools/dist/osx_template.app/Contents/PkgInfo | 1 | ||||
-rw-r--r-- | tools/dist/osx_template.app/Contents/Resources/icon.icns | bin | 120942 -> 0 bytes |
3 files changed, 0 insertions, 40 deletions
diff --git a/tools/dist/osx_template.app/Contents/Info.plist b/tools/dist/osx_template.app/Contents/Info.plist deleted file mode 100755 index eee787bdaf..0000000000 --- a/tools/dist/osx_template.app/Contents/Info.plist +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>CFBundleDevelopmentRegion</key> - <string>English</string> - <key>CFBundleExecutable</key> - <string>$binary</string> - <key>CFBundleName</key> - <string>$name</string> - <key>CFBundleGetInfoString</key> - <string>$info</string> - <key>CFBundleIconFile</key> - <string>icon.icns</string> - <key>CFBundleIdentifier</key> - <string>$identifier</string> - <key>CFBundleInfoDictionaryVersion</key> - <string>6.0</string> - <key>CFBundlePackageType</key> - <string>APPL</string> - <key>CFBundleShortVersionString</key> - <string>$short_version</string> - <key>CFBundleSignature</key> - <string>$signature</string> - <key>CFBundleVersion</key> - <string>$version</string> - <key>NSHumanReadableCopyright</key> - <string>$copyright</string> - <key>LSMinimumSystemVersion</key> - <string>10.9.0</string> - <key>LSMinimumSystemVersionByArchitecture</key> - <dict> - <key>x86_64</key> - <string>10.9.0</string> - </dict> - <key>NSHighResolutionCapable</key> - $highres -</dict> -</plist>
\ No newline at end of file diff --git a/tools/dist/osx_template.app/Contents/PkgInfo b/tools/dist/osx_template.app/Contents/PkgInfo deleted file mode 100644 index 6f749b0f37..0000000000 --- a/tools/dist/osx_template.app/Contents/PkgInfo +++ /dev/null @@ -1 +0,0 @@ -APPL???? diff --git a/tools/dist/osx_template.app/Contents/Resources/icon.icns b/tools/dist/osx_template.app/Contents/Resources/icon.icns Binary files differdeleted file mode 100644 index 375f61437d..0000000000 --- a/tools/dist/osx_template.app/Contents/Resources/icon.icns +++ /dev/null |