Skip to content

Commit

Permalink
Updated a bunch of build targets to account for no longer being able …
Browse files Browse the repository at this point in the history
…to build for iOS 4.0.
  • Loading branch information
BradLarson committed Oct 12, 2014
1 parent 3be2eb5 commit dee4a53
Show file tree
Hide file tree
Showing 8 changed files with 128 additions and 128 deletions.
Expand Up @@ -31,19 +31,19 @@
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
BCF866E31725A38C00912E34 /* PBXContainerItemProxy */ = {
BC7E93CC19EB22EB006D23C3 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BC245E0C14DDCA1F009FE7EB /* GPUImage.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = BCF1A33414DDB1EC00852800;
remoteInfo = GPUImage;
remoteGlobalIDString = BCE209E51943F20C002FEED8;
remoteInfo = GPUImageFramework;
};
BCF866E51725A38C00912E34 /* PBXContainerItemProxy */ = {
BCF866E31725A38C00912E34 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BC245E0C14DDCA1F009FE7EB /* GPUImage.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = BCF1A34414DDB1EC00852800;
remoteInfo = GPUImageTests;
remoteGlobalIDString = BCF1A33414DDB1EC00852800;
remoteInfo = GPUImage;
};
BCF866E71725A39800912E34 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
Expand Down Expand Up @@ -179,7 +179,7 @@
isa = PBXGroup;
children = (
BCF866E41725A38C00912E34 /* libGPUImage.a */,
BCF866E61725A38C00912E34 /* GPUImageTests.octest */,
BC7E93CD19EB22EB006D23C3 /* GPUImage.framework */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -238,20 +238,20 @@
/* End PBXProject section */

/* Begin PBXReferenceProxy section */
BC7E93CD19EB22EB006D23C3 /* GPUImage.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = GPUImage.framework;
remoteRef = BC7E93CC19EB22EB006D23C3 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
BCF866E41725A38C00912E34 /* libGPUImage.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libGPUImage.a;
remoteRef = BCF866E31725A38C00912E34 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
BCF866E61725A38C00912E34 /* GPUImageTests.octest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = GPUImageTests.octest;
remoteRef = BCF866E51725A38C00912E34 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */

/* Begin PBXResourcesBuildPhase section */
Expand Down Expand Up @@ -336,7 +336,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = "../../../framework/**";
IPHONEOS_DEPLOYMENT_TARGET = 4.1;
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down Expand Up @@ -366,7 +366,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = "../../../framework/**";
IPHONEOS_DEPLOYMENT_TARGET = 4.1;
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down
32 changes: 16 additions & 16 deletions examples/iOS/CubeExample/CubeExample.xcodeproj/project.pbxproj
Expand Up @@ -31,19 +31,19 @@
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
BCF866F01725A41E00912E34 /* PBXContainerItemProxy */ = {
BC7E93D119EB2306006D23C3 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BCB6B883150447DF0041703B /* GPUImage.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = BCF1A33414DDB1EC00852800;
remoteInfo = GPUImage;
remoteGlobalIDString = BCE209E51943F20C002FEED8;
remoteInfo = GPUImageFramework;
};
BCF866F21725A41E00912E34 /* PBXContainerItemProxy */ = {
BCF866F01725A41E00912E34 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BCB6B883150447DF0041703B /* GPUImage.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = BCF1A34414DDB1EC00852800;
remoteInfo = GPUImageTests;
remoteGlobalIDString = BCF1A33414DDB1EC00852800;
remoteInfo = GPUImage;
};
BCF866F41725A43C00912E34 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
Expand Down Expand Up @@ -192,7 +192,7 @@
isa = PBXGroup;
children = (
BCF866F11725A41E00912E34 /* libGPUImage.a */,
BCF866F31725A41E00912E34 /* GPUImageTests.octest */,
BC7E93D219EB2306006D23C3 /* GPUImage.framework */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -252,20 +252,20 @@
/* End PBXProject section */

/* Begin PBXReferenceProxy section */
BC7E93D219EB2306006D23C3 /* GPUImage.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = GPUImage.framework;
remoteRef = BC7E93D119EB2306006D23C3 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
BCF866F11725A41E00912E34 /* libGPUImage.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libGPUImage.a;
remoteRef = BCF866F01725A41E00912E34 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
BCF866F31725A41E00912E34 /* GPUImageTests.octest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = GPUImageTests.octest;
remoteRef = BCF866F21725A41E00912E34 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */

/* Begin PBXResourcesBuildPhase section */
Expand Down Expand Up @@ -348,7 +348,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = "../../../framework/**";
IPHONEOS_DEPLOYMENT_TARGET = 4.1;
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "-fobjc-arc";
PREBINDING = NO;
Expand All @@ -366,7 +366,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = "../../../framework/**";
IPHONEOS_DEPLOYMENT_TARGET = 4.1;
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
OTHER_LDFLAGS = "-fobjc-arc";
PREBINDING = NO;
Expand Down
Expand Up @@ -36,19 +36,19 @@
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
BCF866FD1725A4E600912E34 /* PBXContainerItemProxy */ = {
BC7E93D619EB2321006D23C3 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BC18E0B1156C830F00AB8026 /* GPUImage.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = BCF1A33414DDB1EC00852800;
remoteInfo = GPUImage;
remoteGlobalIDString = BCE209E51943F20C002FEED8;
remoteInfo = GPUImageFramework;
};
BCF866FF1725A4E600912E34 /* PBXContainerItemProxy */ = {
BCF866FD1725A4E600912E34 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BC18E0B1156C830F00AB8026 /* GPUImage.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = BCF1A34414DDB1EC00852800;
remoteInfo = GPUImageTests;
remoteGlobalIDString = BCF1A33414DDB1EC00852800;
remoteInfo = GPUImage;
};
BCF867011725A52D00912E34 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
Expand Down Expand Up @@ -185,7 +185,7 @@
isa = PBXGroup;
children = (
BCF866FE1725A4E600912E34 /* libGPUImage.a */,
BCF867001725A4E600912E34 /* GPUImageTests.octest */,
BC7E93D719EB2321006D23C3 /* GPUImage.framework */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -245,20 +245,20 @@
/* End PBXProject section */

/* Begin PBXReferenceProxy section */
BC7E93D719EB2321006D23C3 /* GPUImage.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = GPUImage.framework;
remoteRef = BC7E93D619EB2321006D23C3 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
BCF866FE1725A4E600912E34 /* libGPUImage.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libGPUImage.a;
remoteRef = BCF866FD1725A4E600912E34 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
BCF867001725A4E600912E34 /* GPUImageTests.octest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = GPUImageTests.octest;
remoteRef = BCF866FF1725A4E600912E34 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */

/* Begin PBXResourcesBuildPhase section */
Expand Down Expand Up @@ -346,7 +346,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = "../../../framework/**";
IPHONEOS_DEPLOYMENT_TARGET = 4.0;
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down Expand Up @@ -375,7 +375,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = "../../../framework/**";
IPHONEOS_DEPLOYMENT_TARGET = 4.0;
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down
Expand Up @@ -44,19 +44,19 @@
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
BCF866C31725894100912E34 /* PBXContainerItemProxy */ = {
BC7E93DB19EB2334006D23C3 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BC982B2714F049950001FF6F /* GPUImage.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = BCF1A33414DDB1EC00852800;
remoteInfo = GPUImage;
remoteGlobalIDString = BCE209E51943F20C002FEED8;
remoteInfo = GPUImageFramework;
};
BCF866C51725894100912E34 /* PBXContainerItemProxy */ = {
BCF866C31725894100912E34 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BC982B2714F049950001FF6F /* GPUImage.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = BCF1A34414DDB1EC00852800;
remoteInfo = GPUImageTests;
remoteGlobalIDString = BCF1A33414DDB1EC00852800;
remoteInfo = GPUImage;
};
BCF866CD1725A19100912E34 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
Expand Down Expand Up @@ -213,7 +213,7 @@
isa = PBXGroup;
children = (
BCF866C41725894100912E34 /* libGPUImage.a */,
BCF866C61725894100912E34 /* GPUImageTests.octest */,
BC7E93DC19EB2334006D23C3 /* GPUImage.framework */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -278,20 +278,20 @@
/* End PBXProject section */

/* Begin PBXReferenceProxy section */
BC7E93DC19EB2334006D23C3 /* GPUImage.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = GPUImage.framework;
remoteRef = BC7E93DB19EB2334006D23C3 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
BCF866C41725894100912E34 /* libGPUImage.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libGPUImage.a;
remoteRef = BCF866C31725894100912E34 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
BCF866C61725894100912E34 /* GPUImageTests.octest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = GPUImageTests.octest;
remoteRef = BCF866C51725894100912E34 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */

/* Begin PBXResourcesBuildPhase section */
Expand Down Expand Up @@ -390,7 +390,7 @@
../../../framework/Source,
../../../framework/Source/iOS,
);
IPHONEOS_DEPLOYMENT_TARGET = 4.0;
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "-ObjC";
SDKROOT = iphoneos;
Expand Down Expand Up @@ -423,7 +423,7 @@
../../../framework/Source,
../../../framework/Source/iOS,
);
IPHONEOS_DEPLOYMENT_TARGET = 4.0;
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
OTHER_LDFLAGS = "-ObjC";
SDKROOT = iphoneos;
Expand Down

0 comments on commit dee4a53

Please sign in to comment.