Skip to content

Commit

Permalink
add proper platform names and setup Foundation to use the xcconfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
cjwl committed Apr 1, 2013
1 parent 794364b commit d9b45b6
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Foundation/Foundation.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -16231,6 +16231,7 @@
/* Begin XCBuildConfiguration section */
15D921BE105E918000171406 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3841709355C002A60B7 /* linux-arm-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
Expand Down Expand Up @@ -16270,6 +16271,7 @@
};
15D921BF105E918000171406 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3841709355C002A60B7 /* linux-arm-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
Expand Down Expand Up @@ -16306,6 +16308,7 @@
};
28D487A70FE04E7100DC03EF /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3861709355C002A60B7 /* linux-ppc-framework.xcconfig */;
buildSettings = {
ARCHS = ppc;
DEPLOYMENT_LOCATION = YES;
Expand Down Expand Up @@ -16342,6 +16345,7 @@
};
28D487A80FE04E7100DC03EF /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3861709355C002A60B7 /* linux-ppc-framework.xcconfig */;
buildSettings = {
ARCHS = ppc;
DEPLOYMENT_LOCATION = YES;
Expand Down Expand Up @@ -16382,6 +16386,7 @@
};
6E4D93290A2642BD003D335C /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3871709355C002A60B7 /* solaris-sparc-framework.xcconfig */;
buildSettings = {
ARCHS = sparc;
DEPLOYMENT_LOCATION = YES;
Expand Down Expand Up @@ -16418,6 +16423,7 @@
};
6EA04A7509E57D5F0067589C /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3851709355C002A60B7 /* linux-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
Expand Down Expand Up @@ -16496,6 +16502,7 @@
};
7E891F170D4964FF008150D3 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3851709355C002A60B7 /* linux-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
Expand Down Expand Up @@ -16531,6 +16538,7 @@
};
7E891F180D4964FF008150D3 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3871709355C002A60B7 /* solaris-sparc-framework.xcconfig */;
buildSettings = {
ARCHS = sparc;
DEPLOYMENT_LOCATION = YES;
Expand Down Expand Up @@ -16566,6 +16574,7 @@
};
7E891F190D4964FF008150D3 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3801709355C002A60B7 /* darwin-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
Expand Down Expand Up @@ -16598,6 +16607,7 @@
};
7E891F1A0D4964FF008150D3 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3811709355C002A60B7 /* darwin-ppc-framework.xcconfig */;
buildSettings = {
ARCHS = ppc;
DEPLOYMENT_LOCATION = YES;
Expand Down Expand Up @@ -16689,6 +16699,7 @@
};
FE30A2FD10C6ED6F00A1BF7F /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3831709355C002A60B7 /* freebsd-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
Expand Down Expand Up @@ -16725,6 +16736,7 @@
};
FE30A2FE10C6ED6F00A1BF7F /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3831709355C002A60B7 /* freebsd-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
Expand Down Expand Up @@ -16759,6 +16771,7 @@
};
FE651A850FBC844C00464BFD /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3821709355C002A60B7 /* darwin-x86_64-framework.xcconfig */;
buildSettings = {
ARCHS = x86_64;
DEPLOYMENT_LOCATION = YES;
Expand Down Expand Up @@ -16792,6 +16805,7 @@
};
FE651A860FBC844C00464BFD /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3821709355C002A60B7 /* darwin-x86_64-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
Expand Down Expand Up @@ -16824,6 +16838,7 @@
};
FED70A6A0C3B3D2C000CBE5B /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3801709355C002A60B7 /* darwin-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
Expand Down Expand Up @@ -16857,6 +16872,7 @@
};
FED70FB60C3C09C7000CBE5B /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3811709355C002A60B7 /* darwin-ppc-framework.xcconfig */;
buildSettings = {
ARCHS = ppc;
DEPLOYMENT_LOCATION = YES;
Expand Down
1 change: 1 addition & 0 deletions xcconfig/darwin-i386.xcconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "darwin"
EFFECTIVE_PLATFORM_NAME = -darwin-i386

GCC_VERSION = com.apple.compilers.llvm.clang.1_0

Expand Down
1 change: 1 addition & 0 deletions xcconfig/darwin-ppc.xcconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "darwin"
EFFECTIVE_PLATFORM_NAME = -darwin-ppc

GCC_VERSION = com.apple.compilers.llvmgcc42

Expand Down
1 change: 1 addition & 0 deletions xcconfig/darwin-x86_64.xcconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "darwin"
EFFECTIVE_PLATFORM_NAME = -darwin-x86_64

GCC_VERSION = com.apple.compilers.llvm.clang.1_0

Expand Down
1 change: 1 addition & 0 deletions xcconfig/freebsd-i386.xcconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include "freebsd"
EFFECTIVE_PLATFORM_NAME = -freebsd-i386

GCC_VERSION = org.cocotron.1.0.freebsd.i386.gcc.default
1 change: 1 addition & 0 deletions xcconfig/linux-arm.xcconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include "linux"
EFFECTIVE_PLATFORM_NAME = -linux-arm

GCC_VERSION = org.cocotron.1.0.linux.arm.gcc.default
1 change: 1 addition & 0 deletions xcconfig/linux-i386.xcconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "linux"
EFFECTIVE_PLATFORM_NAME = -linux-i386

GCC_VERSION = org.cocotron.1.0.linux.i386.gcc.default

1 change: 1 addition & 0 deletions xcconfig/linux-ppc.xcconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include "linux"
EFFECTIVE_PLATFORM_NAME = -linux-ppc

GCC_VERSION = org.cocotron.1.0.linux.ppc.gcc.default
1 change: 1 addition & 0 deletions xcconfig/solaris-sparc.xcconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include "solaris"
EFFECTIVE_PLATFORM_NAME = -solaris-sparc

GCC_VERSION = org.cocotron.1.0.solaris.sparc.gcc.default
2 changes: 2 additions & 0 deletions xcconfig/windows-i386.xcconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include "windows"

EFFECTIVE_PLATFORM_NAME = -windows-i386

GCC_VERSION = org.cocotron.1.0.windows.i386.gcc.4.3.1

ARCHS = i386
Expand Down

0 comments on commit d9b45b6

Please sign in to comment.