Skip to content

Commit

Permalink
MacOS Xcode Update
Browse files Browse the repository at this point in the history
Updated the Xcode Project to Project Format 13.0 and deployment target of MacOS 10.13. Added new files to Xcode project and updated the icon and version numbers.
  • Loading branch information
greenfire27 committed Nov 14, 2023
1 parent 56368f9 commit e2ed193
Show file tree
Hide file tree
Showing 6 changed files with 161 additions and 97 deletions.
184 changes: 157 additions & 27 deletions engine/compilers/Xcode/Torque2D.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1320"
LastUpgradeVersion = "1500"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
6 changes: 3 additions & 3 deletions engine/compilers/Xcode/Torque2D/Torque2D-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
<key>CFBundleIconFile</key>
<string>torque2d</string>
<key>CFBundleIdentifier</key>
<string>com.garagegames.${PRODUCT_NAME:rfc1034identifier}</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>4.0.0 ea3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand All @@ -42,7 +42,7 @@
<key>NSHighResolutionCapable</key>
<false/>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2012 GarageGames, LLC. All rights reserved.</string>
<string>Copyright © 2023 Torque Game Engines and Garage Games, LLC. Available to use under the MIT License.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
65 changes: 0 additions & 65 deletions engine/compilers/Xcode/Torque2D/en.lproj/MainMenu.xib

This file was deleted.

Binary file modified engine/compilers/Xcode/torque2d.icns
100755 → 100644
Binary file not shown.
1 change: 0 additions & 1 deletion engine/source/gui/guiTreeViewCtrl.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class GuiTreeViewCtrl : public GuiListBoxCtrl
{
private:
typedef GuiListBoxCtrl Parent;
class TreeItem;

enum class ReorderMethod { Above, Below, Insert };
S32 mFocusLevel;
Expand Down

0 comments on commit e2ed193

Please sign in to comment.