diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2012-09-07 10:14:09 +0200 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2012-09-08 22:41:17 +0200 |
commit | ca0c00134580b59c65a9eedea88f201bd125970e (patch) | |
tree | 8ece4a08e317c32214119434b71d65391682b005 /examples/cross_calculator/ios/cross-calculator.xcodeproj | |
parent | 116c54a8dd83c01a77d394f74bbe2372a8928cb8 (diff) | |
download | Nim-ca0c00134580b59c65a9eedea88f201bd125970e.tar.gz |
Adds iOS files for crossplatform calculator example.
Diffstat (limited to 'examples/cross_calculator/ios/cross-calculator.xcodeproj')
-rw-r--r-- | examples/cross_calculator/ios/cross-calculator.xcodeproj/project.pbxproj | 329 |
1 files changed, 329 insertions, 0 deletions
diff --git a/examples/cross_calculator/ios/cross-calculator.xcodeproj/project.pbxproj b/examples/cross_calculator/ios/cross-calculator.xcodeproj/project.pbxproj new file mode 100644 index 000000000..9133b6917 --- /dev/null +++ b/examples/cross_calculator/ios/cross-calculator.xcodeproj/project.pbxproj @@ -0,0 +1,329 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + D531422A15BC8611005EFF20 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D531422915BC8611005EFF20 /* UIKit.framework */; }; + D531422C15BC8611005EFF20 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D531422B15BC8611005EFF20 /* Foundation.framework */; }; + D531422E15BC8611005EFF20 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D531422D15BC8611005EFF20 /* CoreGraphics.framework */; }; + D531424D15BC87B6005EFF20 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D531424A15BC87B6005EFF20 /* AppDelegate.m */; }; + D531424E15BC87B6005EFF20 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D531424B15BC87B6005EFF20 /* main.m */; }; + D531427215BC94B1005EFF20 /* backend.m in Sources */ = {isa = PBXBuildFile; fileRef = D531426F15BC94B1005EFF20 /* backend.m */; }; + D531427415BC94B1005EFF20 /* system.m in Sources */ = {isa = PBXBuildFile; fileRef = D531427115BC94B1005EFF20 /* system.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + D531422515BC8611005EFF20 /* cross-calculator.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "cross-calculator.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + D531422915BC8611005EFF20 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + D531422B15BC8611005EFF20 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + D531422D15BC8611005EFF20 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + D531424715BC87A5005EFF20 /* cross-calculator-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "cross-calculator-Info.plist"; path = "resources/plist/cross-calculator-Info.plist"; sourceTree = "<group>"; }; + D531424915BC87B6005EFF20 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = src/AppDelegate.h; sourceTree = "<group>"; }; + D531424A15BC87B6005EFF20 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = src/AppDelegate.m; sourceTree = "<group>"; }; + D531424B15BC87B6005EFF20 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = src/main.m; sourceTree = "<group>"; }; + D531424C15BC87B6005EFF20 /* cross-calculator-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "cross-calculator-Prefix.pch"; path = "src/cross-calculator-Prefix.pch"; sourceTree = "<group>"; }; + D531426715BC91EF005EFF20 /* tags.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; name = tags.sh; path = scripts/tags.sh; sourceTree = "<group>"; }; + D531426815BC91EF005EFF20 /* xcode_prebuild.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; name = xcode_prebuild.sh; path = scripts/xcode_prebuild.sh; sourceTree = "<group>"; }; + D531426F15BC94B1005EFF20 /* backend.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = backend.m; path = build/nimcache/backend.m; sourceTree = "<group>"; }; + D531427115BC94B1005EFF20 /* system.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = system.m; path = build/nimcache/system.m; sourceTree = "<group>"; }; + D592E19015C7120F005258EA /* backend.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = backend.h; path = build/nimcache/backend.h; sourceTree = "<group>"; }; + D592E19115C71415005258EA /* nimbase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = nimbase.h; path = build/nimcache/nimbase.h; sourceTree = "<group>"; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + D531422215BC8610005EFF20 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + D531422A15BC8611005EFF20 /* UIKit.framework in Frameworks */, + D531422C15BC8611005EFF20 /* Foundation.framework in Frameworks */, + D531422E15BC8611005EFF20 /* CoreGraphics.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + D531421A15BC8610005EFF20 = { + isa = PBXGroup; + children = ( + D531426A15BC93D5005EFF20 /* build */, + D531424515BC874E005EFF20 /* resources */, + D531426615BC91E1005EFF20 /* scripts */, + D531424815BC87AD005EFF20 /* src */, + D531422815BC8611005EFF20 /* Frameworks */, + D531422615BC8611005EFF20 /* Products */, + ); + sourceTree = "<group>"; + }; + D531422615BC8611005EFF20 /* Products */ = { + isa = PBXGroup; + children = ( + D531422515BC8611005EFF20 /* cross-calculator.app */, + ); + name = Products; + sourceTree = "<group>"; + }; + D531422815BC8611005EFF20 /* Frameworks */ = { + isa = PBXGroup; + children = ( + D531422915BC8611005EFF20 /* UIKit.framework */, + D531422B15BC8611005EFF20 /* Foundation.framework */, + D531422D15BC8611005EFF20 /* CoreGraphics.framework */, + ); + name = Frameworks; + sourceTree = "<group>"; + }; + D531424515BC874E005EFF20 /* resources */ = { + isa = PBXGroup; + children = ( + D531424615BC8756005EFF20 /* plist */, + ); + name = resources; + sourceTree = "<group>"; + }; + D531424615BC8756005EFF20 /* plist */ = { + isa = PBXGroup; + children = ( + D531424715BC87A5005EFF20 /* cross-calculator-Info.plist */, + ); + name = plist; + sourceTree = "<group>"; + }; + D531424815BC87AD005EFF20 /* src */ = { + isa = PBXGroup; + children = ( + D531424915BC87B6005EFF20 /* AppDelegate.h */, + D531424A15BC87B6005EFF20 /* AppDelegate.m */, + D531424B15BC87B6005EFF20 /* main.m */, + D531424C15BC87B6005EFF20 /* cross-calculator-Prefix.pch */, + ); + name = src; + sourceTree = "<group>"; + }; + D531426615BC91E1005EFF20 /* scripts */ = { + isa = PBXGroup; + children = ( + D531426715BC91EF005EFF20 /* tags.sh */, + D531426815BC91EF005EFF20 /* xcode_prebuild.sh */, + ); + name = scripts; + sourceTree = "<group>"; + }; + D531426A15BC93D5005EFF20 /* build */ = { + isa = PBXGroup; + children = ( + D531426E15BC94A6005EFF20 /* nimrod */, + ); + name = build; + sourceTree = "<group>"; + }; + D531426E15BC94A6005EFF20 /* nimrod */ = { + isa = PBXGroup; + children = ( + D592E19015C7120F005258EA /* backend.h */, + D531426F15BC94B1005EFF20 /* backend.m */, + D592E19115C71415005258EA /* nimbase.h */, + D531427115BC94B1005EFF20 /* system.m */, + ); + name = nimrod; + sourceTree = "<group>"; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + D531422415BC8610005EFF20 /* cross-calculator */ = { + isa = PBXNativeTarget; + buildConfigurationList = D531423D15BC8611005EFF20 /* Build configuration list for PBXNativeTarget "cross-calculator" */; + buildPhases = ( + D531426915BC926C005EFF20 /* ShellScript */, + D531422115BC8610005EFF20 /* Sources */, + D531422215BC8610005EFF20 /* Frameworks */, + D531422315BC8610005EFF20 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "cross-calculator"; + productName = "cross-calculator"; + productReference = D531422515BC8611005EFF20 /* cross-calculator.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + D531421C15BC8610005EFF20 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0420; + ORGANIZATIONNAME = "Electric Hands Software"; + }; + buildConfigurationList = D531421F15BC8610005EFF20 /* Build configuration list for PBXProject "cross-calculator" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = D531421A15BC8610005EFF20; + productRefGroup = D531422615BC8611005EFF20 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + D531422415BC8610005EFF20 /* cross-calculator */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + D531422315BC8610005EFF20 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + D531426915BC926C005EFF20 /* ShellScript */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = scripts/xcode_prebuild.sh; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + D531422115BC8610005EFF20 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D531424D15BC87B6005EFF20 /* AppDelegate.m in Sources */, + D531424E15BC87B6005EFF20 /* main.m in Sources */, + D531427215BC94B1005EFF20 /* backend.m in Sources */, + D531427415BC94B1005EFF20 /* system.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + D531423B15BC8611005EFF20 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = ( + armv7, + armv6, + ); + "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 = ""; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 3.0; + OTHER_LDFLAGS = ( + "-weak_library", + /usr/lib/libSystem.B.dylib, + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + D531423C15BC8611005EFF20 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = ( + armv7, + armv6, + ); + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_VERSION = ""; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 3.0; + OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; + OTHER_LDFLAGS = ( + "-weak_library", + /usr/lib/libSystem.B.dylib, + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + D531423E15BC8611005EFF20 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "src/cross-calculator-Prefix.pch"; + INFOPLIST_FILE = "resources/plist/cross-calculator-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + D531423F15BC8611005EFF20 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "src/cross-calculator-Prefix.pch"; + INFOPLIST_FILE = "resources/plist/cross-calculator-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + D531421F15BC8610005EFF20 /* Build configuration list for PBXProject "cross-calculator" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D531423B15BC8611005EFF20 /* Debug */, + D531423C15BC8611005EFF20 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + D531423D15BC8611005EFF20 /* Build configuration list for PBXNativeTarget "cross-calculator" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D531423E15BC8611005EFF20 /* Debug */, + D531423F15BC8611005EFF20 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = D531421C15BC8610005EFF20 /* Project object */; +} |