Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
118 changes: 111 additions & 7 deletions HeadsUpper/HeadsUpper.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,41 +9,66 @@
/* Begin PBXBuildFile section */
8D89695C1C755D0200D32E8A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D89695B1C755D0200D32E8A /* main.m */; };
8D89695F1C755D0200D32E8A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D89695E1C755D0200D32E8A /* AppDelegate.m */; };
8D8969621C755D0200D32E8A /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D8969611C755D0200D32E8A /* ViewController.m */; };
8D8969651C755D0200D32E8A /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8D8969631C755D0200D32E8A /* Main.storyboard */; };
8D8969671C755D0200D32E8A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8D8969661C755D0200D32E8A /* Assets.xcassets */; };
8D89696A1C755D0200D32E8A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8D8969681C755D0200D32E8A /* LaunchScreen.storyboard */; };
A333B62DFE9DACB9FAEC6CEA /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E05921BCE5C8252E579E154B /* libPods.a */; };
BF2E42A61C7A0EDE0026DBB1 /* HUTopicsTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BF2E42A51C7A0EDE0026DBB1 /* HUTopicsTableViewController.m */; };
BF2E42AC1C7A0F880026DBB1 /* HUGameScreenViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BF2E42AB1C7A0F880026DBB1 /* HUGameScreenViewController.m */; };
BF2E42BA1C7A19670026DBB1 /* HUAPIManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BF2E42B91C7A19670026DBB1 /* HUAPIManager.m */; };
BF2E42BD1C7A66E80026DBB1 /* IntroViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BF2E42BC1C7A66E80026DBB1 /* IntroViewController.m */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
8D8969571C755D0200D32E8A /* HeadsUpper.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HeadsUpper.app; sourceTree = BUILT_PRODUCTS_DIR; };
8D89695B1C755D0200D32E8A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
8D89695D1C755D0200D32E8A /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
8D89695E1C755D0200D32E8A /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
8D8969601C755D0200D32E8A /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
8D8969611C755D0200D32E8A /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
8D8969641C755D0200D32E8A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
8D8969661C755D0200D32E8A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
8D8969691C755D0200D32E8A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
8D89696B1C755D0200D32E8A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
BF2E42A41C7A0EDE0026DBB1 /* HUTopicsTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HUTopicsTableViewController.h; sourceTree = "<group>"; };
BF2E42A51C7A0EDE0026DBB1 /* HUTopicsTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HUTopicsTableViewController.m; sourceTree = "<group>"; };
BF2E42AA1C7A0F880026DBB1 /* HUGameScreenViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HUGameScreenViewController.h; sourceTree = "<group>"; };
BF2E42AB1C7A0F880026DBB1 /* HUGameScreenViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HUGameScreenViewController.m; sourceTree = "<group>"; };
BF2E42B81C7A19670026DBB1 /* HUAPIManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HUAPIManager.h; sourceTree = "<group>"; };
BF2E42B91C7A19670026DBB1 /* HUAPIManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HUAPIManager.m; sourceTree = "<group>"; };
BF2E42BB1C7A66E80026DBB1 /* IntroViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IntroViewController.h; sourceTree = "<group>"; };
BF2E42BC1C7A66E80026DBB1 /* IntroViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IntroViewController.m; sourceTree = "<group>"; };
C053A18C9D01D6853566F919 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; };
E05921BCE5C8252E579E154B /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
FD6D9A48077AAC926D2F4D9A /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
8D8969541C755D0200D32E8A /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
A333B62DFE9DACB9FAEC6CEA /* libPods.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
0B1F1DCAC3CF01429AA49E60 /* Pods */ = {
isa = PBXGroup;
children = (
FD6D9A48077AAC926D2F4D9A /* Pods.debug.xcconfig */,
C053A18C9D01D6853566F919 /* Pods.release.xcconfig */,
);
name = Pods;
sourceTree = "<group>";
};
8D89694E1C755D0200D32E8A = {
isa = PBXGroup;
children = (
8D8969591C755D0200D32E8A /* HeadsUpper */,
8D8969581C755D0200D32E8A /* Products */,
0B1F1DCAC3CF01429AA49E60 /* Pods */,
D7998FD806F4BC000181643E /* Frameworks */,
);
sourceTree = "<group>";
};
Expand All @@ -58,11 +83,12 @@
8D8969591C755D0200D32E8A /* HeadsUpper */ = {
isa = PBXGroup;
children = (
8D8969631C755D0200D32E8A /* Main.storyboard */,
8D89695D1C755D0200D32E8A /* AppDelegate.h */,
8D89695E1C755D0200D32E8A /* AppDelegate.m */,
8D8969601C755D0200D32E8A /* ViewController.h */,
8D8969611C755D0200D32E8A /* ViewController.m */,
8D8969631C755D0200D32E8A /* Main.storyboard */,
BF2E42AF1C7A100C0026DBB1 /* Model */,
BF2E42AE1C7A10060026DBB1 /* View */,
BF2E42AD1C7A0FF90026DBB1 /* Controller */,
8D8969661C755D0200D32E8A /* Assets.xcassets */,
8D8969681C755D0200D32E8A /* LaunchScreen.storyboard */,
8D89696B1C755D0200D32E8A /* Info.plist */,
Expand All @@ -79,16 +105,55 @@
name = "Supporting Files";
sourceTree = "<group>";
};
BF2E42AD1C7A0FF90026DBB1 /* Controller */ = {
isa = PBXGroup;
children = (
BF2E42BB1C7A66E80026DBB1 /* IntroViewController.h */,
BF2E42BC1C7A66E80026DBB1 /* IntroViewController.m */,
BF2E42A41C7A0EDE0026DBB1 /* HUTopicsTableViewController.h */,
BF2E42A51C7A0EDE0026DBB1 /* HUTopicsTableViewController.m */,
BF2E42AA1C7A0F880026DBB1 /* HUGameScreenViewController.h */,
BF2E42AB1C7A0F880026DBB1 /* HUGameScreenViewController.m */,
);
name = Controller;
sourceTree = "<group>";
};
BF2E42AE1C7A10060026DBB1 /* View */ = {
isa = PBXGroup;
children = (
);
name = View;
sourceTree = "<group>";
};
BF2E42AF1C7A100C0026DBB1 /* Model */ = {
isa = PBXGroup;
children = (
BF2E42B81C7A19670026DBB1 /* HUAPIManager.h */,
BF2E42B91C7A19670026DBB1 /* HUAPIManager.m */,
);
name = Model;
sourceTree = "<group>";
};
D7998FD806F4BC000181643E /* Frameworks */ = {
isa = PBXGroup;
children = (
E05921BCE5C8252E579E154B /* libPods.a */,
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
8D8969561C755D0200D32E8A /* HeadsUpper */ = {
isa = PBXNativeTarget;
buildConfigurationList = 8D89696E1C755D0200D32E8A /* Build configuration list for PBXNativeTarget "HeadsUpper" */;
buildPhases = (
5DCDFD92E8D6FC7B00AD3057 /* Check Pods Manifest.lock */,
8D8969531C755D0200D32E8A /* Sources */,
8D8969541C755D0200D32E8A /* Frameworks */,
8D8969551C755D0200D32E8A /* Resources */,
52837711ED79531176ADCCF1 /* Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -144,14 +209,50 @@
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
52837711ED79531176ADCCF1 /* Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n";
showEnvVarsInLog = 0;
};
5DCDFD92E8D6FC7B00AD3057 /* Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Check Pods Manifest.lock";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
8D8969531C755D0200D32E8A /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
8D8969621C755D0200D32E8A /* ViewController.m in Sources */,
8D89695F1C755D0200D32E8A /* AppDelegate.m in Sources */,
BF2E42BA1C7A19670026DBB1 /* HUAPIManager.m in Sources */,
BF2E42AC1C7A0F880026DBB1 /* HUGameScreenViewController.m in Sources */,
BF2E42A61C7A0EDE0026DBB1 /* HUTopicsTableViewController.m in Sources */,
8D89695C1C755D0200D32E8A /* main.m in Sources */,
BF2E42BD1C7A66E80026DBB1 /* IntroViewController.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -259,6 +360,7 @@
};
8D89696F1C755D0200D32E8A /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FD6D9A48077AAC926D2F4D9A /* Pods.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = HeadsUpper/Info.plist;
Expand All @@ -271,6 +373,7 @@
};
8D8969701C755D0200D32E8A /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = C053A18C9D01D6853566F919 /* Pods.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = HeadsUpper/Info.plist;
Expand Down Expand Up @@ -300,6 +403,7 @@
8D8969701C755D0200D32E8A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down
10 changes: 10 additions & 0 deletions HeadsUpper/HeadsUpper.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions HeadsUpper/HeadsUpper/Base.lproj/LaunchScreen.storyboard
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="8150" systemVersion="15A204g" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" initialViewController="01J-lp-oVM">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9532" systemVersion="15C50" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" initialViewController="01J-lp-oVM">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8122"/>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9530"/>
</dependencies>
<scenes>
<!--View Controller-->
Expand All @@ -15,7 +16,6 @@
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<animations/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
</view>
</viewController>
Expand Down
Loading