mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
CREATE_PROJECT: Add LastUpgradeCheck to generated project file
This prevents the recommended updates warning appearing when opening the project in Xcode for the first time.
This commit is contained in:
parent
2191533d4f
commit
16b76d22a1
@ -34,6 +34,8 @@
|
||||
|
||||
namespace CreateProjectTool {
|
||||
|
||||
#define LAST_XCODE_VERSION "0830"
|
||||
|
||||
#define DEBUG_XCODE_HASH 0
|
||||
|
||||
#define IOS_TARGET 0
|
||||
@ -707,6 +709,7 @@ void XcodeProvider::setupProject() {
|
||||
project->addProperty("compatibilityVersion", "Xcode 3.2", "", kSettingsNoValue | kSettingsQuoteVariable);
|
||||
project->addProperty("developmentRegion", "English", "", kSettingsNoValue);
|
||||
project->addProperty("hasScannedForEncodings", "1", "", kSettingsNoValue);
|
||||
project->addProperty("attributes", "{ LastUpgradeCheck = " LAST_XCODE_VERSION "; }", "", kSettingsNoQuote | kSettingsNoValue);
|
||||
|
||||
// List of known regions
|
||||
Property regions;
|
||||
|
Loading…
Reference in New Issue
Block a user