Skip to content

Commit

Permalink
Can't make for iPad
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashley committed Mar 4, 2015
1 parent 6140d9e commit 3792580
Show file tree
Hide file tree
Showing 30 changed files with 820 additions and 35 deletions.
19 changes: 19 additions & 0 deletions ScienceBowlScorecard.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
17A2C4791AA3C3CA007AB464 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 17A2C4781AA3C3CA007AB464 /* Images.xcassets */; };
17A2C47C1AA3C3CA007AB464 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 17A2C47A1AA3C3CA007AB464 /* LaunchScreen.xib */; };
17A2C4881AA3C3CA007AB464 /* ScienceBowlScorecardTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 17A2C4871AA3C3CA007AB464 /* ScienceBowlScorecardTests.m */; };
17E5162D1AA45272003D0833 /* MessageUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 17E5162C1AA45272003D0833 /* MessageUI.framework */; };
17E516301AA45A8B003D0833 /* StartViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 17E5162F1AA45A8B003D0833 /* StartViewController.m */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -40,13 +42,17 @@
17A2C4811AA3C3CA007AB464 /* ScienceBowlScorecardTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ScienceBowlScorecardTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
17A2C4861AA3C3CA007AB464 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
17A2C4871AA3C3CA007AB464 /* ScienceBowlScorecardTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ScienceBowlScorecardTests.m; sourceTree = "<group>"; };
17E5162C1AA45272003D0833 /* MessageUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MessageUI.framework; path = System/Library/Frameworks/MessageUI.framework; sourceTree = SDKROOT; };
17E5162E1AA45A8B003D0833 /* StartViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StartViewController.h; sourceTree = "<group>"; };
17E5162F1AA45A8B003D0833 /* StartViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StartViewController.m; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
17A2C4651AA3C3CA007AB464 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
17E5162D1AA45272003D0833 /* MessageUI.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -63,6 +69,7 @@
17A2C45F1AA3C3CA007AB464 = {
isa = PBXGroup;
children = (
17E5162C1AA45272003D0833 /* MessageUI.framework */,
17A2C46A1AA3C3CA007AB464 /* ScienceBowlScorecard */,
17A2C4841AA3C3CA007AB464 /* ScienceBowlScorecardTests */,
17A2C4691AA3C3CA007AB464 /* Products */,
Expand All @@ -83,6 +90,8 @@
children = (
17A2C46F1AA3C3CA007AB464 /* AppDelegate.h */,
17A2C4701AA3C3CA007AB464 /* AppDelegate.m */,
17E5162E1AA45A8B003D0833 /* StartViewController.h */,
17E5162F1AA45A8B003D0833 /* StartViewController.m */,
17A2C4721AA3C3CA007AB464 /* ViewController.h */,
17A2C4731AA3C3CA007AB464 /* ViewController.m */,
17A2C4751AA3C3CA007AB464 /* Main.storyboard */,
Expand Down Expand Up @@ -168,6 +177,7 @@
TargetAttributes = {
17A2C4671AA3C3CA007AB464 = {
CreatedOnToolsVersion = 6.1.1;
DevelopmentTeam = J8E8R4729Q;
};
17A2C4801AA3C3CA007AB464 = {
CreatedOnToolsVersion = 6.1.1;
Expand Down Expand Up @@ -220,6 +230,7 @@
buildActionMask = 2147483647;
files = (
17A2C4741AA3C3CA007AB464 /* ViewController.m in Sources */,
17E516301AA45A8B003D0833 /* StartViewController.m in Sources */,
17A2C4711AA3C3CA007AB464 /* AppDelegate.m in Sources */,
17A2C46E1AA3C3CA007AB464 /* main.m in Sources */,
);
Expand Down Expand Up @@ -280,6 +291,7 @@
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -343,19 +355,24 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=*]" = "iPhone Developer";
INFOPLIST_FILE = ScienceBowlScorecard/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
17A2C48D1AA3C3CA007AB464 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
INFOPLIST_FILE = ScienceBowlScorecard/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
Expand Down Expand Up @@ -412,6 +429,7 @@
17A2C48D1AA3C3CA007AB464 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
17A2C48E1AA3C3CA007AB464 /* Build configuration list for PBXNativeTarget "ScienceBowlScorecardTests" */ = {
isa = XCConfigurationList;
Expand All @@ -420,6 +438,7 @@
17A2C4901AA3C3CA007AB464 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,63 @@
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "17A2C4671AA3C3CA007AB464"
BuildableName = "ScienceBowlScorecard.app"
BlueprintName = "ScienceBowlScorecard"
ReferencedContainer = "container:ScienceBowlScorecard.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "NO"
buildForArchiving = "NO"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "17A2C4801AA3C3CA007AB464"
BuildableName = "ScienceBowlScorecardTests.xctest"
BlueprintName = "ScienceBowlScorecardTests"
ReferencedContainer = "container:ScienceBowlScorecard.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "17A2C4801AA3C3CA007AB464"
BuildableName = "ScienceBowlScorecardTests.xctest"
BlueprintName = "ScienceBowlScorecardTests"
ReferencedContainer = "container:ScienceBowlScorecard.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "17A2C4671AA3C3CA007AB464"
BuildableName = "ScienceBowlScorecard.app"
BlueprintName = "ScienceBowlScorecard"
ReferencedContainer = "container:ScienceBowlScorecard.xcodeproj">
</BuildableReference>
</MacroExpansion>
</TestAction>
<LaunchAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
Expand All @@ -23,6 +72,15 @@
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "17A2C4671AA3C3CA007AB464"
BuildableName = "ScienceBowlScorecard.app"
BlueprintName = "ScienceBowlScorecard"
ReferencedContainer = "container:ScienceBowlScorecard.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
Expand All @@ -32,6 +90,15 @@
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "17A2C4671AA3C3CA007AB464"
BuildableName = "ScienceBowlScorecard.app"
BlueprintName = "ScienceBowlScorecard"
ReferencedContainer = "container:ScienceBowlScorecard.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
Expand Down
29 changes: 19 additions & 10 deletions ScienceBowlScorecard/Base.lproj/LaunchScreen.xib
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6214" systemVersion="14A314h" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6254" systemVersion="13F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6207"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6247"/>
<capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
</dependencies>
<objects>
Expand All @@ -13,23 +13,29 @@
<subviews>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright (c) 2015 Ashley Dumaine. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
<rect key="frame" x="20" y="439" width="441" height="21"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="17"/>
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="ScienceBowlScorecard" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX">
<rect key="frame" x="20" y="140" width="441" height="43"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Science Bowl Scorecard" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX">
<rect key="frame" x="20" y="139" width="441" height="46"/>
<fontDescription key="fontDescription" name="HelveticaNeue-UltraLight" family="Helvetica Neue" pointSize="40"/>
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<nil key="highlightedColor"/>
</label>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="scorecard" translatesAutoresizingMaskIntoConstraints="NO" id="hqR-9C-Zm0">
<rect key="frame" x="120" y="202" width="240" height="128"/>
</imageView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="kId-c2-rCX" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="bottom" multiplier="1/3" constant="1" id="5cJ-9S-tgC"/>
<constraint firstItem="hqR-9C-Zm0" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="202" id="2ja-Cl-aKI"/>
<constraint firstAttribute="trailing" secondItem="hqR-9C-Zm0" secondAttribute="trailing" constant="120" id="3cO-zO-APa"/>
<constraint firstItem="kId-c2-rCX" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="bottom" multiplier="1/3" constant="2" id="5cJ-9S-tgC"/>
<constraint firstAttribute="centerX" secondItem="kId-c2-rCX" secondAttribute="centerX" id="Koa-jz-hwk"/>
<constraint firstAttribute="bottom" secondItem="8ie-xW-0ye" secondAttribute="bottom" constant="20" id="Kzo-t9-V3l"/>
<constraint firstItem="8ie-xW-0ye" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="MfP-vx-nX0"/>
<constraint firstItem="hqR-9C-Zm0" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="120" id="UxJ-ey-7Ky"/>
<constraint firstAttribute="centerX" secondItem="8ie-xW-0ye" secondAttribute="centerX" id="ZEH-qu-HZ9"/>
<constraint firstItem="kId-c2-rCX" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="fvb-Df-36g"/>
</constraints>
Expand All @@ -38,4 +44,7 @@
<point key="canvasLocation" x="548" y="455"/>
</view>
</objects>
<resources>
<image name="scorecard" width="128" height="128"/>
</resources>
</document>
Loading

0 comments on commit 3792580

Please sign in to comment.