Stripped the project to the bare minimum

This commit is contained in:
Stefan van den Oord 2013-05-31 21:12:46 +02:00
parent 7b102278c1
commit cb1dd8db19
21 changed files with 40 additions and 615 deletions

View File

@ -1,6 +0,0 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Tennis" type="AppleRunConfiguration" factoryName="Application" SCHEME_NAME="Tennis" PROJECT_NAME="Tennis" TARGET_NAME="Tennis" CONFIG_NAME="Debug" WORKING_DIR="" PASS_PARENT_ENVS="FALSE" RUN_TARGET_PROJECT_NAME="Tennis" RUN_TARGET_NAME="Tennis" MAKE_ACTIVE="TRUE" WAIT_FOR="FALSE">
<envs />
<method />
</configuration>
</component>

View File

@ -2,14 +2,25 @@
<project version="4"> <project version="4">
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="3432493f-5b19-44ab-868c-f539ff9f9548" name="Default" comment=""> <list default="true" id="3432493f-5b19-44ab-868c-f539ff9f9548" name="Default" comment="">
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Tennis.xcodeproj/xcshareddata/xcschemes/Tennis.xcscheme" /> <change type="DELETED" beforePath="$PROJECT_DIR$/Tennis.xcodeproj/project.xcworkspace/xcuserdata/stefan.xcuserdatad/UserInterfaceState.xcuserstate" afterPath="" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/runConfigurations/Tennis.xml" /> <change type="DELETED" beforePath="$PROJECT_DIR$/Tennis.xcodeproj/xcshareddata/xcschemes/Tennis.xcscheme" afterPath="" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Tennis.xcodeproj/xcshareddata/xcschemes/TennisTests.xcscheme" /> <change type="DELETED" beforePath="$PROJECT_DIR$/Tennis.xcodeproj/xcuserdata/stefan.xcuserdatad/xcschemes/xcschememanagement.plist" afterPath="" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/runConfigurations/TennisTests.xml" /> <change type="DELETED" beforePath="$PROJECT_DIR$/Tennis/AppDelegate.h" afterPath="" />
<change type="DELETED" beforePath="$PROJECT_DIR$/Tennis.xcodeproj/xcuserdata/stefan.xcuserdatad/xcschemes/Tennis.xcscheme" afterPath="" /> <change type="DELETED" beforePath="$PROJECT_DIR$/Tennis/AppDelegate.m" afterPath="" />
<change type="DELETED" beforePath="$PROJECT_DIR$/Tennis.xcodeproj/xcuserdata/stefan.xcuserdatad/xcschemes/TennisTests.xcscheme" afterPath="" /> <change type="DELETED" beforePath="$PROJECT_DIR$/Tennis/Default-568h@2x.png" afterPath="" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Tennis.xcodeproj/project.xcworkspace/xcuserdata/stefan.xcuserdatad/UserInterfaceState.xcuserstate" afterPath="$PROJECT_DIR$/Tennis.xcodeproj/project.xcworkspace/xcuserdata/stefan.xcuserdatad/UserInterfaceState.xcuserstate" /> <change type="DELETED" beforePath="$PROJECT_DIR$/Tennis/Default.png" afterPath="" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" /> <change type="DELETED" beforePath="$PROJECT_DIR$/Tennis/Default@2x.png" afterPath="" />
<change type="DELETED" beforePath="$PROJECT_DIR$/Tennis/Tennis-Info.plist" afterPath="" />
<change type="DELETED" beforePath="$PROJECT_DIR$/Tennis/Tennis-Prefix.pch" afterPath="" />
<change type="DELETED" beforePath="$PROJECT_DIR$/Tennis/ViewController.h" afterPath="" />
<change type="DELETED" beforePath="$PROJECT_DIR$/Tennis/ViewController.m" afterPath="" />
<change type="DELETED" beforePath="$PROJECT_DIR$/Tennis/en.lproj/InfoPlist.strings" afterPath="" />
<change type="DELETED" beforePath="$PROJECT_DIR$/Tennis/en.lproj/MainStoryboard_iPad.storyboard" afterPath="" />
<change type="DELETED" beforePath="$PROJECT_DIR$/Tennis/en.lproj/MainStoryboard_iPhone.storyboard" afterPath="" />
<change type="DELETED" beforePath="$PROJECT_DIR$/Tennis/main.m" afterPath="" />
<change type="DELETED" beforePath="$PROJECT_DIR$/TennisTests/TennisTests-Info.plist" afterPath="" />
<change type="DELETED" beforePath="$PROJECT_DIR$/TennisTests/en.lproj/InfoPlist.strings" afterPath="" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Tennis.xcodeproj/project.pbxproj" afterPath="$PROJECT_DIR$/Tennis.xcodeproj/project.pbxproj" />
</list> </list>
<ignored path="Tennis.iws" /> <ignored path="Tennis.iws" />
<ignored path=".idea/workspace.xml" /> <ignored path=".idea/workspace.xml" />
@ -20,7 +31,7 @@
<file path="/TennisGame2.h" changelist="3432493f-5b19-44ab-868c-f539ff9f9548" time="1370013513152" ignored="false" /> <file path="/TennisGame2.h" changelist="3432493f-5b19-44ab-868c-f539ff9f9548" time="1370013513152" ignored="false" />
<file path="/TennisGame3.h" changelist="3432493f-5b19-44ab-868c-f539ff9f9548" time="1370013520283" ignored="false" /> <file path="/TennisGame3.h" changelist="3432493f-5b19-44ab-868c-f539ff9f9548" time="1370013520283" ignored="false" />
<file path="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/usr/include/string.h" changelist="3432493f-5b19-44ab-868c-f539ff9f9548" time="1370014093686" ignored="false" /> <file path="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/usr/include/string.h" changelist="3432493f-5b19-44ab-868c-f539ff9f9548" time="1370014093686" ignored="false" />
<file path="/Dummy.txt" changelist="3432493f-5b19-44ab-868c-f539ff9f9548" time="1370025594517" ignored="false" /> <file path="/Dummy.txt" changelist="3432493f-5b19-44ab-868c-f539ff9f9548" time="1370027528972" ignored="false" />
<file path="/TennisGame3.m" changelist="3432493f-5b19-44ab-868c-f539ff9f9548" time="1370021989037" ignored="false" /> <file path="/TennisGame3.m" changelist="3432493f-5b19-44ab-868c-f539ff9f9548" time="1370021989037" ignored="false" />
<file path="/TennisGame.m" changelist="3432493f-5b19-44ab-868c-f539ff9f9548" time="1370021495666" ignored="false" /> <file path="/TennisGame.m" changelist="3432493f-5b19-44ab-868c-f539ff9f9548" time="1370021495666" ignored="false" />
<file path="/TennisGame1.m" changelist="3432493f-5b19-44ab-868c-f539ff9f9548" time="1370020207784" ignored="false" /> <file path="/TennisGame1.m" changelist="3432493f-5b19-44ab-868c-f539ff9f9548" time="1370020207784" ignored="false" />
@ -58,7 +69,7 @@
<file leaf-file-name="TennisTests.m" pinned="false" current="true" current-in-tab="true"> <file leaf-file-name="TennisTests.m" pinned="false" current="true" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/TennisTests/TennisTests.m"> <entry file="file://$PROJECT_DIR$/TennisTests/TennisTests.m">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state line="39" column="5" selection-start="1297" selection-end="1297" vertical-scroll-proportion="0.66021127"> <state line="56" column="0" selection-start="1639" selection-end="1639" vertical-scroll-proportion="0.4745167">
<folding> <folding>
<element signature="e#144#183#0" expanded="true" /> <element signature="e#144#183#0" expanded="true" />
</folding> </folding>
@ -75,15 +86,6 @@
</provider> </provider>
</entry> </entry>
</file> </file>
<file leaf-file-name="ViewController.h" pinned="false" current="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/Tennis/ViewController.h">
<provider selected="true" editor-type-id="text-editor">
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
<folding />
</state>
</provider>
</entry>
</file>
<file leaf-file-name="TennisGame2.h" pinned="false" current="false" current-in-tab="false"> <file leaf-file-name="TennisGame2.h" pinned="false" current="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/Tennis/TennisGame2.h"> <entry file="file://$PROJECT_DIR$/Tennis/TennisGame2.h">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
@ -192,6 +194,7 @@
<sortByType /> <sortByType />
</navigator> </navigator>
<panes> <panes>
<pane id="DirectoryView.Xcode" />
<pane id="ProjectPane"> <pane id="ProjectPane">
<subPane> <subPane>
<PATH> <PATH>
@ -234,19 +237,18 @@
</PATH> </PATH>
</subPane> </subPane>
</pane> </pane>
<pane id="DirectoryView.Xcode" />
</panes> </panes>
</component> </component>
<component name="PropertiesComponent"> <component name="PropertiesComponent">
<property name="options.splitter.main.proportions" value="0.3" /> <property name="options.splitter.main.proportions" value="0.3" />
<property name="recentsLimit" value="5" />
<property name="options.lastSelected" value="project.propVCSSupport.Mappings" /> <property name="options.lastSelected" value="project.propVCSSupport.Mappings" />
<property name="restartRequiresConfirmation" value="true" /> <property name="recentsLimit" value="5" />
<property name="last_opened_file_path" value="$PROJECT_DIR$/Tennis" /> <property name="last_opened_file_path" value="$PROJECT_DIR$/Tennis" />
<property name="restartRequiresConfirmation" value="true" />
<property name="FullScreen" value="false" /> <property name="FullScreen" value="false" />
<property name="OBJC.PRESERVED_TARGET_SELECTION" value="Tennis,,,TennisTests" /> <property name="OBJC.PRESERVED_TARGET_SELECTION" value="Tennis,,,TennisTests" />
<property name="options.splitter.details.proportions" value="0.2" />
<property name="options.searchVisible" value="true" /> <property name="options.searchVisible" value="true" />
<property name="options.splitter.details.proportions" value="0.2" />
</component> </component>
<component name="RunManager" selected="OCUnit.TennisTests"> <component name="RunManager" selected="OCUnit.TennisTests">
<configuration default="true" type="OCUnitRunConfiguration" factoryName="OCUnit" PROJECT_NAME="Tennis" TARGET_NAME="TennisTests" CONFIG_NAME="Debug" PASS_PARENT_ENVS="FALSE"> <configuration default="true" type="OCUnitRunConfiguration" factoryName="OCUnit" PROJECT_NAME="Tennis" TARGET_NAME="TennisTests" CONFIG_NAME="Debug" PASS_PARENT_ENVS="FALSE">
@ -257,9 +259,8 @@
<envs /> <envs />
<method /> <method />
</configuration> </configuration>
<list size="2"> <list size="1">
<item index="0" class="java.lang.String" itemvalue="OCUnit.TennisTests" /> <item index="0" class="java.lang.String" itemvalue="OCUnit.TennisTests" />
<item index="1" class="java.lang.String" itemvalue="Application.Tennis" />
</list> </list>
</component> </component>
<component name="ShelveChangesManager" show_recycled="false" /> <component name="ShelveChangesManager" show_recycled="false" />
@ -297,11 +298,11 @@
<window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" /> <window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" /> <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.24984346" sideWeight="0.67070484" order="0" side_tool="false" content_ui="combo" /> <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.24984346" sideWeight="0.67180616" order="0" side_tool="false" content_ui="combo" />
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.39977974" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.39977974" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" /> <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" /> <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
<window_info id="Run" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.32929516" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" /> <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32819384" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" /> <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" /> <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" /> <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
@ -375,9 +376,16 @@
</breakpoint-manager> </breakpoint-manager>
</component> </component>
<component name="editorHistoryManager"> <component name="editorHistoryManager">
<entry file="file://$PROJECT_DIR$/Tennis/ViewController.h"> <entry file="file://$PROJECT_DIR$/Tennis/TennisGame.m">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0"> <state line="13" column="0" selection-start="254" selection-end="254" vertical-scroll-proportion="0.0">
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Tennis/TennisGame.h">
<provider selected="true" editor-type-id="text-editor">
<state line="13" column="0" selection-start="248" selection-end="248" vertical-scroll-proportion="0.0">
<folding /> <folding />
</state> </state>
</provider> </provider>
@ -452,13 +460,6 @@
</state> </state>
</provider> </provider>
</entry> </entry>
<entry file="file://$PROJECT_DIR$/Tennis/ViewController.h">
<provider selected="true" editor-type-id="text-editor">
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/Tennis/TennisGame3.m"> <entry file="file://$PROJECT_DIR$/Tennis/TennisGame3.m">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state line="19" column="1" selection-start="329" selection-end="329" vertical-scroll-proportion="0.0"> <state line="19" column="1" selection-start="329" selection-end="329" vertical-scroll-proportion="0.0">
@ -482,7 +483,7 @@
</entry> </entry>
<entry file="file://$PROJECT_DIR$/TennisTests/TennisTests.m"> <entry file="file://$PROJECT_DIR$/TennisTests/TennisTests.m">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state line="39" column="5" selection-start="1297" selection-end="1297" vertical-scroll-proportion="0.66021127"> <state line="56" column="0" selection-start="1639" selection-end="1639" vertical-scroll-proportion="0.4745167">
<folding> <folding>
<element signature="e#144#183#0" expanded="true" /> <element signature="e#144#183#0" expanded="true" />
</folding> </folding>

