diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2015-11-27 23:59:58 +0100 |
---|---|---|
committer | Rémi Verschelde <remi@verschelde.fr> | 2015-11-27 23:59:58 +0100 |
commit | d2f9155995841f2c8afc917ca900e43269810688 (patch) | |
tree | f767e9631f3e0256fafc7517f51cd58da628a703 /tools/Godot.app/Contents/Info.plist | |
parent | a98eafe3cc838c5c4362bd2f4e8aa3280d925618 (diff) | |
parent | 0fd20e1002387967b797c241a0dfbd117603a55c (diff) |
Merge pull request #2927 from akien-mga/pr-references-okam
Replace hardcoded references to Okam Studio by Godot Engine
Diffstat (limited to 'tools/Godot.app/Contents/Info.plist')
-rwxr-xr-x | tools/Godot.app/Contents/Info.plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Godot.app/Contents/Info.plist b/tools/Godot.app/Contents/Info.plist index 3a4b51e2fe..8a89993fb9 100755 --- a/tools/Godot.app/Contents/Info.plist +++ b/tools/Godot.app/Contents/Info.plist @@ -13,7 +13,7 @@ <key>CFBundleIconFile</key> <string>Godot.icns</string> <key>CFBundleIdentifier</key> - <string>com.okamstudio.godot</string> + <string>org.godotengine.godot</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> @@ -61,7 +61,7 @@ <true/> <key>LSItemContentTypes</key> <array> - <string>com.okamstudio.scn</string> + <string>org.godotengine.scn</string> </array> </dict> </array> |