Skip to content

Commit

Permalink
Adapted project file to Xcode 10
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornroth committed Feb 21, 2019
1 parent d0ec3ff commit 51eac58
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions Ascension.xcodeproj/project.pbxproj
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objectVersion = 51;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -392,7 +392,7 @@
};
};
buildConfigurationList = C05733CB08A9546B00998B17 /* Build configuration list for PBXProject "Ascension" */;
compatibilityVersion = "Xcode 3.2";
compatibilityVersion = "Xcode 10.0";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
Expand Down Expand Up @@ -568,12 +568,15 @@
GCC_PREFIX_HEADER = Ascension_Prefix.pch;
INFOPLIST_FILE = "Ascension-Info.plist";
INSTALL_PATH = "$(HOME)/Applications";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MACOSX_DEPLOYMENT_TARGET = 10.9;
MACOSX_DEPLOYMENT_TARGET = 10.12;
PRODUCT_NAME = Ascension;
PROVISIONING_PROFILE = "";
SDKROOT = macosx10.9;
SDKROOT = macosx;
VALID_ARCHS = "i386 x86_64";
};
name = Debug;
Expand All @@ -596,12 +599,15 @@
GCC_PREFIX_HEADER = Ascension_Prefix.pch;
INFOPLIST_FILE = "Ascension-Info.plist";
INSTALL_PATH = "$(HOME)/Applications";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MACOSX_DEPLOYMENT_TARGET = 10.9;
MACOSX_DEPLOYMENT_TARGET = 10.12;
PRODUCT_NAME = Ascension;
PROVISIONING_PROFILE = "";
SDKROOT = macosx10.9;
SDKROOT = macosx;
VALID_ARCHS = "i386 x86_64";
};
name = Release;
Expand Down

0 comments on commit 51eac58

Please sign in to comment.