A sky roads like game with interesting shaders
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

423 lines
20 KiB

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
4280A91C1553DD4C00664DC2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4280A91B1553DD4C00664DC2 /* UIKit.framework */; };
4280A91E1553DD4C00664DC2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4280A91D1553DD4C00664DC2 /* Foundation.framework */; };
4280A9201553DD4C00664DC2 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4280A91F1553DD4C00664DC2 /* CoreGraphics.framework */; };
4280A9221553DD4C00664DC2 /* GLKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4280A9211553DD4C00664DC2 /* GLKit.framework */; };
4280A9241553DD4C00664DC2 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4280A9231553DD4C00664DC2 /* OpenGLES.framework */; };
4280A92A1553DD4C00664DC2 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 4280A9281553DD4C00664DC2 /* InfoPlist.strings */; };
4280A92C1553DD4C00664DC2 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 4280A92B1553DD4C00664DC2 /* main.m */; };
4280A9301553DD4C00664DC2 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4280A92F1553DD4C00664DC2 /* AppDelegate.m */; };
4280A9371553DD4C00664DC2 /* ViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4280A9361553DD4C00664DC2 /* ViewController.mm */; };
4280A93A1553DD4C00664DC2 /* ViewController_iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4280A9381553DD4C00664DC2 /* ViewController_iPhone.xib */; };
4280A93D1553DD4C00664DC2 /* ViewController_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4280A93B1553DD4C00664DC2 /* ViewController_iPad.xib */; };
42E092901553DFC2002EA900 /* libJ.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 42E0928C1553DFB7002EA900 /* libJ.a */; };
42E092C81553FF6B002EA900 /* effectShader.fsh in Sources */ = {isa = PBXBuildFile; fileRef = 42E092C21553FF6B002EA900 /* effectShader.fsh */; };
42E092C91553FF6B002EA900 /* effectShader.vsh in Sources */ = {isa = PBXBuildFile; fileRef = 42E092C31553FF6B002EA900 /* effectShader.vsh */; };
42E092CA1553FF6B002EA900 /* teaShader.fsh in Sources */ = {isa = PBXBuildFile; fileRef = 42E092C41553FF6B002EA900 /* teaShader.fsh */; };
42E092CB1553FF6B002EA900 /* teaShader.vsh in Sources */ = {isa = PBXBuildFile; fileRef = 42E092C51553FF6B002EA900 /* teaShader.vsh */; };
42E092CC1553FF6B002EA900 /* textureShader.fsh in Sources */ = {isa = PBXBuildFile; fileRef = 42E092C61553FF6B002EA900 /* textureShader.fsh */; };
42E092CD1553FF6B002EA900 /* textureShader.vsh in Sources */ = {isa = PBXBuildFile; fileRef = 42E092C71553FF6B002EA900 /* textureShader.vsh */; };
42E092CF15540857002EA900 /* effectShader.fsh in Resources */ = {isa = PBXBuildFile; fileRef = 42E092C21553FF6B002EA900 /* effectShader.fsh */; };
42E092D015540857002EA900 /* effectShader.vsh in Resources */ = {isa = PBXBuildFile; fileRef = 42E092C31553FF6B002EA900 /* effectShader.vsh */; };
42E092D115540857002EA900 /* teaShader.fsh in Resources */ = {isa = PBXBuildFile; fileRef = 42E092C41553FF6B002EA900 /* teaShader.fsh */; };
42E092D215540857002EA900 /* teaShader.vsh in Resources */ = {isa = PBXBuildFile; fileRef = 42E092C51553FF6B002EA900 /* teaShader.vsh */; };
42E092D315540857002EA900 /* textureShader.fsh in Resources */ = {isa = PBXBuildFile; fileRef = 42E092C61553FF6B002EA900 /* textureShader.fsh */; };
42E092D415540857002EA900 /* textureShader.vsh in Resources */ = {isa = PBXBuildFile; fileRef = 42E092C71553FF6B002EA900 /* textureShader.vsh */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
42E0928B1553DFB7002EA900 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 42E092841553DFB7002EA900 /* J.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 42681365140A321800CBF943;
remoteInfo = J;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
42458D5C168605DA0089C2A3 /* Game.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Game.h; sourceTree = "<group>"; };
4280A9171553DD4C00664DC2 /* SkyRoads.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SkyRoads.app; sourceTree = BUILT_PRODUCTS_DIR; };
4280A91B1553DD4C00664DC2 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
4280A91D1553DD4C00664DC2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
4280A91F1553DD4C00664DC2 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
4280A9211553DD4C00664DC2 /* GLKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLKit.framework; path = System/Library/Frameworks/GLKit.framework; sourceTree = SDKROOT; };
4280A9231553DD4C00664DC2 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
4280A9271553DD4C00664DC2 /* SkyRoads-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "SkyRoads-Info.plist"; sourceTree = "<group>"; };
4280A9291553DD4C00664DC2 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
4280A92B1553DD4C00664DC2 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
4280A92D1553DD4C00664DC2 /* SkyRoads-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SkyRoads-Prefix.pch"; sourceTree = "<group>"; };
4280A92E1553DD4C00664DC2 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
4280A92F1553DD4C00664DC2 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
4280A9351553DD4C00664DC2 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
4280A9361553DD4C00664DC2 /* ViewController.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = ViewController.mm; sourceTree = "<group>"; };
4280A9391553DD4C00664DC2 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController_iPhone.xib; sourceTree = "<group>"; };
4280A93C1553DD4C00664DC2 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController_iPad.xib; sourceTree = "<group>"; };
42E092841553DFB7002EA900 /* J.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = J.xcodeproj; path = ../J/J.xcodeproj; sourceTree = "<group>"; };
42E092971553F367002EA900 /* App.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = App.h; sourceTree = "<group>"; };
42E092C21553FF6B002EA900 /* effectShader.fsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.glsl; path = effectShader.fsh; sourceTree = "<group>"; };
42E092C31553FF6B002EA900 /* effectShader.vsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.glsl; path = effectShader.vsh; sourceTree = "<group>"; };
42E092C41553FF6B002EA900 /* teaShader.fsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.glsl; path = teaShader.fsh; sourceTree = "<group>"; };
42E092C51553FF6B002EA900 /* teaShader.vsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.glsl; path = teaShader.vsh; sourceTree = "<group>"; };
42E092C61553FF6B002EA900 /* textureShader.fsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.glsl; path = textureShader.fsh; sourceTree = "<group>"; };
42E092C71553FF6B002EA900 /* textureShader.vsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.glsl; path = textureShader.vsh; sourceTree = "<group>"; };
42E092CE15540515002EA900 /* statics.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = statics.h; sourceTree = "<group>"; };
42FF1C4C1685F15500E1541C /* myGL.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = myGL.h; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
4280A9141553DD4C00664DC2 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
42E092901553DFC2002EA900 /* libJ.a in Frameworks */,
4280A91C1553DD4C00664DC2 /* UIKit.framework in Frameworks */,
4280A91E1553DD4C00664DC2 /* Foundation.framework in Frameworks */,
4280A9201553DD4C00664DC2 /* CoreGraphics.framework in Frameworks */,
4280A9221553DD4C00664DC2 /* GLKit.framework in Frameworks */,
4280A9241553DD4C00664DC2 /* OpenGLES.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
4280A90C1553DD4C00664DC2 = {
isa = PBXGroup;
children = (
4280A9251553DD4C00664DC2 /* SkyRoads */,
4280A91A1553DD4C00664DC2 /* Frameworks */,
4280A9181553DD4C00664DC2 /* Products */,
);
sourceTree = "<group>";
};
4280A9181553DD4C00664DC2 /* Products */ = {
isa = PBXGroup;
children = (
4280A9171553DD4C00664DC2 /* SkyRoads.app */,
);
name = Products;
sourceTree = "<group>";
};
4280A91A1553DD4C00664DC2 /* Frameworks */ = {
isa = PBXGroup;
children = (
42E092841553DFB7002EA900 /* J.xcodeproj */,
4280A91B1553DD4C00664DC2 /* UIKit.framework */,
4280A91D1553DD4C00664DC2 /* Foundation.framework */,
4280A91F1553DD4C00664DC2 /* CoreGraphics.framework */,
4280A9211553DD4C00664DC2 /* GLKit.framework */,
4280A9231553DD4C00664DC2 /* OpenGLES.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
4280A9251553DD4C00664DC2 /* SkyRoads */ = {
isa = PBXGroup;
children = (
42E092CE15540515002EA900 /* statics.h */,
42E092971553F367002EA900 /* App.h */,
42458D5C168605DA0089C2A3 /* Game.h */,
42FF1C4C1685F15500E1541C /* myGL.h */,
42E092A81553FDDB002EA900 /* Shaders */,
42E092981553F7E6002EA900 /* GLViews */,
4280A9261553DD4C00664DC2 /* Supporting Files */,
);
name = SkyRoads;
path = GLGameTemplate;
sourceTree = "<group>";
};
4280A9261553DD4C00664DC2 /* Supporting Files */ = {
isa = PBXGroup;
children = (
4280A92E1553DD4C00664DC2 /* AppDelegate.h */,
4280A92F1553DD4C00664DC2 /* AppDelegate.m */,
4280A9271553DD4C00664DC2 /* SkyRoads-Info.plist */,
4280A9281553DD4C00664DC2 /* InfoPlist.strings */,
4280A92B1553DD4C00664DC2 /* main.m */,
4280A92D1553DD4C00664DC2 /* SkyRoads-Prefix.pch */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
42E092851553DFB7002EA900 /* Products */ = {
isa = PBXGroup;
children = (
42E0928C1553DFB7002EA900 /* libJ.a */,
);
name = Products;
sourceTree = "<group>";
};
42E092981553F7E6002EA900 /* GLViews */ = {
isa = PBXGroup;
children = (
4280A9351553DD4C00664DC2 /* ViewController.h */,
4280A9361553DD4C00664DC2 /* ViewController.mm */,
4280A9381553DD4C00664DC2 /* ViewController_iPhone.xib */,
4280A93B1553DD4C00664DC2 /* ViewController_iPad.xib */,
);
name = GLViews;
sourceTree = "<group>";
};
42E092A81553FDDB002EA900 /* Shaders */ = {
isa = PBXGroup;
children = (
42E092C11553FF6B002EA900 /* Shaders */,
);
path = Shaders;
sourceTree = "<group>";
};
42E092C11553FF6B002EA900 /* Shaders */ = {
isa = PBXGroup;
children = (
42E092C21553FF6B002EA900 /* effectShader.fsh */,
42E092C31553FF6B002EA900 /* effectShader.vsh */,
42E092C41553FF6B002EA900 /* teaShader.fsh */,
42E092C51553FF6B002EA900 /* teaShader.vsh */,
42E092C61553FF6B002EA900 /* textureShader.fsh */,
42E092C71553FF6B002EA900 /* textureShader.vsh */,
);
name = Shaders;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
4280A9161553DD4C00664DC2 /* SkyRoads */ = {
isa = PBXNativeTarget;
buildConfigurationList = 4280A9401553DD4C00664DC2 /* Build configuration list for PBXNativeTarget "SkyRoads" */;
buildPhases = (
4280A9131553DD4C00664DC2 /* Sources */,
4280A9141553DD4C00664DC2 /* Frameworks */,
4280A9151553DD4C00664DC2 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = SkyRoads;
productName = GLGameTemplate;
productReference = 4280A9171553DD4C00664DC2 /* SkyRoads.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
4280A90E1553DD4C00664DC2 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0430;
ORGANIZATIONNAME = Vadovas;
};
buildConfigurationList = 4280A9111553DD4C00664DC2 /* Build configuration list for PBXProject "SkyRoads" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
nl,
);
mainGroup = 4280A90C1553DD4C00664DC2;
productRefGroup = 4280A9181553DD4C00664DC2 /* Products */;
projectDirPath = "";
projectReferences = (
{
ProductGroup = 42E092851553DFB7002EA900 /* Products */;
ProjectRef = 42E092841553DFB7002EA900 /* J.xcodeproj */;
},
);
projectRoot = "";
targets = (
4280A9161553DD4C00664DC2 /* SkyRoads */,
);
};
/* End PBXProject section */
/* Begin PBXReferenceProxy section */
42E0928C1553DFB7002EA900 /* libJ.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libJ.a;
remoteRef = 42E0928B1553DFB7002EA900 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */
/* Begin PBXResourcesBuildPhase section */
4280A9151553DD4C00664DC2 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
42E092CF15540857002EA900 /* effectShader.fsh in Resources */,
42E092D015540857002EA900 /* effectShader.vsh in Resources */,
42E092D115540857002EA900 /* teaShader.fsh in Resources */,
42E092D215540857002EA900 /* teaShader.vsh in Resources */,
42E092D315540857002EA900 /* textureShader.fsh in Resources */,
42E092D415540857002EA900 /* textureShader.vsh in Resources */,
4280A92A1553DD4C00664DC2 /* InfoPlist.strings in Resources */,
4280A93A1553DD4C00664DC2 /* ViewController_iPhone.xib in Resources */,
4280A93D1553DD4C00664DC2 /* ViewController_iPad.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
4280A9131553DD4C00664DC2 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
4280A92C1553DD4C00664DC2 /* main.m in Sources */,
4280A9301553DD4C00664DC2 /* AppDelegate.m in Sources */,
4280A9371553DD4C00664DC2 /* ViewController.mm in Sources */,
42E092C81553FF6B002EA900 /* effectShader.fsh in Sources */,
42E092C91553FF6B002EA900 /* effectShader.vsh in Sources */,
42E092CA1553FF6B002EA900 /* teaShader.fsh in Sources */,
42E092CB1553FF6B002EA900 /* teaShader.vsh in Sources */,
42E092CC1553FF6B002EA900 /* textureShader.fsh in Sources */,
42E092CD1553FF6B002EA900 /* textureShader.vsh in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
4280A9281553DD4C00664DC2 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
4280A9291553DD4C00664DC2 /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
4280A9381553DD4C00664DC2 /* ViewController_iPhone.xib */ = {
isa = PBXVariantGroup;
children = (
4280A9391553DD4C00664DC2 /* en */,
);
name = ViewController_iPhone.xib;
sourceTree = "<group>";
};
4280A93B1553DD4C00664DC2 /* ViewController_iPad.xib */ = {
isa = PBXVariantGroup;
children = (
4280A93C1553DD4C00664DC2 /* en */,
);
name = ViewController_iPad.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
4280A93E1553DD4C00664DC2 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
4280A93F1553DD4C00664DC2 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
4280A9411553DD4C00664DC2 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "GLGameTemplate/SkyRoads-Prefix.pch";
"GCC_THUMB_SUPPORT[arch=armv6]" = "";
HEADER_SEARCH_PATHS = "../J/**";
INFOPLIST_FILE = "GLGameTemplate/SkyRoads-Info.plist";
PRODUCT_NAME = SkyRoads;
WRAPPER_EXTENSION = app;
};
name = Debug;
};
4280A9421553DD4C00664DC2 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "GLGameTemplate/SkyRoads-Prefix.pch";
"GCC_THUMB_SUPPORT[arch=armv6]" = "";
HEADER_SEARCH_PATHS = "../J/**";
INFOPLIST_FILE = "GLGameTemplate/SkyRoads-Info.plist";
PRODUCT_NAME = SkyRoads;
WRAPPER_EXTENSION = app;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
4280A9111553DD4C00664DC2 /* Build configuration list for PBXProject "SkyRoads" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4280A93E1553DD4C00664DC2 /* Debug */,
4280A93F1553DD4C00664DC2 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
4280A9401553DD4C00664DC2 /* Build configuration list for PBXNativeTarget "SkyRoads" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4280A9411553DD4C00664DC2 /* Debug */,
4280A9421553DD4C00664DC2 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 4280A90E1553DD4C00664DC2 /* Project object */;
}