View File

@ -7,75 +7,32 @@
objects = { objects = {
/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
CACF6054BE77230ECBA65619 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CACF6C2CA2AA72E014F657D0 /* Default@2x.png */; };
CACF613C20408597F536B6B1 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CACF6759046CDA8835BDE4B2 /* ViewController.m */; };
CACF61C5886ADB1487CE8336 /* MainStoryboard_iPad.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CACF644334B42B9407948B3F /* MainStoryboard_iPad.storyboard */; };
CACF62EF6247A6D2018763C1 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = CACF6ACB8808C4FCB94FF29C /* Default.png */; };
CACF6358C3384B35EAF90119 /* TennisGame.m in Sources */ = {isa = PBXBuildFile; fileRef = CACF649AAFA398A61A600CB7 /* TennisGame.m */; };
CACF63F14142F5803F786695 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CACF69F4ABB8AC23884C74C3 /* Foundation.framework */; }; CACF63F14142F5803F786695 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CACF69F4ABB8AC23884C74C3 /* Foundation.framework */; };
CACF6414A388566B43A9BCB5 /* TennisGame.m in Sources */ = {isa = PBXBuildFile; fileRef = CACF649AAFA398A61A600CB7 /* TennisGame.m */; }; CACF6414A388566B43A9BCB5 /* TennisGame.m in Sources */ = {isa = PBXBuildFile; fileRef = CACF649AAFA398A61A600CB7 /* TennisGame.m */; };
CACF65812FE6C904337ABA28 /* TennisGame3.m in Sources */ = {isa = PBXBuildFile; fileRef = CACF6BAD45E82D978466F92B /* TennisGame3.m */; };
CACF66A873EB3C4C2A1B7D78 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CACF6C52F7301D6A288FECCA /* UIKit.framework */; }; CACF66A873EB3C4C2A1B7D78 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CACF6C52F7301D6A288FECCA /* UIKit.framework */; };
CACF674F504168629BDEF151 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = CACF6B0DF95E878216995989 /* InfoPlist.strings */; };
CACF677C41A1432B7A28BA4B /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CACF61291A7012C7769FCE61 /* CoreGraphics.framework */; };
CACF6788162E934967B8E957 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = CACF6949C1475F308096D3C1 /* InfoPlist.strings */; };
CACF6851862FECD0A333A400 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CACF6C52F7301D6A288FECCA /* UIKit.framework */; };
CACF6871FE27A26189B71C29 /* TennisGame1.m in Sources */ = {isa = PBXBuildFile; fileRef = CACF6BF242B4F5F91193BEC7 /* TennisGame1.m */; }; CACF6871FE27A26189B71C29 /* TennisGame1.m in Sources */ = {isa = PBXBuildFile; fileRef = CACF6BF242B4F5F91193BEC7 /* TennisGame1.m */; };
CACF68DE17C3FF57501B8E7C /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = CACF6E1F321CCC9D9CC8F04E /* AppDelegate.m */; };
CACF68FFD67D0173EDF11BF4 /* TennisTests.m in Sources */ = {isa = PBXBuildFile; fileRef = CACF6D897D4F49BCD1B41947 /* TennisTests.m */; }; CACF68FFD67D0173EDF11BF4 /* TennisTests.m in Sources */ = {isa = PBXBuildFile; fileRef = CACF6D897D4F49BCD1B41947 /* TennisTests.m */; };
CACF69C81388A5BE7690528D /* MainStoryboard_iPhone.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CACF6EE7BED3428159FF4EEC /* MainStoryboard_iPhone.storyboard */; };
CACF69FD20BB16907B25C317 /* TennisGame2.m in Sources */ = {isa = PBXBuildFile; fileRef = CACF64EDAB086A5F18E393EE /* TennisGame2.m */; };
CACF6C5876E4687F7A65AF54 /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CACF6A13AA71A254E309FB03 /* SenTestingKit.framework */; }; CACF6C5876E4687F7A65AF54 /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CACF6A13AA71A254E309FB03 /* SenTestingKit.framework */; };
CACF6CEF4B8FF37159571CA9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CACF69F4ABB8AC23884C74C3 /* Foundation.framework */; };
CACF6D696940933251B2AE37 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CACF61BEC34F59AE310970BC /* Default-568h@2x.png */; };
CACF6E1993921B2EC1995F0E /* TennisGame2.m in Sources */ = {isa = PBXBuildFile; fileRef = CACF64EDAB086A5F18E393EE /* TennisGame2.m */; }; CACF6E1993921B2EC1995F0E /* TennisGame2.m in Sources */ = {isa = PBXBuildFile; fileRef = CACF64EDAB086A5F18E393EE /* TennisGame2.m */; };
CACF6F3B5CEDAF9DFE1B8A64 /* TennisGame3.m in Sources */ = {isa = PBXBuildFile; fileRef = CACF6BAD45E82D978466F92B /* TennisGame3.m */; }; CACF6F3B5CEDAF9DFE1B8A64 /* TennisGame3.m in Sources */ = {isa = PBXBuildFile; fileRef = CACF6BAD45E82D978466F92B /* TennisGame3.m */; };
CACF6F6E0354DF7DE228F341 /* TennisGame1.m in Sources */ = {isa = PBXBuildFile; fileRef = CACF6BF242B4F5F91193BEC7 /* TennisGame1.m */; };
CACF6F7FFC55CDCFB3E02466 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = CACF65D0E3A6E15249A3EE3D /* main.m */; };
/* End PBXBuildFile section */ /* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
CACF64D89970FF6F7CA17D31 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = CACF6DA3161729BC17499E03 /* Project object */;
proxyType = 1;
remoteGlobalIDString = CACF69AD9BF8D87BBC1D0651;
remoteInfo = Tennis;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */ /* Begin PBXFileReference section */
CACF6038910C1AD4943FC708 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
CACF61291A7012C7769FCE61 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; CACF61291A7012C7769FCE61 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
CACF61BEC34F59AE310970BC /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
CACF63DE5D96157326EB9B8B /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = en.lproj/MainStoryboard_iPad.storyboard; sourceTree = "<group>"; };
CACF6419833B61F7E3D89075 /* TennisGame3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TennisGame3.h; sourceTree = "<group>"; }; CACF6419833B61F7E3D89075 /* TennisGame3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TennisGame3.h; sourceTree = "<group>"; };
CACF649AAFA398A61A600CB7 /* TennisGame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TennisGame.m; sourceTree = "<group>"; }; CACF649AAFA398A61A600CB7 /* TennisGame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TennisGame.m; sourceTree = "<group>"; };
CACF64E5E1F46B45835C2ADD /* TennisTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.info; path = "TennisTests-Info.plist"; sourceTree = "<group>"; };
CACF64EDAB086A5F18E393EE /* TennisGame2.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TennisGame2.m; sourceTree = "<group>"; }; CACF64EDAB086A5F18E393EE /* TennisGame2.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TennisGame2.m; sourceTree = "<group>"; };
CACF65D0E3A6E15249A3EE3D /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
CACF665E8EA24EE215E5498C /* TennisTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TennisTests.octest; sourceTree = BUILT_PRODUCTS_DIR; }; CACF665E8EA24EE215E5498C /* TennisTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TennisTests.octest; sourceTree = BUILT_PRODUCTS_DIR; };
CACF666E98D511A74FA3D675 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
CACF66D0CE7C0E01036D6AB1 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
CACF6759046CDA8835BDE4B2 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
CACF6771858FAF6F6F4650A6 /* TennisGame2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TennisGame2.h; sourceTree = "<group>"; }; CACF6771858FAF6F6F4650A6 /* TennisGame2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TennisGame2.h; sourceTree = "<group>"; };
CACF6933BDBCFF02099B5751 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = en.lproj/MainStoryboard_iPhone.storyboard; sourceTree = "<group>"; };
CACF69F4ABB8AC23884C74C3 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; CACF69F4ABB8AC23884C74C3 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
CACF6A13AA71A254E309FB03 /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; }; CACF6A13AA71A254E309FB03 /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; };
CACF6A4205D54CCF3AEA2B65 /* TennisTests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TennisTests.h; sourceTree = "<group>"; }; CACF6A4205D54CCF3AEA2B65 /* TennisTests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TennisTests.h; sourceTree = "<group>"; };
CACF6A964A59A72222255B2C /* TennisGame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TennisGame.h; sourceTree = "<group>"; }; CACF6A964A59A72222255B2C /* TennisGame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TennisGame.h; sourceTree = "<group>"; };
CACF6ACB8808C4FCB94FF29C /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
CACF6B79FE846441B027773F /* Tennis.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Tennis.app; sourceTree = BUILT_PRODUCTS_DIR; };
CACF6B7F36643E0787BABC39 /* TennisGame1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TennisGame1.h; sourceTree = "<group>"; }; CACF6B7F36643E0787BABC39 /* TennisGame1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TennisGame1.h; sourceTree = "<group>"; };
CACF6BAD45E82D978466F92B /* TennisGame3.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TennisGame3.m; sourceTree = "<group>"; }; CACF6BAD45E82D978466F92B /* TennisGame3.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TennisGame3.m; sourceTree = "<group>"; };
CACF6BF242B4F5F91193BEC7 /* TennisGame1.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TennisGame1.m; sourceTree = "<group>"; }; CACF6BF242B4F5F91193BEC7 /* TennisGame1.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TennisGame1.m; sourceTree = "<group>"; };
CACF6C2CA2AA72E014F657D0 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
CACF6C52F7301D6A288FECCA /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; CACF6C52F7301D6A288FECCA /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
CACF6C703FB825FF8A0C6279 /* Tennis-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Tennis-Prefix.pch"; sourceTree = "<group>"; };
CACF6D690AB9C997BD1CD8AF /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
CACF6D897D4F49BCD1B41947 /* TennisTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TennisTests.m; sourceTree = "<group>"; }; CACF6D897D4F49BCD1B41947 /* TennisTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TennisTests.m; sourceTree = "<group>"; };
CACF6E1F321CCC9D9CC8F04E /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
CACF6E515082A06CBCF4B49E /* Tennis-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.info; path = "Tennis-Info.plist"; sourceTree = "<group>"; };
/* End PBXFileReference section */ /* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */
@ -89,16 +46,6 @@
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
CACF6C21FB96D257A9D51B69 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
CACF6851862FECD0A333A400 /* UIKit.framework in Frameworks */,
CACF6CEF4B8FF37159571CA9 /* Foundation.framework in Frameworks */,
CACF677C41A1432B7A28BA4B /* CoreGraphics.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */ /* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */ /* Begin PBXGroup section */
@ -116,56 +63,25 @@
CACF652B01231CADE96100D1 = { CACF652B01231CADE96100D1 = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
CACF6E7D48293F4D43E7A6DC /* Products */,
CACF60033C37E3B5C11CC734 /* Frameworks */,
CACF67CF0393B97F4DC41E0B /* Tennis */, CACF67CF0393B97F4DC41E0B /* Tennis */,
CACF65D28A08CBB9A2C540F5 /* TennisTests */, CACF65D28A08CBB9A2C540F5 /* TennisTests */,
CACF6E7D48293F4D43E7A6DC /* Products */,
CACF60033C37E3B5C11CC734 /* Frameworks */,
); );
sourceTree = "<group>"; sourceTree = "<group>";
}; };
CACF65B550EA0B25FDCB4734 /* Supporting Files */ = {
isa = PBXGroup;
children = (
CACF6E515082A06CBCF4B49E /* Tennis-Info.plist */,
CACF6B0DF95E878216995989 /* InfoPlist.strings */,
CACF65D0E3A6E15249A3EE3D /* main.m */,
CACF6C703FB825FF8A0C6279 /* Tennis-Prefix.pch */,
CACF6ACB8808C4FCB94FF29C /* Default.png */,
CACF6C2CA2AA72E014F657D0 /* Default@2x.png */,
CACF61BEC34F59AE310970BC /* Default-568h@2x.png */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
CACF65D28A08CBB9A2C540F5 /* TennisTests */ = { CACF65D28A08CBB9A2C540F5 /* TennisTests */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
CACF67238D0948836603B9CC /* Supporting Files */,
CACF6A4205D54CCF3AEA2B65 /* TennisTests.h */, CACF6A4205D54CCF3AEA2B65 /* TennisTests.h */,
CACF6D897D4F49BCD1B41947 /* TennisTests.m */, CACF6D897D4F49BCD1B41947 /* TennisTests.m */,
); );
path = TennisTests; path = TennisTests;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
CACF67238D0948836603B9CC /* Supporting Files */ = {
isa = PBXGroup;
children = (
CACF64E5E1F46B45835C2ADD /* TennisTests-Info.plist */,
CACF6949C1475F308096D3C1 /* InfoPlist.strings */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
CACF67CF0393B97F4DC41E0B /* Tennis */ = { CACF67CF0393B97F4DC41E0B /* Tennis */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
CACF65B550EA0B25FDCB4734 /* Supporting Files */,
CACF6D690AB9C997BD1CD8AF /* AppDelegate.h */,
CACF6E1F321CCC9D9CC8F04E /* AppDelegate.m */,
CACF6EE7BED3428159FF4EEC /* MainStoryboard_iPhone.storyboard */,
CACF644334B42B9407948B3F /* MainStoryboard_iPad.storyboard */,
CACF6038910C1AD4943FC708 /* ViewController.h */,
CACF6759046CDA8835BDE4B2 /* ViewController.m */,
CACF6BF242B4F5F91193BEC7 /* TennisGame1.m */, CACF6BF242B4F5F91193BEC7 /* TennisGame1.m */,
CACF6B7F36643E0787BABC39 /* TennisGame1.h */, CACF6B7F36643E0787BABC39 /* TennisGame1.h */,
CACF64EDAB086A5F18E393EE /* TennisGame2.m */, CACF64EDAB086A5F18E393EE /* TennisGame2.m */,
@ -181,7 +97,6 @@
CACF6E7D48293F4D43E7A6DC /* Products */ = { CACF6E7D48293F4D43E7A6DC /* Products */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
CACF6B79FE846441B027773F /* Tennis.app */,
CACF665E8EA24EE215E5498C /* TennisTests.octest */, CACF665E8EA24EE215E5498C /* TennisTests.octest */,
); );
name = Products; name = Products;
@ -190,23 +105,6 @@
/* End PBXGroup section */ /* End PBXGroup section */
/* Begin PBXNativeTarget section */ /* Begin PBXNativeTarget section */
CACF69AD9BF8D87BBC1D0651 /* Tennis */ = {
isa = PBXNativeTarget;
buildConfigurationList = CACF65DD48552DE493A07E65 /* Build configuration list for PBXNativeTarget "Tennis" */;
buildPhases = (
CACF61DDF5747486E9A2F79B /* Sources */,
CACF6C21FB96D257A9D51B69 /* Frameworks */,
CACF6261741B7D6FD198B4AD /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = Tennis;
productName = Tennis;
productReference = CACF6B79FE846441B027773F /* Tennis.app */;
productType = "com.apple.product-type.application";
};
CACF6DE0B90C4D92A2B3D5E6 /* TennisTests */ = { CACF6DE0B90C4D92A2B3D5E6 /* TennisTests */ = {
isa = PBXNativeTarget; isa = PBXNativeTarget;
buildConfigurationList = CACF68FD0CC2343E15B3AA80 /* Build configuration list for PBXNativeTarget "TennisTests" */; buildConfigurationList = CACF68FD0CC2343E15B3AA80 /* Build configuration list for PBXNativeTarget "TennisTests" */;
@ -219,7 +117,6 @@
buildRules = ( buildRules = (
); );
dependencies = ( dependencies = (
CACF606BA95A02CF011B86A5 /* PBXTargetDependency */,
); );
name = TennisTests; name = TennisTests;
productName = TennisTests; productName = TennisTests;
@ -246,31 +143,16 @@
projectDirPath = ""; projectDirPath = "";
projectRoot = ""; projectRoot = "";
targets = ( targets = (
CACF69AD9BF8D87BBC1D0651 /* Tennis */,
CACF6DE0B90C4D92A2B3D5E6 /* TennisTests */, CACF6DE0B90C4D92A2B3D5E6 /* TennisTests */,
); );
}; };
/* End PBXProject section */ /* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */ /* Begin PBXResourcesBuildPhase section */
CACF6261741B7D6FD198B4AD /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
CACF674F504168629BDEF151 /* InfoPlist.strings in Resources */,
CACF62EF6247A6D2018763C1 /* Default.png in Resources */,
CACF6054BE77230ECBA65619 /* Default@2x.png in Resources */,
CACF6D696940933251B2AE37 /* Default-568h@2x.png in Resources */,
CACF69C81388A5BE7690528D /* MainStoryboard_iPhone.storyboard in Resources */,
CACF61C5886ADB1487CE8336 /* MainStoryboard_iPad.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
CACF6814909F4B826FA2E0CA /* Resources */ = { CACF6814909F4B826FA2E0CA /* Resources */ = {
isa = PBXResourcesBuildPhase; isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
CACF6788162E934967B8E957 /* InfoPlist.strings in Resources */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
@ -293,20 +175,6 @@
/* End PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */
CACF61DDF5747486E9A2F79B /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
CACF6F7FFC55CDCFB3E02466 /* main.m in Sources */,
CACF68DE17C3FF57501B8E7C /* AppDelegate.m in Sources */,
CACF613C20408597F536B6B1 /* ViewController.m in Sources */,
CACF6F6E0354DF7DE228F341 /* TennisGame1.m in Sources */,
CACF69FD20BB16907B25C317 /* TennisGame2.m in Sources */,
CACF65812FE6C904337ABA28 /* TennisGame3.m in Sources */,
CACF6358C3384B35EAF90119 /* TennisGame.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
CACF6FE60766CDED5F49C391 /* Sources */ = { CACF6FE60766CDED5F49C391 /* Sources */ = {
isa = PBXSourcesBuildPhase; isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
@ -321,49 +189,6 @@
}; };
/* End PBXSourcesBuildPhase section */ /* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
CACF606BA95A02CF011B86A5 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = CACF69AD9BF8D87BBC1D0651 /* Tennis */;
targetProxy = CACF64D89970FF6F7CA17D31 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
CACF644334B42B9407948B3F /* MainStoryboard_iPad.storyboard */ = {
isa = PBXVariantGroup;
children = (
CACF63DE5D96157326EB9B8B /* en */,
);
name = MainStoryboard_iPad.storyboard;
sourceTree = "<group>";
};
CACF6949C1475F308096D3C1 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
CACF666E98D511A74FA3D675 /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
CACF6B0DF95E878216995989 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
CACF66D0CE7C0E01036D6AB1 /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
CACF6EE7BED3428159FF4EEC /* MainStoryboard_iPhone.storyboard */ = {
isa = PBXVariantGroup;
children = (
CACF6933BDBCFF02099B5751 /* en */,
);
name = MainStoryboard_iPhone.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */ /* Begin XCBuildConfiguration section */
CACF601C65BCC0FBE3D880E3 /* Release */ = { CACF601C65BCC0FBE3D880E3 /* Release */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
@ -374,8 +199,6 @@
"\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"", "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"",
); );
GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Tennis/Tennis-Prefix.pch";
INFOPLIST_FILE = "TennisTests/TennisTests-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = ""; TEST_HOST = "";
WRAPPER_EXTENSION = octest; WRAPPER_EXTENSION = octest;
@ -408,28 +231,6 @@
}; };
name = Release; name = Release;
}; };
CACF655D7424F77B76941FBC /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Tennis/Tennis-Prefix.pch";
INFOPLIST_FILE = "Tennis/Tennis-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
CACF681D75AD23FC2F298299 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Tennis/Tennis-Prefix.pch";
INFOPLIST_FILE = "Tennis/Tennis-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Release;
};
CACF6A641D1372E5C5478EB2 /* Debug */ = { CACF6A641D1372E5C5478EB2 /* Debug */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
@ -439,8 +240,6 @@
"\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"", "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"",
); );
GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Tennis/Tennis-Prefix.pch";
INFOPLIST_FILE = "TennisTests/TennisTests-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = ""; TEST_HOST = "";
WRAPPER_EXTENSION = octest; WRAPPER_EXTENSION = octest;
@ -482,15 +281,6 @@
/* End XCBuildConfiguration section */ /* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */ /* Begin XCConfigurationList section */
CACF65DD48552DE493A07E65 /* Build configuration list for PBXNativeTarget "Tennis" */ = {
isa = XCConfigurationList;
buildConfigurations = (
CACF681D75AD23FC2F298299 /* Release */,
CACF655D7424F77B76941FBC /* Debug */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
CACF68FD0CC2343E15B3AA80 /* Build configuration list for PBXNativeTarget "TennisTests" */ = { CACF68FD0CC2343E15B3AA80 /* Build configuration list for PBXNativeTarget "TennisTests" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (

View File

@ -1,67 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "CACF69AD9BF8D87BBC1D0651"
BuildableName = "Tennis.app"
BlueprintName = "Tennis"
ReferencedContainer = "container:Tennis.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
<Testables>
</Testables>
</TestAction>
<LaunchAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "CACF69AD9BF8D87BBC1D0651"
BuildableName = "Tennis.app"
BlueprintName = "Tennis"
ReferencedContainer = "container:Tennis.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

View File

@ -1,19 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>CACF69AD9BF8D87BBC1D0651</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>CACF6DE0B90C4D92A2B3D5E6</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>

View File

@ -1,15 +0,0 @@
//
// AppDelegate.h
// Tennis
//
// Created by Stefan on 05/31/13.
// Copyright (c) 2013 Stefan van den Oord. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end

View File

@ -1,51 +0,0 @@
//
// AppDelegate.m
// Tennis
//
// Created by Stefan on 05/31/13.
// Copyright (c) 2013 Stefan van den Oord. All rights reserved.
//
#import "AppDelegate.h"
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
// Override point for customization after application launch.
return YES;
}
- (void)applicationWillResignActive:(UIApplication *)application
{
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
// Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
}
- (void)applicationDidEnterBackground:(UIApplication *)application
{
// Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
// If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
}
- (void)applicationWillEnterForeground:(UIApplication *)application
{
// Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
}
- (void)applicationDidBecomeActive:(UIApplication *)application
{
// Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
}
- (void)applicationWillTerminate:(UIApplication *)application
{
// Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
}
@end

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

View File

@ -1,52 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleIdentifier</key>
<string>com.vandenoord.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIMainStoryboardFile</key>
<string>MainStoryboard_iPhone</string>
<key>UIMainStoryboardFile~ipad</key>
<string>MainStoryboard_iPad</string>
</dict>
</plist>

View File

@ -1,16 +0,0 @@
//
// Prefix header for all source files of the 'Tennis' target in the 'Tennis' project
//
#import <Availability.h>
#ifndef __IPHONE_5_0
#warning "This project uses features only available in iOS SDK 5.0 and later."
#endif
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#endif

View File

@ -1,13 +0,0 @@
//
// ViewController.h
// Tennis
//
// Created by Stefan on 05/31/13.
// Copyright (c) 2013 Stefan van den Oord. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
@end

View File

@ -1,29 +0,0 @@
//
// ViewController.m
// Tennis
//
// Created by Stefan on 05/31/13.
// Copyright (c) 2013 Stefan van den Oord. All rights reserved.
//
#import "ViewController.h"
@interface ViewController ()
@end
@implementation ViewController
- (void)viewDidLoad
{
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
}
- (void)didReceiveMemoryWarning
{
[super didReceiveMemoryWarning];
// Dispose of any resources that can be recreated.
}
@end

View File

@ -1 +0,0 @@
/* Localized versions of Info.plist keys */

View File

@ -1,26 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="2.0" toolsVersion="2519" systemVersion="12A206j" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" useAutolayout="YES" initialViewController="2">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="1856"/>
</dependencies>
<scenes>
<!--class Prefix:identifier View Controller-->
<scene sceneID="4">
<objects>
<viewController id="2" customClass="ViewController" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="5">
<rect key="frame" x="0.0" y="20" width="768" height="1004"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="3" sceneMemberID="firstResponder"/>
</objects>
</scene>
</scenes>
<simulatedMetricsContainer key="defaultSimulatedMetrics">
<simulatedStatusBarMetrics key="statusBar" statusBarStyle="blackTranslucent"/>
<simulatedOrientationMetrics key="orientation"/>
<simulatedScreenMetrics key="destination"/>
</simulatedMetricsContainer>
</document>

View File

@ -1,26 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="2.0" toolsVersion="2519" systemVersion="12A206j" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" initialViewController="2">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="1856"/>
</dependencies>
<scenes>
<!--class Prefix:identifier View Controller-->
<scene sceneID="5">
<objects>
<viewController id="2" customClass="ViewController" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="3">
<rect key="frame" x="0.0" y="20" width="320" height="460"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="4" sceneMemberID="firstResponder"/>
</objects>
</scene>
</scenes>
<simulatedMetricsContainer key="defaultSimulatedMetrics">
<simulatedStatusBarMetrics key="statusBar"/>
<simulatedOrientationMetrics key="orientation"/>
<simulatedScreenMetrics key="destination" type="retina4"/>
</simulatedMetricsContainer>
</document>

View File

@ -1,19 +0,0 @@
//
// main.m
// Tennis
//
// Created by Stefan on 05/31/13.
// Copyright (c) 2013 Stefan van den Oord. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "AppDelegate.h"
int main(int argc, char *argv[])
{
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
}
}

View File

@ -1,25 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleIdentifier</key>
<string>com.vandenoord.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleSignature</key>
<string>????</string>
</dict>
</plist>

View File

@ -1 +0,0 @@
/* Localized versions of Info.plist keys */