Skip to content

Commit e5a8ae4

Browse files
committed
Changes
1 parent 1a30e22 commit e5a8ae4

File tree

783 files changed

+23725
-11324
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

783 files changed

+23725
-11324
lines changed

.DS_Store

8 KB
Binary file not shown.

.gitignore

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Xcode
2+
#
3+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4+
5+
## Build generated
6+
build/
7+
DerivedData/
8+
9+
## Various settings
10+
*.pbxuser
11+
!default.pbxuser
12+
*.mode1v3
13+
!default.mode1v3
14+
*.mode2v3
15+
!default.mode2v3
16+
*.perspectivev3
17+
!default.perspectivev3
18+
xcuserdata/
19+
20+
## Other
21+
*.moved-aside
22+
*.xccheckout
23+
*.xcscmblueprint
24+
25+
## Obj-C/Swift specific
26+
*.hmap
27+
*.ipa
28+
29+
# CocoaPods
30+
#
31+
# We recommend against adding the Pods directory to your .gitignore. However
32+
# you should judge for yourself, the pros and cons are mentioned at:
33+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
34+
#
35+
# Pods/
36+
37+
# Carthage
38+
#
39+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
40+
# Carthage/Checkouts
41+
42+
Carthage/Build
43+
44+
# fastlane
45+
#
46+
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
47+
# screenshots whenever they are needed.
48+
# For more information about the recommended setup visit:
49+
# https://github.com/fastlane/fastlane/blob/master/docs/Gitignore.md
50+
51+
fastlane/report.xml
52+
fastlane/screenshots

Cluster.xcodeproj/project.pbxproj

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,27 @@
316316
name = Helpers;
317317
sourceTree = "<group>";
318318
};
319+
9DEFE5D71C73E5F5005B3B1A /* Views */ = {
320+
isa = PBXGroup;
321+
children = (
322+
);
323+
name = Views;
324+
sourceTree = "<group>";
325+
};
326+
9DEFE5D81C73E5FB005B3B1A /* Controllers */ = {
327+
isa = PBXGroup;
328+
children = (
329+
);
330+
name = Controllers;
331+
sourceTree = "<group>";
332+
};
333+
9DEFE5D91C73E601005B3B1A /* Models */ = {
334+
isa = PBXGroup;
335+
children = (
336+
);
337+
name = Models;
338+
sourceTree = "<group>";
339+
};
319340
B7F7862424CD11C144F1CC5E /* Frameworks */ = {
320341
isa = PBXGroup;
321342
children = (
@@ -380,6 +401,9 @@
380401
CEA8EA0E1B854B2100DC2AA5 /* Cluster */ = {
381402
isa = PBXGroup;
382403
children = (
404+
9DEFE5D91C73E601005B3B1A /* Models */,
405+
9DEFE5D81C73E5FB005B3B1A /* Controllers */,
406+
9DEFE5D71C73E5F5005B3B1A /* Views */,
383407
CEA8EA111B854B2100DC2AA5 /* AppDelegate.swift */,
384408
CEC88F161BB45C10009BE41C /* MenuController.swift */,
385409
CE14D6541BD809A100FC06F4 /* CAPSPageMenu.swift */,
@@ -475,6 +499,7 @@
475499
CEA8EA091B854B2100DC2AA5 /* Frameworks */,
476500
CEA8EA0A1B854B2100DC2AA5 /* Resources */,
477501
67C7258CA93F6017F945BE8E /* Copy Pods Resources */,
502+
91D3F04E5B04B3B231BC4B43 /* Embed Pods Frameworks */,
478503
);
479504
buildRules = (
480505
);
@@ -584,6 +609,21 @@
584609
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n";
585610
showEnvVarsInLog = 0;
586611
};
612+
91D3F04E5B04B3B231BC4B43 /* Embed Pods Frameworks */ = {
613+
isa = PBXShellScriptBuildPhase;
614+
buildActionMask = 2147483647;
615+
files = (
616+
);
617+
inputPaths = (
618+
);
619+
name = "Embed Pods Frameworks";
620+
outputPaths = (
621+
);
622+
runOnlyForDeploymentPostprocessing = 0;
623+
shellPath = /bin/sh;
624+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-frameworks.sh\"\n";
625+
showEnvVarsInLog = 0;
626+
};
587627
E5B909E5E21E55AF0E88B3DA /* Check Pods Manifest.lock */ = {
588628
isa = PBXShellScriptBuildPhase;
589629
buildActionMask = 2147483647;
Binary file not shown.

Cluster.xcworkspace/xcuserdata/mafellows.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

Lines changed: 10 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@
7373
shouldBeEnabled = "Yes"
7474
ignoreCount = "0"
7575
continueAfterRunningActions = "No"
76-
filePath = "Cluster/LoginViewController.swift"
77-
timestampString = "469119866.505887"
76+
filePath = "Cluster/Controllers/HomeViewController.swift"
77+
timestampString = "477519586.059292"
7878
startingColumnNumber = "9223372036854775807"
7979
endingColumnNumber = "9223372036854775807"
80-
startingLineNumber = "18"
81-
endingLineNumber = "18"
82-
landmarkName = "loginWithFacebookPressed(_:)"
80+
startingLineNumber = "78"
81+
endingLineNumber = "78"
82+
landmarkName = "featureImageTapped(_:)"
8383
landmarkType = "5">
8484
</BreakpointContent>
8585
</BreakpointProxy>
@@ -89,29 +89,13 @@
8989
shouldBeEnabled = "Yes"
9090
ignoreCount = "0"
9191
continueAfterRunningActions = "No"
92-
filePath = "Cluster/LoginViewController.swift"
93-
timestampString = "469119869.588651"
92+
filePath = "Cluster/ProfileViewController.swift"
93+
timestampString = "477857364.1742"
9494
startingColumnNumber = "9223372036854775807"
9595
endingColumnNumber = "9223372036854775807"
96-
startingLineNumber = "62"
97-
endingLineNumber = "62"
98-
landmarkName = "loginWithFacebookPressed(_:)"
99-
landmarkType = "5">
100-
</BreakpointContent>
101-
</BreakpointProxy>
102-
<BreakpointProxy
103-
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
104-
<BreakpointContent
105-
shouldBeEnabled = "Yes"
106-
ignoreCount = "0"
107-
continueAfterRunningActions = "No"
108-
filePath = "Cluster/LoginViewController.swift"
109-
timestampString = "469119870.376238"
110-
startingColumnNumber = "9223372036854775807"
111-
endingColumnNumber = "9223372036854775807"
112-
startingLineNumber = "66"
113-
endingLineNumber = "66"
114-
landmarkName = "loginWithFacebookPressed(_:)"
96+
startingLineNumber = "98"
97+
endingLineNumber = "98"
98+
landmarkName = "addPhotoClicked(_:)"
11599
landmarkType = "5">
116100
</BreakpointContent>
117101
</BreakpointProxy>

Cluster/.DS_Store

10 KB
Binary file not shown.

0 commit comments

Comments
 (0)