Skip to content
Snippets Groups Projects
project.pbxproj 29.8 KiB
Newer Older
  • Learn to ignore specific revisions
  • Tobias Ullerich's avatar
    Tobias Ullerich committed
    // !$*UTF8*$!
    {
    	archiveVersion = 1;
    	classes = {
    	};
    	objectVersion = 46;
    	objects = {
    
    /* Begin PBXBuildFile section */
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		F6090F531F1AA9270003F688 /* pause.png in Resources */ = {isa = PBXBuildFile; fileRef = F6090F521F1AA9270003F688 /* pause.png */; };
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		F6090F561F1AAEB40003F688 /* MainViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6090F551F1AAEB40003F688 /* MainViewController.swift */; };
    		F6090F5A1F1AAEED0003F688 /* pacman_beginning.wav in Resources */ = {isa = PBXBuildFile; fileRef = F6090F571F1AAEED0003F688 /* pacman_beginning.wav */; };
    		F6090F5B1F1AAEED0003F688 /* pacman_chomp.wav in Resources */ = {isa = PBXBuildFile; fileRef = F6090F581F1AAEED0003F688 /* pacman_chomp.wav */; };
    		F6090F5C1F1AAEED0003F688 /* pacman_death.wav in Resources */ = {isa = PBXBuildFile; fileRef = F6090F591F1AAEED0003F688 /* pacman_death.wav */; };
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		F6217C781FB770550051DE7B /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = F6217C771FB770550051DE7B /* README.md */; };
    
    		F6621DF41F12B09800F9E486 /* TouchInputHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6621DF31F12B09800F9E486 /* TouchInputHandler.swift */; };
    		F6621DF61F12B82200F9E486 /* MotionInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6621DF51F12B82200F9E486 /* MotionInput.swift */; };
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		F6BEB8071EF7F99B00EDAA66 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6BEB8061EF7F99B00EDAA66 /* AppDelegate.swift */; };
    		F6BEB8091EF7F99B00EDAA66 /* art.scnassets in Resources */ = {isa = PBXBuildFile; fileRef = F6BEB8081EF7F99B00EDAA66 /* art.scnassets */; };
    		F6BEB80B1EF7F99B00EDAA66 /* GameViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6BEB80A1EF7F99B00EDAA66 /* GameViewController.swift */; };
    		F6BEB80E1EF7F99B00EDAA66 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F6BEB80C1EF7F99B00EDAA66 /* Main.storyboard */; };
    		F6BEB8101EF7F99B00EDAA66 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F6BEB80F1EF7F99B00EDAA66 /* Assets.xcassets */; };
    		F6BEB8131EF7F99B00EDAA66 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F6BEB8111EF7F99B00EDAA66 /* LaunchScreen.storyboard */; };
    		F6BEB81E1EF7F99B00EDAA66 /* Pacman3D_iOSTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6BEB81D1EF7F99B00EDAA66 /* Pacman3D_iOSTests.swift */; };
    		F6BEB8291EF7F99C00EDAA66 /* Pacman3D_iOSUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6BEB8281EF7F99C00EDAA66 /* Pacman3D_iOSUITests.swift */; };
    
    		F6E39CE21F1A56E500A3E7D1 /* wall.jpg in Resources */ = {isa = PBXBuildFile; fileRef = F6E39CE11F1A56E500A3E7D1 /* wall.jpg */; };
    		F6E39CE41F1A583B00A3E7D1 /* floor.jpg in Resources */ = {isa = PBXBuildFile; fileRef = F6E39CE31F1A583B00A3E7D1 /* floor.jpg */; };
    		F6E39CEA1F1A7C2C00A3E7D1 /* background.jpg in Resources */ = {isa = PBXBuildFile; fileRef = F6E39CE91F1A7C2C00A3E7D1 /* background.jpg */; };
    		F6E39CEC1F1A7D5500A3E7D1 /* BorderButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6E39CEB1F1A7D5500A3E7D1 /* BorderButton.swift */; };
    
    		F6E4AE431F0CEC6C004BFDBF /* Monster.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6E4AE421F0CEC6C004BFDBF /* Monster.swift */; };
    		F6E4AE451F0CF1DF004BFDBF /* Direction.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6E4AE441F0CF1DF004BFDBF /* Direction.swift */; };
    
    		F6FEE7161EF80AD500C1DE35 /* Level.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6FEE7151EF80AD500C1DE35 /* Level.swift */; };
    		F6FEE7181EF80C1500C1DE35 /* StreamReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6FEE7171EF80C1500C1DE35 /* StreamReader.swift */; };
    		F6FEE71B1EF8135200C1DE35 /* level.plv in Resources */ = {isa = PBXBuildFile; fileRef = F6FEE71A1EF8135200C1DE35 /* level.plv */; };
    
    		F6FEE7231EF83DAF00C1DE35 /* Player.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6FEE7221EF83DAF00C1DE35 /* Player.swift */; };
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    /* End PBXBuildFile section */
    
    /* Begin PBXContainerItemProxy section */
    		F6BEB81A1EF7F99B00EDAA66 /* PBXContainerItemProxy */ = {
    			isa = PBXContainerItemProxy;
    			containerPortal = F6BEB7FB1EF7F99B00EDAA66 /* Project object */;
    			proxyType = 1;
    			remoteGlobalIDString = F6BEB8021EF7F99B00EDAA66;
    			remoteInfo = "Pacman3D-iOS";
    		};
    		F6BEB8251EF7F99C00EDAA66 /* PBXContainerItemProxy */ = {
    			isa = PBXContainerItemProxy;
    			containerPortal = F6BEB7FB1EF7F99B00EDAA66 /* Project object */;
    			proxyType = 1;
    			remoteGlobalIDString = F6BEB8021EF7F99B00EDAA66;
    			remoteInfo = "Pacman3D-iOS";
    		};
    /* End PBXContainerItemProxy section */
    
    /* Begin PBXFileReference section */
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		F6090F521F1AA9270003F688 /* pause.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = pause.png; sourceTree = "<group>"; };
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		F6090F551F1AAEB40003F688 /* MainViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainViewController.swift; sourceTree = "<group>"; };
    		F6090F571F1AAEED0003F688 /* pacman_beginning.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = pacman_beginning.wav; sourceTree = "<group>"; };
    		F6090F581F1AAEED0003F688 /* pacman_chomp.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = pacman_chomp.wav; sourceTree = "<group>"; };
    		F6090F591F1AAEED0003F688 /* pacman_death.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = pacman_death.wav; sourceTree = "<group>"; };
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		F6217C771FB770550051DE7B /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
    
    		F6621DF31F12B09800F9E486 /* TouchInputHandler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TouchInputHandler.swift; sourceTree = "<group>"; };
    		F6621DF51F12B82200F9E486 /* MotionInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MotionInput.swift; sourceTree = "<group>"; };
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		F6BEB8031EF7F99B00EDAA66 /* Pacman3D-iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Pacman3D-iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
    		F6BEB8061EF7F99B00EDAA66 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
    		F6BEB8081EF7F99B00EDAA66 /* art.scnassets */ = {isa = PBXFileReference; lastKnownFileType = wrapper.scnassets; path = art.scnassets; sourceTree = "<group>"; };
    		F6BEB80A1EF7F99B00EDAA66 /* GameViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameViewController.swift; sourceTree = "<group>"; };
    		F6BEB80D1EF7F99B00EDAA66 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
    		F6BEB80F1EF7F99B00EDAA66 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
    		F6BEB8121EF7F99B00EDAA66 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
    		F6BEB8141EF7F99B00EDAA66 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
    		F6BEB8191EF7F99B00EDAA66 /* Pacman3D-iOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Pacman3D-iOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
    		F6BEB81D1EF7F99B00EDAA66 /* Pacman3D_iOSTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Pacman3D_iOSTests.swift; sourceTree = "<group>"; };
    		F6BEB81F1EF7F99C00EDAA66 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
    		F6BEB8241EF7F99C00EDAA66 /* Pacman3D-iOSUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Pacman3D-iOSUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
    		F6BEB8281EF7F99C00EDAA66 /* Pacman3D_iOSUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Pacman3D_iOSUITests.swift; sourceTree = "<group>"; };
    		F6BEB82A1EF7F99C00EDAA66 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
    
    		F6E39CE11F1A56E500A3E7D1 /* wall.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = wall.jpg; sourceTree = "<group>"; };
    		F6E39CE31F1A583B00A3E7D1 /* floor.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = floor.jpg; sourceTree = "<group>"; };
    		F6E39CE91F1A7C2C00A3E7D1 /* background.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = background.jpg; sourceTree = "<group>"; };
    		F6E39CEB1F1A7D5500A3E7D1 /* BorderButton.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BorderButton.swift; sourceTree = "<group>"; };
    
    		F6E4AE421F0CEC6C004BFDBF /* Monster.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Monster.swift; sourceTree = "<group>"; };
    		F6E4AE441F0CF1DF004BFDBF /* Direction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Direction.swift; sourceTree = "<group>"; };
    
    		F6FEE7151EF80AD500C1DE35 /* Level.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Level.swift; sourceTree = "<group>"; };
    		F6FEE7171EF80C1500C1DE35 /* StreamReader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StreamReader.swift; sourceTree = "<group>"; };
    		F6FEE71A1EF8135200C1DE35 /* level.plv */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = level.plv; sourceTree = "<group>"; };
    
    		F6FEE7221EF83DAF00C1DE35 /* Player.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Player.swift; sourceTree = "<group>"; };
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    /* End PBXFileReference section */
    
    /* Begin PBXFrameworksBuildPhase section */
    		F6BEB8001EF7F99B00EDAA66 /* Frameworks */ = {
    			isa = PBXFrameworksBuildPhase;
    			buildActionMask = 2147483647;
    			files = (
    			);
    			runOnlyForDeploymentPostprocessing = 0;
    		};
    		F6BEB8161EF7F99B00EDAA66 /* Frameworks */ = {
    			isa = PBXFrameworksBuildPhase;
    			buildActionMask = 2147483647;
    			files = (
    			);
    			runOnlyForDeploymentPostprocessing = 0;
    		};
    		F6BEB8211EF7F99C00EDAA66 /* Frameworks */ = {
    			isa = PBXFrameworksBuildPhase;
    			buildActionMask = 2147483647;
    			files = (
    			);
    			runOnlyForDeploymentPostprocessing = 0;
    		};
    /* End PBXFrameworksBuildPhase section */
    
    /* Begin PBXGroup section */
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		F6090F541F1AA92D0003F688 /* Resources */ = {
    			isa = PBXGroup;
    			children = (
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6090F571F1AAEED0003F688 /* pacman_beginning.wav */,
    				F6090F581F1AAEED0003F688 /* pacman_chomp.wav */,
    				F6090F591F1AAEED0003F688 /* pacman_death.wav */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6FEE71A1EF8135200C1DE35 /* level.plv */,
    				F6E39CE11F1A56E500A3E7D1 /* wall.jpg */,
    				F6E39CE31F1A583B00A3E7D1 /* floor.jpg */,
    				F6090F521F1AA9270003F688 /* pause.png */,
    				F6E39CE91F1A7C2C00A3E7D1 /* background.jpg */,
    			);
    			name = Resources;
    			sourceTree = "<group>";
    		};
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		F6BEB7FA1EF7F99B00EDAA66 = {
    			isa = PBXGroup;
    			children = (
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6217C771FB770550051DE7B /* README.md */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6BEB8051EF7F99B00EDAA66 /* Pacman3D-iOS */,
    				F6BEB81C1EF7F99B00EDAA66 /* Pacman3D-iOSTests */,
    				F6BEB8271EF7F99C00EDAA66 /* Pacman3D-iOSUITests */,
    				F6BEB8041EF7F99B00EDAA66 /* Products */,
    			);
    			sourceTree = "<group>";
    		};
    		F6BEB8041EF7F99B00EDAA66 /* Products */ = {
    			isa = PBXGroup;
    			children = (
    				F6BEB8031EF7F99B00EDAA66 /* Pacman3D-iOS.app */,
    				F6BEB8191EF7F99B00EDAA66 /* Pacman3D-iOSTests.xctest */,
    				F6BEB8241EF7F99C00EDAA66 /* Pacman3D-iOSUITests.xctest */,
    			);
    			name = Products;
    			sourceTree = "<group>";
    		};
    		F6BEB8051EF7F99B00EDAA66 /* Pacman3D-iOS */ = {
    			isa = PBXGroup;
    			children = (
    
    				F6FEE7141EF80AB900C1DE35 /* Level */,
    				F6FEE7191EF80C1900C1DE35 /* Uilts */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6BEB8061EF7F99B00EDAA66 /* AppDelegate.swift */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6090F551F1AAEB40003F688 /* MainViewController.swift */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6BEB80A1EF7F99B00EDAA66 /* GameViewController.swift */,
    
    				F6621DF31F12B09800F9E486 /* TouchInputHandler.swift */,
    				F6621DF51F12B82200F9E486 /* MotionInput.swift */,
    
    				F6E39CEB1F1A7D5500A3E7D1 /* BorderButton.swift */,
    
    				F6BEB8081EF7F99B00EDAA66 /* art.scnassets */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6BEB80F1EF7F99B00EDAA66 /* Assets.xcassets */,
    
    				F6BEB80C1EF7F99B00EDAA66 /* Main.storyboard */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6BEB8111EF7F99B00EDAA66 /* LaunchScreen.storyboard */,
    				F6BEB8141EF7F99B00EDAA66 /* Info.plist */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6090F541F1AA92D0003F688 /* Resources */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    			);
    			path = "Pacman3D-iOS";
    			sourceTree = "<group>";
    		};
    		F6BEB81C1EF7F99B00EDAA66 /* Pacman3D-iOSTests */ = {
    			isa = PBXGroup;
    			children = (
    				F6BEB81D1EF7F99B00EDAA66 /* Pacman3D_iOSTests.swift */,
    				F6BEB81F1EF7F99C00EDAA66 /* Info.plist */,
    			);
    			path = "Pacman3D-iOSTests";
    			sourceTree = "<group>";
    		};
    		F6BEB8271EF7F99C00EDAA66 /* Pacman3D-iOSUITests */ = {
    			isa = PBXGroup;
    			children = (
    				F6BEB8281EF7F99C00EDAA66 /* Pacman3D_iOSUITests.swift */,
    				F6BEB82A1EF7F99C00EDAA66 /* Info.plist */,
    			);
    			path = "Pacman3D-iOSUITests";
    			sourceTree = "<group>";
    		};
    
    		F6FEE7141EF80AB900C1DE35 /* Level */ = {
    			isa = PBXGroup;
    			children = (
    				F6FEE7151EF80AD500C1DE35 /* Level.swift */,
    
    				F6FEE7221EF83DAF00C1DE35 /* Player.swift */,
    
    				F6E4AE421F0CEC6C004BFDBF /* Monster.swift */,
    				F6E4AE441F0CF1DF004BFDBF /* Direction.swift */,
    
    			);
    			name = Level;
    			sourceTree = "<group>";
    		};
    		F6FEE7191EF80C1900C1DE35 /* Uilts */ = {
    			isa = PBXGroup;
    			children = (
    				F6FEE7171EF80C1500C1DE35 /* StreamReader.swift */,
    			);
    			name = Uilts;
    			sourceTree = "<group>";
    		};
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    /* End PBXGroup section */
    
    /* Begin PBXNativeTarget section */
    		F6BEB8021EF7F99B00EDAA66 /* Pacman3D-iOS */ = {
    			isa = PBXNativeTarget;
    			buildConfigurationList = F6BEB82D1EF7F99C00EDAA66 /* Build configuration list for PBXNativeTarget "Pacman3D-iOS" */;
    			buildPhases = (
    				F6BEB7FF1EF7F99B00EDAA66 /* Sources */,
    				F6BEB8001EF7F99B00EDAA66 /* Frameworks */,
    				F6BEB8011EF7F99B00EDAA66 /* Resources */,
    			);
    			buildRules = (
    			);
    			dependencies = (
    			);
    			name = "Pacman3D-iOS";
    			productName = "Pacman3D-iOS";
    			productReference = F6BEB8031EF7F99B00EDAA66 /* Pacman3D-iOS.app */;
    			productType = "com.apple.product-type.application";
    		};
    		F6BEB8181EF7F99B00EDAA66 /* Pacman3D-iOSTests */ = {
    			isa = PBXNativeTarget;
    			buildConfigurationList = F6BEB8301EF7F99C00EDAA66 /* Build configuration list for PBXNativeTarget "Pacman3D-iOSTests" */;
    			buildPhases = (
    				F6BEB8151EF7F99B00EDAA66 /* Sources */,
    				F6BEB8161EF7F99B00EDAA66 /* Frameworks */,
    				F6BEB8171EF7F99B00EDAA66 /* Resources */,
    			);
    			buildRules = (
    			);
    			dependencies = (
    				F6BEB81B1EF7F99B00EDAA66 /* PBXTargetDependency */,
    			);
    			name = "Pacman3D-iOSTests";
    			productName = "Pacman3D-iOSTests";
    			productReference = F6BEB8191EF7F99B00EDAA66 /* Pacman3D-iOSTests.xctest */;
    			productType = "com.apple.product-type.bundle.unit-test";
    		};
    		F6BEB8231EF7F99C00EDAA66 /* Pacman3D-iOSUITests */ = {
    			isa = PBXNativeTarget;
    			buildConfigurationList = F6BEB8331EF7F99C00EDAA66 /* Build configuration list for PBXNativeTarget "Pacman3D-iOSUITests" */;
    			buildPhases = (
    				F6BEB8201EF7F99C00EDAA66 /* Sources */,
    				F6BEB8211EF7F99C00EDAA66 /* Frameworks */,
    				F6BEB8221EF7F99C00EDAA66 /* Resources */,
    			);
    			buildRules = (
    			);
    			dependencies = (
    				F6BEB8261EF7F99C00EDAA66 /* PBXTargetDependency */,
    			);
    			name = "Pacman3D-iOSUITests";
    			productName = "Pacman3D-iOSUITests";
    			productReference = F6BEB8241EF7F99C00EDAA66 /* Pacman3D-iOSUITests.xctest */;
    			productType = "com.apple.product-type.bundle.ui-testing";
    		};
    /* End PBXNativeTarget section */
    
    /* Begin PBXProject section */
    		F6BEB7FB1EF7F99B00EDAA66 /* Project object */ = {
    			isa = PBXProject;
    			attributes = {
    				LastSwiftUpdateCheck = 0830;
    
    				LastUpgradeCheck = 0900;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				ORGANIZATIONNAME = Tobias;
    				TargetAttributes = {
    					F6BEB8021EF7F99B00EDAA66 = {
    						CreatedOnToolsVersion = 8.3.3;
    						DevelopmentTeam = GSS77QYM85;
    
    						LastSwiftMigration = 0900;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    						ProvisioningStyle = Automatic;
    					};
    					F6BEB8181EF7F99B00EDAA66 = {
    						CreatedOnToolsVersion = 8.3.3;
    						DevelopmentTeam = GSS77QYM85;
    
    						LastSwiftMigration = 0900;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    						ProvisioningStyle = Automatic;
    						TestTargetID = F6BEB8021EF7F99B00EDAA66;
    					};
    					F6BEB8231EF7F99C00EDAA66 = {
    						CreatedOnToolsVersion = 8.3.3;
    						DevelopmentTeam = GSS77QYM85;
    
    						LastSwiftMigration = 0900;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    						ProvisioningStyle = Automatic;
    						TestTargetID = F6BEB8021EF7F99B00EDAA66;
    					};
    				};
    			};
    			buildConfigurationList = F6BEB7FE1EF7F99B00EDAA66 /* Build configuration list for PBXProject "Pacman3D-iOS" */;
    			compatibilityVersion = "Xcode 3.2";
    			developmentRegion = English;
    			hasScannedForEncodings = 0;
    			knownRegions = (
    				en,
    				Base,
    			);
    			mainGroup = F6BEB7FA1EF7F99B00EDAA66;
    			productRefGroup = F6BEB8041EF7F99B00EDAA66 /* Products */;
    			projectDirPath = "";
    			projectRoot = "";
    			targets = (
    				F6BEB8021EF7F99B00EDAA66 /* Pacman3D-iOS */,
    				F6BEB8181EF7F99B00EDAA66 /* Pacman3D-iOSTests */,
    				F6BEB8231EF7F99C00EDAA66 /* Pacman3D-iOSUITests */,
    			);
    		};
    /* End PBXProject section */
    
    /* Begin PBXResourcesBuildPhase section */
    		F6BEB8011EF7F99B00EDAA66 /* Resources */ = {
    			isa = PBXResourcesBuildPhase;
    			buildActionMask = 2147483647;
    			files = (
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6090F5B1F1AAEED0003F688 /* pacman_chomp.wav in Resources */,
    				F6090F5C1F1AAEED0003F688 /* pacman_death.wav in Resources */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6BEB8091EF7F99B00EDAA66 /* art.scnassets in Resources */,
    
    				F6E39CE41F1A583B00A3E7D1 /* floor.jpg in Resources */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6217C781FB770550051DE7B /* README.md in Resources */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6090F5A1F1AAEED0003F688 /* pacman_beginning.wav in Resources */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6BEB8131EF7F99B00EDAA66 /* LaunchScreen.storyboard in Resources */,
    				F6BEB8101EF7F99B00EDAA66 /* Assets.xcassets in Resources */,
    				F6BEB80E1EF7F99B00EDAA66 /* Main.storyboard in Resources */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6090F531F1AA9270003F688 /* pause.png in Resources */,
    
    				F6FEE71B1EF8135200C1DE35 /* level.plv in Resources */,
    
    				F6E39CEA1F1A7C2C00A3E7D1 /* background.jpg in Resources */,
    				F6E39CE21F1A56E500A3E7D1 /* wall.jpg in Resources */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    			);
    			runOnlyForDeploymentPostprocessing = 0;
    		};
    		F6BEB8171EF7F99B00EDAA66 /* Resources */ = {
    			isa = PBXResourcesBuildPhase;
    			buildActionMask = 2147483647;
    			files = (
    			);
    			runOnlyForDeploymentPostprocessing = 0;
    		};
    		F6BEB8221EF7F99C00EDAA66 /* Resources */ = {
    			isa = PBXResourcesBuildPhase;
    			buildActionMask = 2147483647;
    			files = (
    			);
    			runOnlyForDeploymentPostprocessing = 0;
    		};
    /* End PBXResourcesBuildPhase section */
    
    /* Begin PBXSourcesBuildPhase section */
    		F6BEB7FF1EF7F99B00EDAA66 /* Sources */ = {
    			isa = PBXSourcesBuildPhase;
    			buildActionMask = 2147483647;
    			files = (
    
    				F6621DF61F12B82200F9E486 /* MotionInput.swift in Sources */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6090F561F1AAEB40003F688 /* MainViewController.swift in Sources */,
    
    				F6E4AE451F0CF1DF004BFDBF /* Direction.swift in Sources */,
    
    				F6FEE7181EF80C1500C1DE35 /* StreamReader.swift in Sources */,
    
    				F6E39CEC1F1A7D5500A3E7D1 /* BorderButton.swift in Sources */,
    
    				F6FEE7161EF80AD500C1DE35 /* Level.swift in Sources */,
    
    				F6621DF41F12B09800F9E486 /* TouchInputHandler.swift in Sources */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				F6BEB80B1EF7F99B00EDAA66 /* GameViewController.swift in Sources */,
    				F6BEB8071EF7F99B00EDAA66 /* AppDelegate.swift in Sources */,
    
    				F6E4AE431F0CEC6C004BFDBF /* Monster.swift in Sources */,
    
    				F6FEE7231EF83DAF00C1DE35 /* Player.swift in Sources */,
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    			);
    			runOnlyForDeploymentPostprocessing = 0;
    		};
    		F6BEB8151EF7F99B00EDAA66 /* Sources */ = {
    			isa = PBXSourcesBuildPhase;
    			buildActionMask = 2147483647;
    			files = (
    				F6BEB81E1EF7F99B00EDAA66 /* Pacman3D_iOSTests.swift in Sources */,
    			);
    			runOnlyForDeploymentPostprocessing = 0;
    		};
    		F6BEB8201EF7F99C00EDAA66 /* Sources */ = {
    			isa = PBXSourcesBuildPhase;
    			buildActionMask = 2147483647;
    			files = (
    				F6BEB8291EF7F99C00EDAA66 /* Pacman3D_iOSUITests.swift in Sources */,
    			);
    			runOnlyForDeploymentPostprocessing = 0;
    		};
    /* End PBXSourcesBuildPhase section */
    
    /* Begin PBXTargetDependency section */
    		F6BEB81B1EF7F99B00EDAA66 /* PBXTargetDependency */ = {
    			isa = PBXTargetDependency;
    			target = F6BEB8021EF7F99B00EDAA66 /* Pacman3D-iOS */;
    			targetProxy = F6BEB81A1EF7F99B00EDAA66 /* PBXContainerItemProxy */;
    		};
    		F6BEB8261EF7F99C00EDAA66 /* PBXTargetDependency */ = {
    			isa = PBXTargetDependency;
    			target = F6BEB8021EF7F99B00EDAA66 /* Pacman3D-iOS */;
    			targetProxy = F6BEB8251EF7F99C00EDAA66 /* PBXContainerItemProxy */;
    		};
    /* End PBXTargetDependency section */
    
    /* Begin PBXVariantGroup section */
    		F6BEB80C1EF7F99B00EDAA66 /* Main.storyboard */ = {
    			isa = PBXVariantGroup;
    			children = (
    				F6BEB80D1EF7F99B00EDAA66 /* Base */,
    			);
    			name = Main.storyboard;
    			sourceTree = "<group>";
    		};
    		F6BEB8111EF7F99B00EDAA66 /* LaunchScreen.storyboard */ = {
    			isa = PBXVariantGroup;
    			children = (
    				F6BEB8121EF7F99B00EDAA66 /* Base */,
    			);
    			name = LaunchScreen.storyboard;
    			sourceTree = "<group>";
    		};
    /* End PBXVariantGroup section */
    
    /* Begin XCBuildConfiguration section */
    		F6BEB82B1EF7F99C00EDAA66 /* Debug */ = {
    			isa = XCBuildConfiguration;
    			buildSettings = {
    				ALWAYS_SEARCH_USER_PATHS = NO;
    				CLANG_ANALYZER_NONNULL = YES;
    				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
    				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
    				CLANG_CXX_LIBRARY = "libc++";
    				CLANG_ENABLE_MODULES = YES;
    				CLANG_ENABLE_OBJC_ARC = YES;
    
    				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				CLANG_WARN_BOOL_CONVERSION = YES;
    
    				CLANG_WARN_COMMA = YES;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				CLANG_WARN_CONSTANT_CONVERSION = YES;
    				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
    				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
    				CLANG_WARN_EMPTY_BODY = YES;
    				CLANG_WARN_ENUM_CONVERSION = YES;
    				CLANG_WARN_INFINITE_RECURSION = YES;
    				CLANG_WARN_INT_CONVERSION = YES;
    
    				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
    				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
    
    				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
    				CLANG_WARN_STRICT_PROTOTYPES = YES;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				CLANG_WARN_SUSPICIOUS_MOVE = YES;
    				CLANG_WARN_UNREACHABLE_CODE = YES;
    				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
    				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
    				COPY_PHASE_STRIP = NO;
    				DEBUG_INFORMATION_FORMAT = dwarf;
    				ENABLE_STRICT_OBJC_MSGSEND = YES;
    				ENABLE_TESTABILITY = YES;
    				GCC_C_LANGUAGE_STANDARD = gnu99;
    				GCC_DYNAMIC_NO_PIC = NO;
    				GCC_NO_COMMON_BLOCKS = YES;
    				GCC_OPTIMIZATION_LEVEL = 0;
    				GCC_PREPROCESSOR_DEFINITIONS = (
    					"DEBUG=1",
    					"$(inherited)",
    				);
    				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
    				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
    				GCC_WARN_UNDECLARED_SELECTOR = YES;
    				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
    				GCC_WARN_UNUSED_FUNCTION = YES;
    				GCC_WARN_UNUSED_VARIABLE = YES;
    				IPHONEOS_DEPLOYMENT_TARGET = 10.3;
    				MTL_ENABLE_DEBUG_INFO = YES;
    				ONLY_ACTIVE_ARCH = YES;
    				SDKROOT = iphoneos;
    				SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
    				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
    				TARGETED_DEVICE_FAMILY = "1,2";
    			};
    			name = Debug;
    		};
    		F6BEB82C1EF7F99C00EDAA66 /* Release */ = {
    			isa = XCBuildConfiguration;
    			buildSettings = {
    				ALWAYS_SEARCH_USER_PATHS = NO;
    				CLANG_ANALYZER_NONNULL = YES;
    				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
    				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
    				CLANG_CXX_LIBRARY = "libc++";
    				CLANG_ENABLE_MODULES = YES;
    				CLANG_ENABLE_OBJC_ARC = YES;
    
    				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				CLANG_WARN_BOOL_CONVERSION = YES;
    
    				CLANG_WARN_COMMA = YES;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				CLANG_WARN_CONSTANT_CONVERSION = YES;
    				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
    				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
    				CLANG_WARN_EMPTY_BODY = YES;
    				CLANG_WARN_ENUM_CONVERSION = YES;
    				CLANG_WARN_INFINITE_RECURSION = YES;
    				CLANG_WARN_INT_CONVERSION = YES;
    
    				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
    				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
    
    				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
    				CLANG_WARN_STRICT_PROTOTYPES = YES;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				CLANG_WARN_SUSPICIOUS_MOVE = YES;
    				CLANG_WARN_UNREACHABLE_CODE = YES;
    				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
    				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
    				COPY_PHASE_STRIP = NO;
    				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
    				ENABLE_NS_ASSERTIONS = NO;
    				ENABLE_STRICT_OBJC_MSGSEND = YES;
    				GCC_C_LANGUAGE_STANDARD = gnu99;
    				GCC_NO_COMMON_BLOCKS = YES;
    				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
    				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
    				GCC_WARN_UNDECLARED_SELECTOR = YES;
    				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
    				GCC_WARN_UNUSED_FUNCTION = YES;
    				GCC_WARN_UNUSED_VARIABLE = YES;
    				IPHONEOS_DEPLOYMENT_TARGET = 10.3;
    				MTL_ENABLE_DEBUG_INFO = NO;
    				SDKROOT = iphoneos;
    				SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
    				TARGETED_DEVICE_FAMILY = "1,2";
    				VALIDATE_PRODUCT = YES;
    			};
    			name = Release;
    		};
    		F6BEB82E1EF7F99C00EDAA66 /* Debug */ = {
    			isa = XCBuildConfiguration;
    			buildSettings = {
    				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
    				DEVELOPMENT_TEAM = GSS77QYM85;
    				INFOPLIST_FILE = "Pacman3D-iOS/Info.plist";
    				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
    				PRODUCT_BUNDLE_IDENTIFIER = "de.tobias.Pacman3D-iOS";
    				PRODUCT_NAME = "$(TARGET_NAME)";
    
    				SWIFT_SWIFT3_OBJC_INFERENCE = On;
    				SWIFT_VERSION = 4.0;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    			};
    			name = Debug;
    		};
    		F6BEB82F1EF7F99C00EDAA66 /* Release */ = {
    			isa = XCBuildConfiguration;
    			buildSettings = {
    				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
    				DEVELOPMENT_TEAM = GSS77QYM85;
    				INFOPLIST_FILE = "Pacman3D-iOS/Info.plist";
    				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
    				PRODUCT_BUNDLE_IDENTIFIER = "de.tobias.Pacman3D-iOS";
    				PRODUCT_NAME = "$(TARGET_NAME)";
    
    				SWIFT_SWIFT3_OBJC_INFERENCE = On;
    				SWIFT_VERSION = 4.0;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    			};
    			name = Release;
    		};
    		F6BEB8311EF7F99C00EDAA66 /* Debug */ = {
    			isa = XCBuildConfiguration;
    			buildSettings = {
    				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
    				BUNDLE_LOADER = "$(TEST_HOST)";
    				DEVELOPMENT_TEAM = GSS77QYM85;
    				INFOPLIST_FILE = "Pacman3D-iOSTests/Info.plist";
    				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
    				PRODUCT_BUNDLE_IDENTIFIER = "de.tobias.Pacman3D-iOSTests";
    				PRODUCT_NAME = "$(TARGET_NAME)";
    
    				SWIFT_SWIFT3_OBJC_INFERENCE = On;
    				SWIFT_VERSION = 4.0;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Pacman3D-iOS.app/Pacman3D-iOS";
    			};
    			name = Debug;
    		};
    		F6BEB8321EF7F99C00EDAA66 /* Release */ = {
    			isa = XCBuildConfiguration;
    			buildSettings = {
    				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
    				BUNDLE_LOADER = "$(TEST_HOST)";
    				DEVELOPMENT_TEAM = GSS77QYM85;
    				INFOPLIST_FILE = "Pacman3D-iOSTests/Info.plist";
    				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
    				PRODUCT_BUNDLE_IDENTIFIER = "de.tobias.Pacman3D-iOSTests";
    				PRODUCT_NAME = "$(TARGET_NAME)";
    
    				SWIFT_SWIFT3_OBJC_INFERENCE = On;
    				SWIFT_VERSION = 4.0;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Pacman3D-iOS.app/Pacman3D-iOS";
    			};
    			name = Release;
    		};
    		F6BEB8341EF7F99C00EDAA66 /* Debug */ = {
    			isa = XCBuildConfiguration;
    			buildSettings = {
    				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
    				DEVELOPMENT_TEAM = GSS77QYM85;
    				INFOPLIST_FILE = "Pacman3D-iOSUITests/Info.plist";
    				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
    				PRODUCT_BUNDLE_IDENTIFIER = "de.tobias.Pacman3D-iOSUITests";
    				PRODUCT_NAME = "$(TARGET_NAME)";
    
    				SWIFT_SWIFT3_OBJC_INFERENCE = On;
    				SWIFT_VERSION = 4.0;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				TEST_TARGET_NAME = "Pacman3D-iOS";
    			};
    			name = Debug;
    		};
    		F6BEB8351EF7F99C00EDAA66 /* Release */ = {
    			isa = XCBuildConfiguration;
    			buildSettings = {
    				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
    				DEVELOPMENT_TEAM = GSS77QYM85;
    				INFOPLIST_FILE = "Pacman3D-iOSUITests/Info.plist";
    				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
    				PRODUCT_BUNDLE_IDENTIFIER = "de.tobias.Pacman3D-iOSUITests";
    				PRODUCT_NAME = "$(TARGET_NAME)";
    
    				SWIFT_SWIFT3_OBJC_INFERENCE = On;
    				SWIFT_VERSION = 4.0;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    				TEST_TARGET_NAME = "Pacman3D-iOS";
    			};
    			name = Release;
    		};
    /* End XCBuildConfiguration section */
    
    /* Begin XCConfigurationList section */
    		F6BEB7FE1EF7F99B00EDAA66 /* Build configuration list for PBXProject "Pacman3D-iOS" */ = {
    			isa = XCConfigurationList;
    			buildConfigurations = (
    				F6BEB82B1EF7F99C00EDAA66 /* Debug */,
    				F6BEB82C1EF7F99C00EDAA66 /* Release */,
    			);
    			defaultConfigurationIsVisible = 0;
    			defaultConfigurationName = Release;
    		};
    		F6BEB82D1EF7F99C00EDAA66 /* Build configuration list for PBXNativeTarget "Pacman3D-iOS" */ = {
    			isa = XCConfigurationList;
    			buildConfigurations = (
    				F6BEB82E1EF7F99C00EDAA66 /* Debug */,
    				F6BEB82F1EF7F99C00EDAA66 /* Release */,
    			);
    			defaultConfigurationIsVisible = 0;
    
    			defaultConfigurationName = Release;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		};
    		F6BEB8301EF7F99C00EDAA66 /* Build configuration list for PBXNativeTarget "Pacman3D-iOSTests" */ = {
    			isa = XCConfigurationList;
    			buildConfigurations = (
    				F6BEB8311EF7F99C00EDAA66 /* Debug */,
    				F6BEB8321EF7F99C00EDAA66 /* Release */,
    			);
    			defaultConfigurationIsVisible = 0;
    
    			defaultConfigurationName = Release;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		};
    		F6BEB8331EF7F99C00EDAA66 /* Build configuration list for PBXNativeTarget "Pacman3D-iOSUITests" */ = {
    			isa = XCConfigurationList;
    			buildConfigurations = (
    				F6BEB8341EF7F99C00EDAA66 /* Debug */,
    				F6BEB8351EF7F99C00EDAA66 /* Release */,
    			);
    			defaultConfigurationIsVisible = 0;
    
    			defaultConfigurationName = Release;
    
    Tobias Ullerich's avatar
    Tobias Ullerich committed
    		};
    /* End XCConfigurationList section */
    	};
    	rootObject = F6BEB7FB1EF7F99B00EDAA66 /* Project object */;
    }