diff --git a/scripts/templates/ios/emptyExample.xcodeproj/project.pbxproj b/scripts/templates/ios/emptyExample.xcodeproj/project.pbxproj index 5ff81f4e9ff..bcf25cde70e 100644 --- a/scripts/templates/ios/emptyExample.xcodeproj/project.pbxproj +++ b/scripts/templates/ios/emptyExample.xcodeproj/project.pbxproj @@ -1,487 +1,645 @@ -// !$*UTF8*$! { - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; }; - 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; }; - 288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765FC0DF74451002DB57D /* CoreGraphics.framework */; }; - 5326AEA810A23A0500278DE6 /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5326AEA710A23A0500278DE6 /* CoreLocation.framework */; }; - 53F323EB10A20EDB00E0DAE4 /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53F323EA10A20EDB00E0DAE4 /* OpenAL.framework */; }; - 67DFA53619F92A69003B3434 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 67DFA53419F92A5E003B3434 /* Accelerate.framework */; }; - 901808C12053638E004A7774 /* GLKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 901808BF2053636F004A7774 /* GLKit.framework */; }; - 9936F6101BFA4DEE00891288 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9936F60F1BFA4DEE00891288 /* Images.xcassets */; }; - 9936F6121BFA65F100891288 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9936F6111BFA65F100891288 /* LaunchScreen.storyboard */; }; - 9969E7561C782C4500DEF0F6 /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9969E7551C782C4500DEF0F6 /* CoreMotion.framework */; }; - BB16EBD20F2B2A9500518274 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BB16EBD10F2B2A9500518274 /* OpenGLES.framework */; }; - BB16EBD90F2B2AB500518274 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BB16EBD80F2B2AB500518274 /* QuartzCore.framework */; }; - BBE5EAB80F49AD8400F28951 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBE5EAB70F49AD8400F28951 /* AudioToolbox.framework */; }; - BFDAFEA02C2C88F1006B0AE0 /* Metal.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BFDAFE9F2C2C88F1006B0AE0 /* Metal.framework */; }; - BFDAFEA22C2C88FA006B0AE0 /* MetalKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BFDAFEA12C2C88FA006B0AE0 /* MetalKit.framework */; }; - E41D400B13B39D2100A75A5D /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E41D400613B39D2100A75A5D /* AVFoundation.framework */; }; - E41D400C13B39D2100A75A5D /* CoreMedia.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E41D400713B39D2100A75A5D /* CoreMedia.framework */; }; - E41D400D13B39D2100A75A5D /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E41D400813B39D2100A75A5D /* CoreVideo.framework */; }; - E41D400E13B39D2100A75A5D /* MapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E41D400913B39D2100A75A5D /* MapKit.framework */; }; - E4D8936E11527B74007E1F53 /* main.mm in Sources */ = {isa = PBXBuildFile; fileRef = E4D8936B11527B74007E1F53 /* main.mm */; }; - E4D8936F11527B74007E1F53 /* ofApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = E4D8936D11527B74007E1F53 /* ofApp.mm */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - E41D410113B3A0D800A75A5D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = E41D40FD13B3A0D800A75A5D /* iOS+OFLib.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = BB24DED610DA7A3F00E9C588; - remoteInfo = "iPhone+OF Static Library"; - }; - E41D410313B3A11300A75A5D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = E41D40FD13B3A0D800A75A5D /* iOS+OFLib.xcodeproj */; - proxyType = 1; - remoteGlobalIDString = BB24DE5C10DA7A3F00E9C588; - remoteInfo = "iPhone+OF Static Library"; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; - 1D6058910D05DD3D006BFB54 /* emptyExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = emptyExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; - 288765FC0DF74451002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; - 32CA4F630368D1EE00C91783 /* ofxiOS_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ofxiOS_Prefix.pch; sourceTree = ""; }; - 5326AEA710A23A0500278DE6 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; }; - 53F323EA10A20EDB00E0DAE4 /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = System/Library/Frameworks/OpenAL.framework; sourceTree = SDKROOT; }; - 67DFA53419F92A5E003B3434 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; }; - 901808BF2053636F004A7774 /* GLKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLKit.framework; path = System/Library/Frameworks/GLKit.framework; sourceTree = SDKROOT; }; - 9936F60F1BFA4DEE00891288 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - 9936F6111BFA65F100891288 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = ""; }; - 9969E7551C782C4500DEF0F6 /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = System/Library/Frameworks/CoreMotion.framework; sourceTree = SDKROOT; }; - BB16EBD10F2B2A9500518274 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; - BB16EBD80F2B2AB500518274 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; - BB24DDC910DA781C00E9C588 /* ofxiOS-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "ofxiOS-Info.plist"; sourceTree = ""; }; - BBE5EAB70F49AD8400F28951 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; - BFDAFE9F2C2C88F1006B0AE0 /* Metal.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Metal.framework; path = System/Library/Frameworks/Metal.framework; sourceTree = SDKROOT; }; - BFDAFEA12C2C88FA006B0AE0 /* MetalKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MetalKit.framework; path = System/Library/Frameworks/MetalKit.framework; sourceTree = SDKROOT; }; - E41D3ED613B38FB500A75A5D /* Project.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Project.xcconfig; sourceTree = ""; }; - E41D3EE513B3906D00A75A5D /* CoreOF.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = CoreOF.xcconfig; path = ../../../libs/openFrameworksCompiled/project/ios/CoreOF.xcconfig; sourceTree = SOURCE_ROOT; }; - E41D400613B39D2100A75A5D /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; }; - E41D400713B39D2100A75A5D /* CoreMedia.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMedia.framework; path = System/Library/Frameworks/CoreMedia.framework; sourceTree = SDKROOT; }; - E41D400813B39D2100A75A5D /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = System/Library/Frameworks/CoreVideo.framework; sourceTree = SDKROOT; }; - E41D400913B39D2100A75A5D /* MapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MapKit.framework; path = System/Library/Frameworks/MapKit.framework; sourceTree = SDKROOT; }; - E41D40FD13B3A0D800A75A5D /* iOS+OFLib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "iOS+OFLib.xcodeproj"; path = "../../../libs/openFrameworksCompiled/project/ios/iOS+OFLib.xcodeproj"; sourceTree = SOURCE_ROOT; }; - E4A823A312561BE3002F86A2 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; - E4D8936B11527B74007E1F53 /* main.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = main.mm; path = src/main.mm; sourceTree = SOURCE_ROOT; }; - E4D8936C11527B74007E1F53 /* ofApp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ofApp.h; path = src/ofApp.h; sourceTree = SOURCE_ROOT; }; - E4D8936D11527B74007E1F53 /* ofApp.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = ofApp.mm; path = src/ofApp.mm; sourceTree = SOURCE_ROOT; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 1D60588F0D05DD3D006BFB54 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - BFDAFEA22C2C88FA006B0AE0 /* MetalKit.framework in Frameworks */, - BFDAFEA02C2C88F1006B0AE0 /* Metal.framework in Frameworks */, - 9969E7561C782C4500DEF0F6 /* CoreMotion.framework in Frameworks */, - 901808C12053638E004A7774 /* GLKit.framework in Frameworks */, - 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */, - 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */, - 288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */, - BB16EBD20F2B2A9500518274 /* OpenGLES.framework in Frameworks */, - BB16EBD90F2B2AB500518274 /* QuartzCore.framework in Frameworks */, - BBE5EAB80F49AD8400F28951 /* AudioToolbox.framework in Frameworks */, - 53F323EB10A20EDB00E0DAE4 /* OpenAL.framework in Frameworks */, - 5326AEA810A23A0500278DE6 /* CoreLocation.framework in Frameworks */, - E41D400B13B39D2100A75A5D /* AVFoundation.framework in Frameworks */, - E41D400C13B39D2100A75A5D /* CoreMedia.framework in Frameworks */, - E41D400D13B39D2100A75A5D /* CoreVideo.framework in Frameworks */, - E41D400E13B39D2100A75A5D /* MapKit.framework in Frameworks */, - 67DFA53619F92A69003B3434 /* Accelerate.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 19C28FACFE9D520D11CA2CBB /* Products */ = { - isa = PBXGroup; - children = ( - 1D6058910D05DD3D006BFB54 /* emptyExample.app */, - ); - name = Products; - sourceTree = ""; - }; - 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = { - isa = PBXGroup; - children = ( - 9936F60E1BFA4DEE00891288 /* mediaAssets */, - E4D8936A11527B74007E1F53 /* src */, - BB24E1F710DAA51900E9C588 /* openFrameworks */, - BB16F26B0F2B646B00518274 /* addons */, - BB16E9930F2B1E5900518274 /* libs */, - 19C28FACFE9D520D11CA2CBB /* Products */, - 901808C02053638E004A7774 /* Frameworks */, - ); - name = CustomTemplate; - sourceTree = ""; - }; - 29B97323FDCFA39411CA2CEA /* core frameworks */ = { - isa = PBXGroup; - children = ( - 67DFA53419F92A5E003B3434 /* Accelerate.framework */, - 901808BF2053636F004A7774 /* GLKit.framework */, - BBE5EAB70F49AD8400F28951 /* AudioToolbox.framework */, - E41D400613B39D2100A75A5D /* AVFoundation.framework */, - E4A823A312561BE3002F86A2 /* CoreGraphics.framework */, - 5326AEA710A23A0500278DE6 /* CoreLocation.framework */, - E41D400713B39D2100A75A5D /* CoreMedia.framework */, - 9969E7551C782C4500DEF0F6 /* CoreMotion.framework */, - E41D400813B39D2100A75A5D /* CoreVideo.framework */, - 1D30AB110D05D00D00671497 /* Foundation.framework */, - E41D400913B39D2100A75A5D /* MapKit.framework */, - 53F323EA10A20EDB00E0DAE4 /* OpenAL.framework */, - BB16EBD10F2B2A9500518274 /* OpenGLES.framework */, - BB16EBD80F2B2AB500518274 /* QuartzCore.framework */, - 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */, - 288765FC0DF74451002DB57D /* CoreGraphics.framework */, - ); - name = "core frameworks"; - sourceTree = ""; - }; - 6948EE371B920CB800B5AC1A /* local_addons */ = { - isa = PBXGroup; - children = ( - ); - name = local_addons; - sourceTree = ""; - }; - 901808C02053638E004A7774 /* Frameworks */ = { - isa = PBXGroup; - children = ( - BFDAFEA12C2C88FA006B0AE0 /* MetalKit.framework */, - BFDAFE9F2C2C88F1006B0AE0 /* Metal.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 9936F60E1BFA4DEE00891288 /* mediaAssets */ = { - isa = PBXGroup; - children = ( - 9936F6111BFA65F100891288 /* LaunchScreen.storyboard */, - 9936F60F1BFA4DEE00891288 /* Images.xcassets */, - ); - path = mediaAssets; - sourceTree = ""; - }; - BB16E9930F2B1E5900518274 /* libs */ = { - isa = PBXGroup; - children = ( - BBE5E94E0F497BD800F28951 /* core */, - ); - name = libs; - sourceTree = ""; - }; - BB16F26B0F2B646B00518274 /* addons */ = { - isa = PBXGroup; - children = ( - ); - name = addons; - sourceTree = ""; - }; - BB24E1F710DAA51900E9C588 /* openFrameworks */ = { - isa = PBXGroup; - children = ( - E41D40FD13B3A0D800A75A5D /* iOS+OFLib.xcodeproj */, - 32CA4F630368D1EE00C91783 /* ofxiOS_Prefix.pch */, - BB24DDC910DA781C00E9C588 /* ofxiOS-Info.plist */, - E41D3EE513B3906D00A75A5D /* CoreOF.xcconfig */, - 6948EE371B920CB800B5AC1A /* local_addons */, - E41D3ED613B38FB500A75A5D /* Project.xcconfig */, - ); - name = openFrameworks; - sourceTree = ""; - }; - BBE5E94E0F497BD800F28951 /* core */ = { - isa = PBXGroup; - children = ( - 29B97323FDCFA39411CA2CEA /* core frameworks */, - ); - name = core; - sourceTree = ""; - }; - E41D40FE13B3A0D800A75A5D /* Products */ = { - isa = PBXGroup; - children = ( - E41D410213B3A0D800A75A5D /* libofxiOS_iphoneos_Debug.a */, - ); - name = Products; - sourceTree = ""; - }; - E4D8936A11527B74007E1F53 /* src */ = { - isa = PBXGroup; - children = ( - E4D8936B11527B74007E1F53 /* main.mm */, - E4D8936D11527B74007E1F53 /* ofApp.mm */, - E4D8936C11527B74007E1F53 /* ofApp.h */, - ); - path = src; - sourceTree = SOURCE_ROOT; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 1D6058900D05DD3D006BFB54 /* emptyExample */ = { - isa = PBXNativeTarget; - buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "emptyExample" */; - buildPhases = ( - 1D60588D0D05DD3D006BFB54 /* Resources */, - 1D60588E0D05DD3D006BFB54 /* Sources */, - 1D60588F0D05DD3D006BFB54 /* Frameworks */, - 9255DD331112741900D6945E /* ShellScript */, - ); - buildRules = ( - ); - dependencies = ( - E41D410413B3A11300A75A5D /* PBXTargetDependency */, - ); - name = emptyExample; - productName = iPhone; - productReference = 1D6058910D05DD3D006BFB54 /* emptyExample.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 29B97313FDCFA39411CA2CEA /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0600; - }; - buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "emptyExample" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = en; - hasScannedForEncodings = 1; - knownRegions = ( - en, - Base, - ); - mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */; - projectDirPath = ""; - projectReferences = ( - { - ProductGroup = E41D40FE13B3A0D800A75A5D /* Products */; - ProjectRef = E41D40FD13B3A0D800A75A5D /* iOS+OFLib.xcodeproj */; - }, - ); - projectRoot = ""; - targets = ( - 1D6058900D05DD3D006BFB54 /* emptyExample */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXReferenceProxy section */ - E41D410213B3A0D800A75A5D /* libofxiOS_iphoneos_Debug.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libofxiOS_iphoneos_Debug.a; - remoteRef = E41D410113B3A0D800A75A5D /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; -/* End PBXReferenceProxy section */ - -/* Begin PBXResourcesBuildPhase section */ - 1D60588D0D05DD3D006BFB54 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 9936F6101BFA4DEE00891288 /* Images.xcassets in Resources */, - 9936F6121BFA65F100891288 /* LaunchScreen.storyboard in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 9255DD331112741900D6945E /* ShellScript */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "rsync -avz --exclude='.DS_Store' \"${SRCROOT}/bin/data/\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\n"; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 1D60588E0D05DD3D006BFB54 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E4D8936E11527B74007E1F53 /* main.mm in Sources */, - E4D8936F11527B74007E1F53 /* ofApp.mm in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - E41D410413B3A11300A75A5D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "iPhone+OF Static Library"; - targetProxy = E41D410313B3A11300A75A5D /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 1D6058940D05DD3E006BFB54 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = ""; - DEVELOPMENT_TEAM = ""; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)", - ); - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = ofxiOS_Prefix.pch; - "GCC_WARN_64_TO_32_BIT_CONVERSION[arch=*64]" = NO; - HEADER_SEARCH_PATHS = ( + "classes": {}, + "objectVersion": "46", + "archiveVersion": "1", + "objects": { + "5326AEA710A23A0500278DE6": { + "path": "System/Library/Frameworks/CoreLocation.framework", + "isa": "PBXFileReference", + "name": "CoreLocation.framework", + "lastKnownFileType": "wrapper.framework", + "sourceTree": "SDKROOT" + }, + "BBE5EAB80F49AD8400F28951": { + "isa": "PBXBuildFile", + "fileRef": "BBE5EAB70F49AD8400F28951" + }, + "BB16EBD90F2B2AB500518274": { + "isa": "PBXBuildFile", + "fileRef": "BB16EBD80F2B2AB500518274" + }, + "E41D3EE513B3906D00A75A5D": { + "path": "../../../libs/openFrameworksCompiled/project/ios/CoreOF.xcconfig", + "isa": "PBXFileReference", + "lastKnownFileType": "text.xcconfig", + "name": "CoreOF.xcconfig", + "sourceTree": "SOURCE_ROOT", + "fileEncoding": "4" + }, + "1D6058910D05DD3D006BFB54": { + "path": "emptyExample.app", + "isa": "PBXFileReference", + "includeInIndex": "0", + "explicitFileType": "wrapper.application", + "sourceTree": "BUILT_PRODUCTS_DIR" + }, + "19C28FACFE9D520D11CA2CBB": { + "isa": "PBXGroup", + "name": "Products", + "children": [ + "1D6058910D05DD3D006BFB54" + ], + "sourceTree": "" + }, + "1D60588E0D05DD3D006BFB54": { + "isa": "PBXSourcesBuildPhase", + "buildActionMask": "2147483647", + "files": [ + "E4D8936E11527B74007E1F53", + "E4D8936F11527B74007E1F53" + ], + "runOnlyForDeploymentPostprocessing": "0" + }, + "BB24DDC910DA781C00E9C588": { + "path": "ofxiOS-Info.plist", + "isa": "PBXFileReference", + "lastKnownFileType": "text.plist.xml", + "sourceTree": "", + "fileEncoding": "4" + }, + "1D6058940D05DD3E006BFB54": { + "isa": "XCBuildConfiguration", + "buildSettings": { + "GCC_PREFIX_HEADER": "ofxiOS_Prefix.pch", + "ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME": "", + "TARGETED_DEVICE_FAMILY": "1,2", + "INFOPLIST_FILE": "ofxiOS-Info.plist", + "GCC_WARN_64_TO_32_BIT_CONVERSION[arch=*64]": "NO", + "ALWAYS_SEARCH_USER_PATHS": "NO", + "HEADER_SEARCH_PATHS": [ "$(OF_CORE_HEADERS)", - src, - ); - INFOPLIST_FILE = "ofxiOS-Info.plist"; - OTHER_LDFLAGS = ( - "$(OF_CORE_LIBS)", - "$(OF_CORE_FRAMEWORKS)", - ); - PRODUCT_BUNDLE_IDENTIFIER = cc.openFrameworks.emptyExample; - PRODUCT_NAME = "${TARGET_NAME}"; - TARGETED_DEVICE_FAMILY = "1,2"; - VALID_ARCHS = "$(ARCHS_STANDARD)"; - }; - name = Debug; - }; - 1D6058950D05DD3E006BFB54 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = ""; - DEVELOPMENT_TEAM = ""; - FRAMEWORK_SEARCH_PATHS = ( + "src" + ], + "PRODUCT_NAME": "${TARGET_NAME}", + "VALID_ARCHS": "$(ARCHS_STANDARD)", + "GCC_PRECOMPILE_PREFIX_HEADER": "YES", + "FRAMEWORK_SEARCH_PATHS": [ "$(inherited)", - "$(PROJECT_DIR)", - ); - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = ofxiOS_Prefix.pch; - "GCC_WARN_64_TO_32_BIT_CONVERSION[arch=*64]" = NO; - HEADER_SEARCH_PATHS = ( - "$(OF_CORE_HEADERS)", - src, - ); - INFOPLIST_FILE = "ofxiOS-Info.plist"; - OTHER_LDFLAGS = ( + "$(PROJECT_DIR)" + ], + "ASSETCATALOG_COMPILER_APPICON_NAME": "AppIcon", + "OTHER_LDFLAGS": [ "$(OF_CORE_LIBS)", - "$(OF_CORE_FRAMEWORKS)", - ); - PRODUCT_BUNDLE_IDENTIFIER = cc.openFrameworks.emptyExample; - PRODUCT_NAME = "${TARGET_NAME}"; - TARGETED_DEVICE_FAMILY = "1,2"; - VALID_ARCHS = "$(ARCHS_STANDARD)"; - }; - name = Release; - }; - C01FCF4F08A954540054247B /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E41D3ED613B38FB500A75A5D /* Project.xcconfig */; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = YES; - CLANG_CXX_LIBRARY = "libc++"; - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=iphonesimulator*]" = ""; - COMPRESS_PNG_FILES = NO; - GCC_C_LANGUAGE_STANDARD = c11; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - "GCC_WARN_64_TO_32_BIT_CONVERSION[arch=*64]" = NO; - GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO = NO; - GCC_WARN_ABOUT_POINTER_SIGNEDNESS = NO; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO; - GCC_WARN_PROTOTYPE_CONVERSION = NO; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - ONLY_ACTIVE_ARCH = YES; - "PROVISIONING_PROFILE[sdk=iphoneos*]" = ""; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = 1; - VALID_ARCHS = "$(ARCHS_STANDARD)"; - WARNING_LDFLAGS = "-no_arch_warnings"; - }; - name = Debug; - }; - C01FCF5008A954540054247B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E41D3ED613B38FB500A75A5D /* Project.xcconfig */; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = YES; - CLANG_CXX_LIBRARY = "libc++"; - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=iphonesimulator*]" = ""; - COMPRESS_PNG_FILES = NO; - GCC_C_LANGUAGE_STANDARD = c11; - GCC_DYNAMIC_NO_PIC = NO; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_OPTIMIZATION_LEVEL = s; - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_THUMB_SUPPORT = NO; - "GCC_WARN_64_TO_32_BIT_CONVERSION[arch=*64]" = NO; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - ONLY_ACTIVE_ARCH = NO; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = 1; - VALID_ARCHS = "$(ARCHS_STANDARD)"; - WARNING_LDFLAGS = "-no_arch_warnings"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "emptyExample" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1D6058940D05DD3E006BFB54 /* Debug */, - 1D6058950D05DD3E006BFB54 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - C01FCF4E08A954540054247B /* Build configuration list for PBXProject "emptyExample" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - C01FCF4F08A954540054247B /* Debug */, - C01FCF5008A954540054247B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 29B97313FDCFA39411CA2CEA /* Project object */; + "$(OF_CORE_FRAMEWORKS)" + ] + }, + "name": "Debug" + }, + "E41D410213B3A0D800A75A5D": { + "path": "libofxiOS_iphoneos_Debug.a", + "isa": "PBXReferenceProxy", + "fileType": "archive.ar", + "remoteRef": "E41D410113B3A0D800A75A5D", + "sourceTree": "BUILT_PRODUCTS_DIR" + }, + "9936F6121BFA65F100891288": { + "isa": "PBXBuildFile", + "fileRef": "9936F6111BFA65F100891288" + }, + "67DFA53619F92A69003B3434": { + "isa": "PBXBuildFile", + "fileRef": "67DFA53419F92A5E003B3434" + }, + "288765FD0DF74451002DB57D": { + "isa": "PBXBuildFile", + "fileRef": "288765FC0DF74451002DB57D" + }, + "E4D8936D11527B74007E1F53": { + "path": "src/ofApp.mm", + "isa": "PBXFileReference", + "lastKnownFileType": "sourcecode.cpp.objcpp", + "name": "ofApp.mm", + "sourceTree": "SOURCE_ROOT", + "fileEncoding": "4" + }, + "C01FCF4F08A954540054247B": { + "baseConfigurationReference": "E41D3ED613B38FB500A75A5D", + "isa": "XCBuildConfiguration", + "buildSettings": { + "VALID_ARCHS": "$(ARCHS_STANDARD)", + "GCC_WARN_ABOUT_RETURN_TYPE": "YES", + "ONLY_ACTIVE_ARCH": "YES", + "GCC_SYMBOLS_PRIVATE_EXTERN": "NO", + "GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO": "NO", + "COMPRESS_PNG_FILES": "NO", + "GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL": "NO", + "GCC_OPTIMIZATION_LEVEL": "0", + "GCC_C_LANGUAGE_STANDARD": "c11", + "TARGETED_DEVICE_FAMILY": "1", + "GCC_WARN_PROTOTYPE_CONVERSION": "NO", + "GCC_WARN_64_TO_32_BIT_CONVERSION[arch=*64]": "NO", + "ALWAYS_SEARCH_USER_PATHS": "YES", + "PROVISIONING_PROFILE[sdk=iphoneos*]": "", + "SDKROOT": "iphoneos", + "CODE_SIGN_IDENTITY[sdk=iphoneos*]": "iPhone Developer", + "CODE_SIGN_IDENTITY": "", + "WARNING_LDFLAGS": "-no_arch_warnings", + "GCC_WARN_ABOUT_POINTER_SIGNEDNESS": "NO", + "CLANG_CXX_LIBRARY": "libc++", + "CODE_SIGN_IDENTITY[sdk=iphonesimulator*]": "", + "GCC_WARN_UNUSED_VARIABLE": "YES" + }, + "name": "Debug" + }, + "901808BF2053636F004A7774": { + "path": "System/Library/Frameworks/GLKit.framework", + "isa": "PBXFileReference", + "name": "GLKit.framework", + "lastKnownFileType": "wrapper.framework", + "sourceTree": "SDKROOT" + }, + "E41D400D13B39D2100A75A5D": { + "isa": "PBXBuildFile", + "fileRef": "E41D400813B39D2100A75A5D" + }, + "53F323EB10A20EDB00E0DAE4": { + "isa": "PBXBuildFile", + "fileRef": "53F323EA10A20EDB00E0DAE4" + }, + "901808C02053638E004A7774": { + "isa": "PBXGroup", + "name": "Frameworks", + "children": [], + "sourceTree": "" + }, + "6948EE371B920CB800B5AC1A": { + "isa": "PBXGroup", + "name": "local_addons", + "children": [], + "sourceTree": "" + }, + "E4D8936A11527B74007E1F53": { + "path": "src", + "isa": "PBXGroup", + "children": [ + "E4D8936B11527B74007E1F53", + "E4D8936D11527B74007E1F53", + "E4D8936C11527B74007E1F53" + ], + "sourceTree": "SOURCE_ROOT" + }, + "29B97313FDCFA39411CA2CEA": { + "projectReferences": [ + { + "ProjectRef": "E41D40FD13B3A0D800A75A5D", + "ProductGroup": "E41D40FE13B3A0D800A75A5D" + } + ], + "buildConfigurationList": "C01FCF4E08A954540054247B", + "targets": [ + "1D6058900D05DD3D006BFB54" + ], + "developmentRegion": "en", + "knownRegions": [ + "en", + "Base" + ], + "isa": "PBXProject", + "compatibilityVersion": "Xcode 3.2", + "projectDirPath": "", + "attributes": { + "LastUpgradeCheck": "0600" + }, + "hasScannedForEncodings": "1", + "projectRoot": "", + "mainGroup": "29B97314FDCFA39411CA2CEA" + }, + "9969E7551C782C4500DEF0F6": { + "path": "System/Library/Frameworks/CoreMotion.framework", + "isa": "PBXFileReference", + "name": "CoreMotion.framework", + "lastKnownFileType": "wrapper.framework", + "sourceTree": "SDKROOT" + }, + "29B97323FDCFA39411CA2CEA": { + "isa": "PBXGroup", + "name": "core frameworks", + "children": [ + "67DFA53419F92A5E003B3434", + "901808BF2053636F004A7774", + "BBE5EAB70F49AD8400F28951", + "E41D400613B39D2100A75A5D", + "E4A823A312561BE3002F86A2", + "5326AEA710A23A0500278DE6", + "E41D400713B39D2100A75A5D", + "9969E7551C782C4500DEF0F6", + "E41D400813B39D2100A75A5D", + "1D30AB110D05D00D00671497", + "E41D400913B39D2100A75A5D", + "53F323EA10A20EDB00E0DAE4", + "BB16EBD10F2B2A9500518274", + "BB16EBD80F2B2AB500518274", + "1DF5F4DF0D08C38300B7A737", + "288765FC0DF74451002DB57D" + ], + "sourceTree": "" + }, + "E41D400713B39D2100A75A5D": { + "path": "System/Library/Frameworks/CoreMedia.framework", + "isa": "PBXFileReference", + "name": "CoreMedia.framework", + "lastKnownFileType": "wrapper.framework", + "sourceTree": "SDKROOT" + }, + "9936F6101BFA4DEE00891288": { + "isa": "PBXBuildFile", + "fileRef": "9936F60F1BFA4DEE00891288" + }, + "1DF5F4E00D08C38300B7A737": { + "isa": "PBXBuildFile", + "fileRef": "1DF5F4DF0D08C38300B7A737" + }, + "BB16EBD10F2B2A9500518274": { + "path": "System/Library/Frameworks/OpenGLES.framework", + "isa": "PBXFileReference", + "name": "OpenGLES.framework", + "lastKnownFileType": "wrapper.framework", + "sourceTree": "SDKROOT" + }, + "1D30AB110D05D00D00671497": { + "path": "System/Library/Frameworks/Foundation.framework", + "isa": "PBXFileReference", + "name": "Foundation.framework", + "lastKnownFileType": "wrapper.framework", + "sourceTree": "SDKROOT" + }, + "5326AEA810A23A0500278DE6": { + "isa": "PBXBuildFile", + "fileRef": "5326AEA710A23A0500278DE6" + }, + "1D60588F0D05DD3D006BFB54": { + "isa": "PBXFrameworksBuildPhase", + "buildActionMask": "2147483647", + "files": [ + "9969E7561C782C4500DEF0F6", + "901808C12053638E004A7774", + "1D60589F0D05DD5A006BFB54", + "1DF5F4E00D08C38300B7A737", + "288765FD0DF74451002DB57D", + "BB16EBD20F2B2A9500518274", + "BB16EBD90F2B2AB500518274", + "BBE5EAB80F49AD8400F28951", + "53F323EB10A20EDB00E0DAE4", + "5326AEA810A23A0500278DE6", + "E41D400B13B39D2100A75A5D", + "E41D400C13B39D2100A75A5D", + "E41D400D13B39D2100A75A5D", + "E41D400E13B39D2100A75A5D", + "67DFA53619F92A69003B3434" + ], + "runOnlyForDeploymentPostprocessing": "0" + }, + "1D6058950D05DD3E006BFB54": { + "isa": "XCBuildConfiguration", + "buildSettings": { + "OTHER_LDFLAGS": [ + "$(OF_CORE_LIBS)", + "$(OF_CORE_FRAMEWORKS)" + ], + "ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME": "", + "TARGETED_DEVICE_FAMILY": "1,2", + "INFOPLIST_FILE": "ofxiOS-Info.plist", + "GCC_WARN_64_TO_32_BIT_CONVERSION[arch=*64]": "NO", + "HEADER_SEARCH_PATHS": [ + "$(OF_CORE_HEADERS)", + "src" + ], + "PRODUCT_NAME": "${TARGET_NAME}", + "VALID_ARCHS": "$(ARCHS_STANDARD)", + "FRAMEWORK_SEARCH_PATHS": [ + "$(inherited)", + "$(PROJECT_DIR)" + ], + "GCC_PRECOMPILE_PREFIX_HEADER": "YES", + "ASSETCATALOG_COMPILER_APPICON_NAME": "AppIcon", + "GCC_PREFIX_HEADER": "ofxiOS_Prefix.pch" + }, + "name": "Release" + }, + "E4D8936E11527B74007E1F53": { + "isa": "PBXBuildFile", + "fileRef": "E4D8936B11527B74007E1F53" + }, + "E41D3ED613B38FB500A75A5D": { + "path": "Project.xcconfig", + "isa": "PBXFileReference", + "lastKnownFileType": "text.xcconfig", + "sourceTree": "", + "fileEncoding": "4" + }, + "9255DD331112741900D6945E": { + "inputPaths": [], + "shellPath": "/bin/sh", + "buildActionMask": "2147483647", + "isa": "PBXShellScriptBuildPhase", + "outputPaths": [], + "runOnlyForDeploymentPostprocessing": "0", + "shellScript": "rsync -avz --exclude='.DS_Store' \"${SRCROOT}/bin/data/\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\n", + "files": [] + }, + "32CA4F630368D1EE00C91783": { + "path": "ofxiOS_Prefix.pch", + "isa": "PBXFileReference", + "lastKnownFileType": "sourcecode.c.h", + "sourceTree": "", + "fileEncoding": "4" + }, + "E41D400E13B39D2100A75A5D": { + "isa": "PBXBuildFile", + "fileRef": "E41D400913B39D2100A75A5D" + }, + "901808C12053638E004A7774": { + "isa": "PBXBuildFile", + "fileRef": "901808BF2053636F004A7774" + }, + "E4D8936B11527B74007E1F53": { + "path": "src/main.mm", + "isa": "PBXFileReference", + "lastKnownFileType": "sourcecode.cpp.objcpp", + "name": "main.mm", + "sourceTree": "SOURCE_ROOT", + "fileEncoding": "4" + }, + "29B97314FDCFA39411CA2CEA": { + "isa": "PBXGroup", + "name": "CustomTemplate", + "children": [ + "9936F60E1BFA4DEE00891288", + "E4D8936A11527B74007E1F53", + "BB24E1F710DAA51900E9C588", + "BB16F26B0F2B646B00518274", + "BB16E9930F2B1E5900518274", + "19C28FACFE9D520D11CA2CBB", + "901808C02053638E004A7774" + ], + "sourceTree": "" + }, + "9969E7561C782C4500DEF0F6": { + "isa": "PBXBuildFile", + "fileRef": "9969E7551C782C4500DEF0F6" + }, + "E41D410313B3A11300A75A5D": { + "isa": "PBXContainerItemProxy", + "containerPortal": "E41D40FD13B3A0D800A75A5D", + "remoteGlobalIDString": "BB24DE5C10DA7A3F00E9C588", + "remoteInfo": "iPhone+OF Static Library", + "proxyType": "1" + }, + "E4A823A312561BE3002F86A2": { + "path": "System/Library/Frameworks/CoreGraphics.framework", + "isa": "PBXFileReference", + "name": "CoreGraphics.framework", + "lastKnownFileType": "wrapper.framework", + "sourceTree": "SDKROOT" + }, + "9936F60E1BFA4DEE00891288": { + "path": "mediaAssets", + "isa": "PBXGroup", + "children": [ + "9936F6111BFA65F100891288", + "9936F60F1BFA4DEE00891288" + ], + "sourceTree": "" + }, + "E41D400B13B39D2100A75A5D": { + "isa": "PBXBuildFile", + "fileRef": "E41D400613B39D2100A75A5D" + }, + "E41D400813B39D2100A75A5D": { + "path": "System/Library/Frameworks/CoreVideo.framework", + "isa": "PBXFileReference", + "name": "CoreVideo.framework", + "lastKnownFileType": "wrapper.framework", + "sourceTree": "SDKROOT" + }, + "BBE5E94E0F497BD800F28951": { + "isa": "PBXGroup", + "name": "core", + "children": [ + "29B97323FDCFA39411CA2CEA" + ], + "sourceTree": "" + }, + "C01FCF5008A954540054247B": { + "baseConfigurationReference": "E41D3ED613B38FB500A75A5D", + "isa": "XCBuildConfiguration", + "buildSettings": { + "VALID_ARCHS": "$(ARCHS_STANDARD)", + "GCC_GENERATE_DEBUGGING_SYMBOLS": "NO", + "GCC_WARN_ABOUT_RETURN_TYPE": "YES", + "ONLY_ACTIVE_ARCH": "NO", + "GCC_SYMBOLS_PRIVATE_EXTERN": "NO", + "COMPRESS_PNG_FILES": "NO", + "GCC_OPTIMIZATION_LEVEL": "s", + "GCC_THUMB_SUPPORT": "NO", + "GCC_C_LANGUAGE_STANDARD": "c11", + "TARGETED_DEVICE_FAMILY": "1", + "GCC_WARN_64_TO_32_BIT_CONVERSION[arch=*64]": "NO", + "ALWAYS_SEARCH_USER_PATHS": "YES", + "SDKROOT": "iphoneos", + "WARNING_LDFLAGS": "-no_arch_warnings", + "CODE_SIGN_IDENTITY": "", + "GCC_DYNAMIC_NO_PIC": "NO", + "CODE_SIGN_IDENTITY[sdk=iphoneos*]": "iPhone Developer", + "CLANG_CXX_LIBRARY": "libc++", + "CODE_SIGN_IDENTITY[sdk=iphonesimulator*]": "", + "GCC_WARN_UNUSED_VARIABLE": "YES" + }, + "name": "Release" + }, + "BB16EBD20F2B2A9500518274": { + "isa": "PBXBuildFile", + "fileRef": "BB16EBD10F2B2A9500518274" + }, + "1D60589F0D05DD5A006BFB54": { + "isa": "PBXBuildFile", + "fileRef": "1D30AB110D05D00D00671497" + }, + "1D6058960D05DD3E006BFB54": { + "isa": "XCConfigurationList", + "defaultConfigurationIsVisible": "0", + "defaultConfigurationName": "Release", + "buildConfigurations": [ + "1D6058940D05DD3E006BFB54", + "1D6058950D05DD3E006BFB54" + ] + }, + "E41D40FD13B3A0D800A75A5D": { + "path": "../../../libs/openFrameworksCompiled/project/ios/iOS+OFLib.xcodeproj", + "isa": "PBXFileReference", + "name": "iOS+OFLib.xcodeproj", + "lastKnownFileType": "wrapper.pb-project", + "sourceTree": "SOURCE_ROOT" + }, + "BB16F26B0F2B646B00518274": { + "path": "../../../addons", + "isa": "PBXGroup", + "name": "addons", + "children": [], + "sourceTree": "SOURCE_ROOT" + }, + "E4D8936F11527B74007E1F53": { + "isa": "PBXBuildFile", + "fileRef": "E4D8936D11527B74007E1F53" + }, + "1D60588D0D05DD3D006BFB54": { + "isa": "PBXResourcesBuildPhase", + "buildActionMask": "2147483647", + "files": [ + "9936F6101BFA4DEE00891288", + "9936F6121BFA65F100891288" + ], + "runOnlyForDeploymentPostprocessing": "0" + }, + "BBE5EAB70F49AD8400F28951": { + "path": "System/Library/Frameworks/AudioToolbox.framework", + "isa": "PBXFileReference", + "name": "AudioToolbox.framework", + "lastKnownFileType": "wrapper.framework", + "sourceTree": "SDKROOT" + }, + "BB16EBD80F2B2AB500518274": { + "path": "System/Library/Frameworks/QuartzCore.framework", + "isa": "PBXFileReference", + "name": "QuartzCore.framework", + "lastKnownFileType": "wrapper.framework", + "sourceTree": "SDKROOT" + }, + "1D6058900D05DD3D006BFB54": { + "buildConfigurationList": "1D6058960D05DD3E006BFB54", + "productReference": "1D6058910D05DD3D006BFB54", + "productType": "com.apple.product-type.application", + "productName": "iPhone", + "isa": "PBXNativeTarget", + "buildPhases": [ + "1D60588D0D05DD3D006BFB54", + "1D60588E0D05DD3D006BFB54", + "1D60588F0D05DD3D006BFB54", + "9255DD331112741900D6945E" + ], + "dependencies": [ + "E41D410413B3A11300A75A5D" + ], + "name": "emptyExample", + "buildRules": [] + }, + "BB24E1F710DAA51900E9C588": { + "isa": "PBXGroup", + "name": "openFrameworks", + "children": [ + "E41D40FD13B3A0D800A75A5D", + "32CA4F630368D1EE00C91783", + "BB24DDC910DA781C00E9C588", + "E41D3EE513B3906D00A75A5D", + "6948EE371B920CB800B5AC1A", + "E41D3ED613B38FB500A75A5D" + ], + "sourceTree": "" + }, + "E41D410113B3A0D800A75A5D": { + "isa": "PBXContainerItemProxy", + "containerPortal": "E41D40FD13B3A0D800A75A5D", + "remoteGlobalIDString": "BB24DED610DA7A3F00E9C588", + "remoteInfo": "iPhone+OF Static Library", + "proxyType": "2" + }, + "288765FC0DF74451002DB57D": { + "path": "System/Library/Frameworks/CoreGraphics.framework", + "isa": "PBXFileReference", + "name": "CoreGraphics.framework", + "lastKnownFileType": "wrapper.framework", + "sourceTree": "SDKROOT" + }, + "E4D8936C11527B74007E1F53": { + "path": "src/ofApp.h", + "isa": "PBXFileReference", + "lastKnownFileType": "sourcecode.c.h", + "name": "ofApp.h", + "sourceTree": "SOURCE_ROOT", + "fileEncoding": "4" + }, + "9936F6111BFA65F100891288": { + "path": "LaunchScreen.storyboard", + "isa": "PBXFileReference", + "lastKnownFileType": "file.storyboard", + "sourceTree": "", + "fileEncoding": "4" + }, + "C01FCF4E08A954540054247B": { + "isa": "XCConfigurationList", + "defaultConfigurationIsVisible": "0", + "defaultConfigurationName": "Release", + "buildConfigurations": [ + "C01FCF4F08A954540054247B", + "C01FCF5008A954540054247B" + ] + }, + "9936F60F1BFA4DEE00891288": { + "path": "Images.xcassets", + "isa": "PBXFileReference", + "lastKnownFileType": "folder.assetcatalog", + "sourceTree": "" + }, + "E41D400C13B39D2100A75A5D": { + "isa": "PBXBuildFile", + "fileRef": "E41D400713B39D2100A75A5D" + }, + "E41D400913B39D2100A75A5D": { + "path": "System/Library/Frameworks/MapKit.framework", + "isa": "PBXFileReference", + "name": "MapKit.framework", + "lastKnownFileType": "wrapper.framework", + "sourceTree": "SDKROOT" + }, + "1DF5F4DF0D08C38300B7A737": { + "path": "System/Library/Frameworks/UIKit.framework", + "isa": "PBXFileReference", + "name": "UIKit.framework", + "lastKnownFileType": "wrapper.framework", + "sourceTree": "SDKROOT" + }, + "53F323EA10A20EDB00E0DAE4": { + "path": "System/Library/Frameworks/OpenAL.framework", + "isa": "PBXFileReference", + "name": "OpenAL.framework", + "lastKnownFileType": "wrapper.framework", + "sourceTree": "SDKROOT" + }, + "67DFA53419F92A5E003B3434": { + "path": "System/Library/Frameworks/Accelerate.framework", + "isa": "PBXFileReference", + "name": "Accelerate.framework", + "lastKnownFileType": "wrapper.framework", + "sourceTree": "SDKROOT" + }, + "E41D410413B3A11300A75A5D": { + "isa": "PBXTargetDependency", + "name": "iPhone+OF Static Library", + "targetProxy": "E41D410313B3A11300A75A5D" + }, + "BB16E9930F2B1E5900518274": { + "isa": "PBXGroup", + "name": "libs", + "children": [ + "BBE5E94E0F497BD800F28951" + ], + "sourceTree": "" + }, + "E41D400613B39D2100A75A5D": { + "path": "System/Library/Frameworks/AVFoundation.framework", + "isa": "PBXFileReference", + "name": "AVFoundation.framework", + "lastKnownFileType": "wrapper.framework", + "sourceTree": "SDKROOT" + }, + "E41D40FE13B3A0D800A75A5D": { + "isa": "PBXGroup", + "name": "Products", + "children": [ + "E41D410213B3A0D800A75A5D" + ], + "sourceTree": "" + } + }, + "rootObject": "29B97313FDCFA39411CA2CEA" }