Skip to content

Commit 3d6891c

Browse files
committed
Lots of bug fixes and improvements
1 parent 8a4e44e commit 3d6891c

33 files changed

+180
-134
lines changed

HackFSU.xcodeproj/project.pbxproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
61F2087E1C51EF4C00B7CD27 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 61F2087D1C51EF4C00B7CD27 /* Assets.xcassets */; };
3636
C705512F7725F4D56522EFBF /* Pods_HackFSU.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D03DC5F9440654A6BAE82681 /* Pods_HackFSU.framework */; };
3737
DF41D2C11E4AA41700225152 /* HFCountdownItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF41D2C01E4AA41700225152 /* HFCountdownItem.swift */; };
38-
DFB7BFAD1E4949C1003BC8D0 /* placeholder.png in Resources */ = {isa = PBXBuildFile; fileRef = DFB7BFAC1E4949C1003BC8D0 /* placeholder.png */; };
38+
DFC688C41E4AC162009A99AE /* placeholder.png in Resources */ = {isa = PBXBuildFile; fileRef = DFC688C31E4AC162009A99AE /* placeholder.png */; };
3939
/* End PBXBuildFile section */
4040

4141
/* Begin PBXContainerItemProxy section */
@@ -108,7 +108,7 @@
108108
C0523E8B4D485DCDC7EEA0B7 /* Pods-HackFSU.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HackFSU.debug.xcconfig"; path = "Pods/Target Support Files/Pods-HackFSU/Pods-HackFSU.debug.xcconfig"; sourceTree = "<group>"; };
109109
D03DC5F9440654A6BAE82681 /* Pods_HackFSU.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_HackFSU.framework; sourceTree = BUILT_PRODUCTS_DIR; };
110110
DF41D2C01E4AA41700225152 /* HFCountdownItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HFCountdownItem.swift; sourceTree = "<group>"; };
111-
DFB7BFAC1E4949C1003BC8D0 /* placeholder.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = placeholder.png; sourceTree = "<group>"; };
111+
DFC688C31E4AC162009A99AE /* placeholder.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = placeholder.png; sourceTree = "<group>"; };
112112
E0C8C6E9D166446C8B6F2ABE /* Pods-Hack FSU.adhoc.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Hack FSU.adhoc.xcconfig"; path = "Pods/Target Support Files/Pods-Hack FSU/Pods-Hack FSU.adhoc.xcconfig"; sourceTree = "<group>"; };
113113
E44455C18E0CFED949C518E0 /* Pods-Hack FSU.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Hack FSU.release.xcconfig"; path = "Pods/Target Support Files/Pods-Hack FSU/Pods-Hack FSU.release.xcconfig"; sourceTree = "<group>"; };
114114
/* End PBXFileReference section */
@@ -194,7 +194,7 @@
194194
61551A6E1BD9C0C50091D44A /* HackFSU */ = {
195195
isa = PBXGroup;
196196
children = (
197-
DFB7BFAC1E4949C1003BC8D0 /* placeholder.png */,
197+
DFC688C31E4AC162009A99AE /* placeholder.png */,
198198
61551A731BD9C0C50091D44A /* Main.storyboard */,
199199
61551A6F1BD9C0C50091D44A /* AppDelegate.swift */,
200200
61EE2DBB1BE3E49E00E80DDF /* Style */,
@@ -342,11 +342,11 @@
342342
attributes = {
343343
LastSwiftUpdateCheck = 0700;
344344
LastUpgradeCheck = 0810;
345-
ORGANIZATIONNAME = "Todd Littlejohn";
345+
ORGANIZATIONNAME = HackFSU;
346346
TargetAttributes = {
347347
61551A6B1BD9C0C50091D44A = {
348348
CreatedOnToolsVersion = 7.0;
349-
DevelopmentTeam = 79838R6XL2;
349+
DevelopmentTeam = NE788D48N6;
350350
LastSwiftMigration = 0810;
351351
ProvisioningStyle = Automatic;
352352
SystemCapabilities = {
@@ -395,7 +395,7 @@
395395
61551A7A1BD9C0C50091D44A /* LaunchScreen.storyboard in Resources */,
396396
61551A751BD9C0C50091D44A /* Main.storyboard in Resources */,
397397
61F2087E1C51EF4C00B7CD27 /* Assets.xcassets in Resources */,
398-
DFB7BFAD1E4949C1003BC8D0 /* placeholder.png in Resources */,
398+
DFC688C41E4AC162009A99AE /* placeholder.png in Resources */,
399399
61CC64C61C472D6200E08521 /* unisans.OTF in Resources */,
400400
);
401401
runOnlyForDeploymentPostprocessing = 0;
@@ -644,11 +644,11 @@
644644
CLANG_ENABLE_MODULES = YES;
645645
CODE_SIGN_IDENTITY = "iPhone Developer: Todd Joseph Littlejohn (4KYDF7BG9W)";
646646
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
647-
DEVELOPMENT_TEAM = 79838R6XL2;
647+
DEVELOPMENT_TEAM = NE788D48N6;
648648
INFOPLIST_FILE = HackFSU/Info.plist;
649649
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
650650
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
651-
PRODUCT_BUNDLE_IDENTIFIER = com.hackfsu.mobile.ios;
651+
PRODUCT_BUNDLE_IDENTIFIER = com.hackfsu.ios;
652652
PRODUCT_NAME = "$(TARGET_NAME)";
653653
PROVISIONING_PROFILE = "";
654654
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -666,11 +666,11 @@
666666
CLANG_ENABLE_MODULES = YES;
667667
CODE_SIGN_IDENTITY = "iPhone Distribution: Todd Joseph Littlejohn (KW8RLKUW3C)";
668668
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
669-
DEVELOPMENT_TEAM = 79838R6XL2;
669+
DEVELOPMENT_TEAM = NE788D48N6;
670670
INFOPLIST_FILE = HackFSU/Info.plist;
671671
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
672672
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
673-
PRODUCT_BUNDLE_IDENTIFIER = com.hackfsu.mobile.ios;
673+
PRODUCT_BUNDLE_IDENTIFIER = com.hackfsu.ios;
674674
PRODUCT_NAME = "$(TARGET_NAME)";
675675
PROVISIONING_PROFILE = "";
676676
SWIFT_VERSION = 2.3;
@@ -785,11 +785,11 @@
785785
CLANG_ENABLE_MODULES = YES;
786786
CODE_SIGN_IDENTITY = "iPhone Distribution: Todd Joseph Littlejohn (KW8RLKUW3C)";
787787
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
788-
DEVELOPMENT_TEAM = 79838R6XL2;
788+
DEVELOPMENT_TEAM = NE788D48N6;
789789
INFOPLIST_FILE = HackFSU/Info.plist;
790790
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
791791
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
792-
PRODUCT_BUNDLE_IDENTIFIER = com.hackfsu.mobile.ios;
792+
PRODUCT_BUNDLE_IDENTIFIER = com.hackfsu.ios;
793793
PRODUCT_NAME = "$(TARGET_NAME)";
794794
PROVISIONING_PROFILE = "";
795795
SWIFT_VERSION = 2.3;

HackFSU/Assets.xcassets/cross.imageset/Contents.json

Lines changed: 0 additions & 23 deletions
This file was deleted.
-42 KB
Binary file not shown.
-69.8 KB
Binary file not shown.
-34.7 KB
Binary file not shown.

HackFSU/Assets.xcassets/lightning.imageset/Contents.json

Lines changed: 0 additions & 23 deletions
This file was deleted.
-36.1 KB
Binary file not shown.
-59 KB
Binary file not shown.
-32.7 KB
Binary file not shown.
-36 KB
Binary file not shown.

0 commit comments

Comments
 (0)