From 9b16f7c46fd5fa24060c48dbdf2081555c234b77 Mon Sep 17 00:00:00 2001 From: Miles Crabill Date: Tue, 9 Dec 2014 21:00:18 +0100 Subject: [PATCH] added pods to gitignore --- .gitignore | 5 +- Main.storyboard | 446 +++- Podfile | 2 + Podfile.lock | 10 + socialCalendar.xcodeproj/project.pbxproj | 2220 ++++++++++++----- .../contents.xcworkspacedata | 10 + socialCalendar/Base.lproj/Kevin.storyboard | 2 +- 7 files changed, 2097 insertions(+), 598 deletions(-) create mode 100644 Podfile create mode 100644 Podfile.lock create mode 100644 socialCalendar.xcworkspace/contents.xcworkspacedata diff --git a/.gitignore b/.gitignore index d836e10..514d63d 100644 --- a/.gitignore +++ b/.gitignore @@ -22,9 +22,8 @@ DerivedData # We recommend against adding the Pods directory to your .gitignore. However # you should judge for yourself, the pros and cons are mentioned at: # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control -# -# Pods/ -# + +Pods/ # Miles is using a merge driver .gitattributes diff --git a/Main.storyboard b/Main.storyboard index a1447b9..8d2846f 100644 --- a/Main.storyboard +++ b/Main.storyboard @@ -1,7 +1,449 @@ - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Podfile b/Podfile new file mode 100644 index 0000000..86d66f6 --- /dev/null +++ b/Podfile @@ -0,0 +1,2 @@ +platform :ios, '8.1' +pod 'TimesSquare' diff --git a/Podfile.lock b/Podfile.lock new file mode 100644 index 0000000..db0c82d --- /dev/null +++ b/Podfile.lock @@ -0,0 +1,10 @@ +PODS: + - TimesSquare (1.0.1) + +DEPENDENCIES: + - TimesSquare + +SPEC CHECKSUMS: + TimesSquare: 0cc058ccac868ec2da317950a0a6c70210edb85a + +COCOAPODS: 0.35.0 diff --git a/socialCalendar.xcodeproj/project.pbxproj b/socialCalendar.xcodeproj/project.pbxproj index 82d9599..c41551e 100644 --- a/socialCalendar.xcodeproj/project.pbxproj +++ b/socialCalendar.xcodeproj/project.pbxproj @@ -1,592 +1,1628 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 025122511A3782CB00F3900A /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 025122501A3782CB00F3900A /* Main.storyboard */; }; - 024A45BB1A33AB0900757D93 /* CalendarTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 024A45BA1A33AB0900757D93 /* CalendarTableViewController.swift */; }; - 024A45BD1A33AB1C00757D93 /* CalendarTabBarViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 024A45BC1A33AB1C00757D93 /* CalendarTabBarViewController.swift */; }; - 02C91E741A2E08E100B3977B /* Accounts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02C91E731A2E08E100B3977B /* Accounts.framework */; }; - 02C91E761A2E08E500B3977B /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02C91E751A2E08E500B3977B /* AudioToolbox.framework */; }; - 02C91E781A2E08ED00B3977B /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02C91E771A2E08EC00B3977B /* CFNetwork.framework */; }; - 02C91E7A1A2E08F700B3977B /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02C91E791A2E08F700B3977B /* CoreGraphics.framework */; }; - 02C91E7C1A2E090000B3977B /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02C91E7B1A2E090000B3977B /* CoreLocation.framework */; }; - 02C91E7E1A2E090700B3977B /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 02C91E7D1A2E090700B3977B /* libz.dylib */; }; - 02C91E801A2E090E00B3977B /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02C91E7F1A2E090E00B3977B /* MobileCoreServices.framework */; }; - 02C91E821A2E091500B3977B /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02C91E811A2E091500B3977B /* QuartzCore.framework */; }; - 02C91E841A2E091B00B3977B /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02C91E831A2E091B00B3977B /* Security.framework */; }; - 02C91E861A2E092200B3977B /* Social.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02C91E851A2E092200B3977B /* Social.framework */; }; - 02C91E881A2E092800B3977B /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02C91E871A2E092800B3977B /* StoreKit.framework */; }; - 02C91E8A1A2E093200B3977B /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02C91E891A2E093200B3977B /* SystemConfiguration.framework */; }; - 02C91E8F1A2E094F00B3977B /* Bolts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02C91E8B1A2E094F00B3977B /* Bolts.framework */; }; - 02C91E901A2E094F00B3977B /* Parse.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02C91E8C1A2E094F00B3977B /* Parse.framework */; }; - 02C91E911A2E094F00B3977B /* ParseFacebookUtils.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02C91E8D1A2E094F00B3977B /* ParseFacebookUtils.framework */; }; - 02C91E921A2E094F00B3977B /* ParseUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02C91E8E1A2E094F00B3977B /* ParseUI.framework */; }; - 02C91E981A2E288700B3977B /* LoginViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02C91E971A2E288700B3977B /* LoginViewController.swift */; }; - 02F911991A2E604C00B15744 /* Miles.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 02F911971A2E604C00B15744 /* Miles.storyboard */; }; - 1053D7D41A320C99006CB437 /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1053D7D31A320C99006CB437 /* CoreData.framework */; }; - 02F9119C1A2E61EE00B15744 /* Kevin.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 02F9119A1A2E61EE00B15744 /* Kevin.storyboard */; }; - 103679601A2E3124001D63D2 /* friends.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 1036795E1A2E3124001D63D2 /* friends.xcdatamodeld */; }; - 1079FEF41A2D4AD900654080 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1079FEF31A2D4AD900654080 /* AppDelegate.swift */; }; - 1079FEF61A2D4AD900654080 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1079FEF51A2D4AD900654080 /* ViewController.swift */; }; - 1079FEFB1A2D4AD900654080 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1079FEFA1A2D4AD900654080 /* Images.xcassets */; }; - 1079FEFE1A2D4AD900654080 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1079FEFC1A2D4AD900654080 /* LaunchScreen.xib */; }; - 1079FF0A1A2D4AD900654080 /* socialCalendarTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1079FF091A2D4AD900654080 /* socialCalendarTests.swift */; }; - 10F2D1321A2E29C300DDD58D /* EditFriendsTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10F2D1311A2E29C300DDD58D /* EditFriendsTableViewController.swift */; }; - 10F2D1341A2E2A9600DDD58D /* FriendsTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10F2D1331A2E2A9600DDD58D /* FriendsTableViewController.swift */; }; - 10F2D1361A2E2AB000DDD58D /* Friend.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10F2D1351A2E2AB000DDD58D /* Friend.swift */; }; - 10F2D1381A2E2ABD00DDD58D /* FriendManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10F2D1371A2E2ABD00DDD58D /* FriendManager.swift */; }; - 10F2D13C1A2E2AFA00DDD58D /* FriendDetailsTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10F2D13B1A2E2AFA00DDD58D /* FriendDetailsTableViewController.swift */; }; - 10F2D13E1A2E2B3400DDD58D /* FriendTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10F2D13D1A2E2B3400DDD58D /* FriendTableViewCell.swift */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 1079FF041A2D4AD900654080 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 1079FEE61A2D4AD800654080 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1079FEED1A2D4AD900654080; - remoteInfo = socialCalendar; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 025122501A3782CB00F3900A /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = ../Main.storyboard; sourceTree = ""; }; - 024A45BA1A33AB0900757D93 /* CalendarTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CalendarTableViewController.swift; sourceTree = ""; }; - 024A45BC1A33AB1C00757D93 /* CalendarTabBarViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CalendarTabBarViewController.swift; sourceTree = ""; }; - 02C91E731A2E08E100B3977B /* Accounts.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accounts.framework; path = System/Library/Frameworks/Accounts.framework; sourceTree = SDKROOT; }; - 02C91E751A2E08E500B3977B /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; - 02C91E771A2E08EC00B3977B /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; }; - 02C91E791A2E08F700B3977B /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; - 02C91E7B1A2E090000B3977B /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; }; - 02C91E7D1A2E090700B3977B /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; }; - 02C91E7F1A2E090E00B3977B /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; }; - 02C91E811A2E091500B3977B /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; - 02C91E831A2E091B00B3977B /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; }; - 02C91E851A2E092200B3977B /* Social.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Social.framework; path = System/Library/Frameworks/Social.framework; sourceTree = SDKROOT; }; - 02C91E871A2E092800B3977B /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = System/Library/Frameworks/StoreKit.framework; sourceTree = SDKROOT; }; - 02C91E891A2E093200B3977B /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; }; - 02C91E8B1A2E094F00B3977B /* Bolts.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Bolts.framework; sourceTree = ""; }; - 02C91E8C1A2E094F00B3977B /* Parse.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Parse.framework; sourceTree = ""; }; - 02C91E8D1A2E094F00B3977B /* ParseFacebookUtils.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = ParseFacebookUtils.framework; sourceTree = ""; }; - 02C91E8E1A2E094F00B3977B /* ParseUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = ParseUI.framework; sourceTree = ""; }; - 1053D7D31A320C99006CB437 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; }; - 02C91E971A2E288700B3977B /* LoginViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoginViewController.swift; sourceTree = ""; }; - 02F911981A2E604C00B15744 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Miles.storyboard; sourceTree = ""; }; - 02F9119B1A2E61EE00B15744 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Kevin.storyboard; sourceTree = ""; }; - 1036795F1A2E3124001D63D2 /* friends.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = friends.xcdatamodel; sourceTree = ""; }; - 1079FEEE1A2D4AD900654080 /* socialCalendar.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = socialCalendar.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 1079FEF21A2D4AD900654080 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 1079FEF31A2D4AD900654080 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; - 1079FEF51A2D4AD900654080 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; - 1079FEFA1A2D4AD900654080 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - 1079FEFD1A2D4AD900654080 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; }; - 1079FF031A2D4AD900654080 /* socialCalendarTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = socialCalendarTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 1079FF081A2D4AD900654080 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 1079FF091A2D4AD900654080 /* socialCalendarTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = socialCalendarTests.swift; sourceTree = ""; }; - 10F2D1311A2E29C300DDD58D /* EditFriendsTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EditFriendsTableViewController.swift; sourceTree = ""; }; - 10F2D1331A2E2A9600DDD58D /* FriendsTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FriendsTableViewController.swift; sourceTree = ""; }; - 10F2D1351A2E2AB000DDD58D /* Friend.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Friend.swift; sourceTree = ""; }; - 10F2D1371A2E2ABD00DDD58D /* FriendManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FriendManager.swift; sourceTree = ""; }; - 10F2D13B1A2E2AFA00DDD58D /* FriendDetailsTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FriendDetailsTableViewController.swift; path = ../FriendDetailsTableViewController.swift; sourceTree = ""; }; - 10F2D13D1A2E2B3400DDD58D /* FriendTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FriendTableViewCell.swift; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 1079FEEB1A2D4AD900654080 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 1053D7D41A320C99006CB437 /* CoreData.framework in Frameworks */, - 02C91E8A1A2E093200B3977B /* SystemConfiguration.framework in Frameworks */, - 02C91E881A2E092800B3977B /* StoreKit.framework in Frameworks */, - 02C91E861A2E092200B3977B /* Social.framework in Frameworks */, - 02C91E841A2E091B00B3977B /* Security.framework in Frameworks */, - 02C91E821A2E091500B3977B /* QuartzCore.framework in Frameworks */, - 02C91E801A2E090E00B3977B /* MobileCoreServices.framework in Frameworks */, - 02C91E921A2E094F00B3977B /* ParseUI.framework in Frameworks */, - 02C91E7E1A2E090700B3977B /* libz.dylib in Frameworks */, - 02C91E8F1A2E094F00B3977B /* Bolts.framework in Frameworks */, - 02C91E911A2E094F00B3977B /* ParseFacebookUtils.framework in Frameworks */, - 02C91E7C1A2E090000B3977B /* CoreLocation.framework in Frameworks */, - 02C91E7A1A2E08F700B3977B /* CoreGraphics.framework in Frameworks */, - 02C91E901A2E094F00B3977B /* Parse.framework in Frameworks */, - 02C91E781A2E08ED00B3977B /* CFNetwork.framework in Frameworks */, - 02C91E761A2E08E500B3977B /* AudioToolbox.framework in Frameworks */, - 02C91E741A2E08E100B3977B /* Accounts.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1079FF001A2D4AD900654080 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 02C91E961A2E27ED00B3977B /* frameworks */ = { - isa = PBXGroup; - children = ( - 02C91E8B1A2E094F00B3977B /* Bolts.framework */, - 02C91E8C1A2E094F00B3977B /* Parse.framework */, - 02C91E8D1A2E094F00B3977B /* ParseFacebookUtils.framework */, - 02C91E8E1A2E094F00B3977B /* ParseUI.framework */, - 02C91E891A2E093200B3977B /* SystemConfiguration.framework */, - 02C91E871A2E092800B3977B /* StoreKit.framework */, - 02C91E851A2E092200B3977B /* Social.framework */, - 02C91E831A2E091B00B3977B /* Security.framework */, - 02C91E811A2E091500B3977B /* QuartzCore.framework */, - 02C91E7F1A2E090E00B3977B /* MobileCoreServices.framework */, - 02C91E7D1A2E090700B3977B /* libz.dylib */, - 02C91E7B1A2E090000B3977B /* CoreLocation.framework */, - 02C91E791A2E08F700B3977B /* CoreGraphics.framework */, - 02C91E771A2E08EC00B3977B /* CFNetwork.framework */, - 02C91E751A2E08E500B3977B /* AudioToolbox.framework */, - 02C91E731A2E08E100B3977B /* Accounts.framework */, - ); - name = frameworks; - sourceTree = ""; - }; - 1079FEE51A2D4AD800654080 = { - isa = PBXGroup; - children = ( - 1053D7D31A320C99006CB437 /* CoreData.framework */, - 02C91E961A2E27ED00B3977B /* frameworks */, - 1079FEF01A2D4AD900654080 /* socialCalendar */, - 1079FF061A2D4AD900654080 /* socialCalendarTests */, - 1079FEEF1A2D4AD900654080 /* Products */, - ); - sourceTree = ""; - }; - 1079FEEF1A2D4AD900654080 /* Products */ = { - isa = PBXGroup; - children = ( - 1079FEEE1A2D4AD900654080 /* socialCalendar.app */, - 1079FF031A2D4AD900654080 /* socialCalendarTests.xctest */, - ); - name = Products; - sourceTree = ""; - }; - 1079FEF01A2D4AD900654080 /* socialCalendar */ = { - isa = PBXGroup; - children = ( - 025122501A3782CB00F3900A /* Main.storyboard */, - 1036795E1A2E3124001D63D2 /* friends.xcdatamodeld */, - 02F9119A1A2E61EE00B15744 /* Kevin.storyboard */, - 02F911971A2E604C00B15744 /* Miles.storyboard */, - 024A45BA1A33AB0900757D93 /* CalendarTableViewController.swift */, - 024A45BC1A33AB1C00757D93 /* CalendarTabBarViewController.swift */, - 1079FEF31A2D4AD900654080 /* AppDelegate.swift */, - 1079FEF51A2D4AD900654080 /* ViewController.swift */, - 02C91E971A2E288700B3977B /* LoginViewController.swift */, - 10F2D13F1A2E2B9200DDD58D /* friends */, - 10F2D13B1A2E2AFA00DDD58D /* FriendDetailsTableViewController.swift */, - 10F2D13D1A2E2B3400DDD58D /* FriendTableViewCell.swift */, - 10F2D1311A2E29C300DDD58D /* EditFriendsTableViewController.swift */, - 10F2D1331A2E2A9600DDD58D /* FriendsTableViewController.swift */, - 10F2D1351A2E2AB000DDD58D /* Friend.swift */, - 10F2D1371A2E2ABD00DDD58D /* FriendManager.swift */, - 1079FEFA1A2D4AD900654080 /* Images.xcassets */, - 1079FEFC1A2D4AD900654080 /* LaunchScreen.xib */, - 1079FEF11A2D4AD900654080 /* Supporting Files */, - ); - path = socialCalendar; - sourceTree = ""; - }; - 1079FEF11A2D4AD900654080 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 1079FEF21A2D4AD900654080 /* Info.plist */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - 1079FF061A2D4AD900654080 /* socialCalendarTests */ = { - isa = PBXGroup; - children = ( - 1079FF091A2D4AD900654080 /* socialCalendarTests.swift */, - 1079FF071A2D4AD900654080 /* Supporting Files */, - ); - path = socialCalendarTests; - sourceTree = ""; - }; - 1079FF071A2D4AD900654080 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 1079FF081A2D4AD900654080 /* Info.plist */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - 10F2D13F1A2E2B9200DDD58D /* friends */ = { - isa = PBXGroup; - children = ( - ); - name = friends; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 1079FEED1A2D4AD900654080 /* socialCalendar */ = { - isa = PBXNativeTarget; - buildConfigurationList = 1079FF0D1A2D4AD900654080 /* Build configuration list for PBXNativeTarget "socialCalendar" */; - buildPhases = ( - 1079FEEA1A2D4AD900654080 /* Sources */, - 1079FEEB1A2D4AD900654080 /* Frameworks */, - 1079FEEC1A2D4AD900654080 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = socialCalendar; - productName = socialCalendar; - productReference = 1079FEEE1A2D4AD900654080 /* socialCalendar.app */; - productType = "com.apple.product-type.application"; - }; - 1079FF021A2D4AD900654080 /* socialCalendarTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 1079FF101A2D4AD900654080 /* Build configuration list for PBXNativeTarget "socialCalendarTests" */; - buildPhases = ( - 1079FEFF1A2D4AD900654080 /* Sources */, - 1079FF001A2D4AD900654080 /* Frameworks */, - 1079FF011A2D4AD900654080 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 1079FF051A2D4AD900654080 /* PBXTargetDependency */, - ); - name = socialCalendarTests; - productName = socialCalendarTests; - productReference = 1079FF031A2D4AD900654080 /* socialCalendarTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 1079FEE61A2D4AD800654080 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0610; - ORGANIZATIONNAME = AIT; - TargetAttributes = { - 1079FEED1A2D4AD900654080 = { - CreatedOnToolsVersion = 6.1; - }; - 1079FF021A2D4AD900654080 = { - CreatedOnToolsVersion = 6.1; - TestTargetID = 1079FEED1A2D4AD900654080; - }; - }; - }; - buildConfigurationList = 1079FEE91A2D4AD800654080 /* Build configuration list for PBXProject "socialCalendar" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 1079FEE51A2D4AD800654080; - productRefGroup = 1079FEEF1A2D4AD900654080 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 1079FEED1A2D4AD900654080 /* socialCalendar */, - 1079FF021A2D4AD900654080 /* socialCalendarTests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 1079FEEC1A2D4AD900654080 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 02F9119C1A2E61EE00B15744 /* Kevin.storyboard in Resources */, - 025122511A3782CB00F3900A /* Main.storyboard in Resources */, - 02F911991A2E604C00B15744 /* Miles.storyboard in Resources */, - 1079FEFE1A2D4AD900654080 /* LaunchScreen.xib in Resources */, - 1079FEFB1A2D4AD900654080 /* Images.xcassets in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1079FF011A2D4AD900654080 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 1079FEEA1A2D4AD900654080 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 02C91E981A2E288700B3977B /* LoginViewController.swift in Sources */, - 1079FEF61A2D4AD900654080 /* ViewController.swift in Sources */, - 10F2D1381A2E2ABD00DDD58D /* FriendManager.swift in Sources */, - 1079FEF41A2D4AD900654080 /* AppDelegate.swift in Sources */, - 103679601A2E3124001D63D2 /* friends.xcdatamodeld in Sources */, - 10F2D1361A2E2AB000DDD58D /* Friend.swift in Sources */, - 024A45BD1A33AB1C00757D93 /* CalendarTabBarViewController.swift in Sources */, - 10F2D1341A2E2A9600DDD58D /* FriendsTableViewController.swift in Sources */, - 10F2D1321A2E29C300DDD58D /* EditFriendsTableViewController.swift in Sources */, - 10F2D13C1A2E2AFA00DDD58D /* FriendDetailsTableViewController.swift in Sources */, - 10F2D13E1A2E2B3400DDD58D /* FriendTableViewCell.swift in Sources */, - 024A45BB1A33AB0900757D93 /* CalendarTableViewController.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1079FEFF1A2D4AD900654080 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 1079FF0A1A2D4AD900654080 /* socialCalendarTests.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 1079FF051A2D4AD900654080 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 1079FEED1A2D4AD900654080 /* socialCalendar */; - targetProxy = 1079FF041A2D4AD900654080 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin PBXVariantGroup section */ - 02F911971A2E604C00B15744 /* Miles.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 02F911981A2E604C00B15744 /* Base */, - ); - name = Miles.storyboard; - sourceTree = ""; - }; - 02F9119A1A2E61EE00B15744 /* Kevin.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 02F9119B1A2E61EE00B15744 /* Base */, - ); - name = Kevin.storyboard; - sourceTree = ""; - }; - 1079FEFC1A2D4AD900654080 /* LaunchScreen.xib */ = { - isa = PBXVariantGroup; - children = ( - 1079FEFD1A2D4AD900654080 /* Base */, - ); - name = LaunchScreen.xib; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 1079FF0B1A2D4AD900654080 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.1; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 1079FF0C1A2D4AD900654080 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = YES; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.1; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 1079FF0E1A2D4AD900654080 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_MODULES = YES; - DEFINES_MODULE = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)", - ); - INFOPLIST_FILE = socialCalendar/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_OBJC_BRIDGING_HEADER = "socialCalendar-Bridging-Header.h"; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - }; - name = Debug; - }; - 1079FF0F1A2D4AD900654080 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_MODULES = YES; - DEFINES_MODULE = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)", - ); - INFOPLIST_FILE = socialCalendar/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_OBJC_BRIDGING_HEADER = "socialCalendar-Bridging-Header.h"; - }; - name = Release; - }; - 1079FF111A2D4AD900654080 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - ); - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - INFOPLIST_FILE = socialCalendarTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/socialCalendar.app/socialCalendar"; - }; - name = Debug; - }; - 1079FF121A2D4AD900654080 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - ); - INFOPLIST_FILE = socialCalendarTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/socialCalendar.app/socialCalendar"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 1079FEE91A2D4AD800654080 /* Build configuration list for PBXProject "socialCalendar" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1079FF0B1A2D4AD900654080 /* Debug */, - 1079FF0C1A2D4AD900654080 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 1079FF0D1A2D4AD900654080 /* Build configuration list for PBXNativeTarget "socialCalendar" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1079FF0E1A2D4AD900654080 /* Debug */, - 1079FF0F1A2D4AD900654080 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 1079FF101A2D4AD900654080 /* Build configuration list for PBXNativeTarget "socialCalendarTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1079FF111A2D4AD900654080 /* Debug */, - 1079FF121A2D4AD900654080 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - -/* Begin XCVersionGroup section */ - 1036795E1A2E3124001D63D2 /* friends.xcdatamodeld */ = { - isa = XCVersionGroup; - children = ( - 1036795F1A2E3124001D63D2 /* friends.xcdatamodel */, - ); - currentVersion = 1036795F1A2E3124001D63D2 /* friends.xcdatamodel */; - path = friends.xcdatamodeld; - sourceTree = ""; - versionGroupType = wrapper.xcdatamodel; - }; -/* End XCVersionGroup section */ - }; - rootObject = 1079FEE61A2D4AD800654080 /* Project object */; -} + + + + + archiveVersion + 1 + classes + + objectVersion + 46 + objects + + 024A45BA1A33AB0900757D93 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + path + CalendarTableViewController.swift + sourceTree + <group> + + 024A45BB1A33AB0900757D93 + + fileRef + 024A45BA1A33AB0900757D93 + isa + PBXBuildFile + + 024A45BC1A33AB1C00757D93 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + path + CalendarTabBarViewController.swift + sourceTree + <group> + + 024A45BD1A33AB1C00757D93 + + fileRef + 024A45BC1A33AB1C00757D93 + isa + PBXBuildFile + + 025122501A3782CB00F3900A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + file.storyboard + name + Main.storyboard + path + ../Main.storyboard + sourceTree + <group> + + 025122511A3782CB00F3900A + + fileRef + 025122501A3782CB00F3900A + isa + PBXBuildFile + + 02C91E731A2E08E100B3977B + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + Accounts.framework + path + System/Library/Frameworks/Accounts.framework + sourceTree + SDKROOT + + 02C91E741A2E08E100B3977B + + fileRef + 02C91E731A2E08E100B3977B + isa + PBXBuildFile + + 02C91E751A2E08E500B3977B + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + AudioToolbox.framework + path + System/Library/Frameworks/AudioToolbox.framework + sourceTree + SDKROOT + + 02C91E761A2E08E500B3977B + + fileRef + 02C91E751A2E08E500B3977B + isa + PBXBuildFile + + 02C91E771A2E08EC00B3977B + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + CFNetwork.framework + path + System/Library/Frameworks/CFNetwork.framework + sourceTree + SDKROOT + + 02C91E781A2E08ED00B3977B + + fileRef + 02C91E771A2E08EC00B3977B + isa + PBXBuildFile + + 02C91E791A2E08F700B3977B + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + CoreGraphics.framework + path + System/Library/Frameworks/CoreGraphics.framework + sourceTree + SDKROOT + + 02C91E7A1A2E08F700B3977B + + fileRef + 02C91E791A2E08F700B3977B + isa + PBXBuildFile + + 02C91E7B1A2E090000B3977B + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + CoreLocation.framework + path + System/Library/Frameworks/CoreLocation.framework + sourceTree + SDKROOT + + 02C91E7C1A2E090000B3977B + + fileRef + 02C91E7B1A2E090000B3977B + isa + PBXBuildFile + + 02C91E7D1A2E090700B3977B + + isa + PBXFileReference + lastKnownFileType + compiled.mach-o.dylib + name + libz.dylib + path + usr/lib/libz.dylib + sourceTree + SDKROOT + + 02C91E7E1A2E090700B3977B + + fileRef + 02C91E7D1A2E090700B3977B + isa + PBXBuildFile + + 02C91E7F1A2E090E00B3977B + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + MobileCoreServices.framework + path + System/Library/Frameworks/MobileCoreServices.framework + sourceTree + SDKROOT + + 02C91E801A2E090E00B3977B + + fileRef + 02C91E7F1A2E090E00B3977B + isa + PBXBuildFile + + 02C91E811A2E091500B3977B + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + QuartzCore.framework + path + System/Library/Frameworks/QuartzCore.framework + sourceTree + SDKROOT + + 02C91E821A2E091500B3977B + + fileRef + 02C91E811A2E091500B3977B + isa + PBXBuildFile + + 02C91E831A2E091B00B3977B + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + Security.framework + path + System/Library/Frameworks/Security.framework + sourceTree + SDKROOT + + 02C91E841A2E091B00B3977B + + fileRef + 02C91E831A2E091B00B3977B + isa + PBXBuildFile + + 02C91E851A2E092200B3977B + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + Social.framework + path + System/Library/Frameworks/Social.framework + sourceTree + SDKROOT + + 02C91E861A2E092200B3977B + + fileRef + 02C91E851A2E092200B3977B + isa + PBXBuildFile + + 02C91E871A2E092800B3977B + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + StoreKit.framework + path + System/Library/Frameworks/StoreKit.framework + sourceTree + SDKROOT + + 02C91E881A2E092800B3977B + + fileRef + 02C91E871A2E092800B3977B + isa + PBXBuildFile + + 02C91E891A2E093200B3977B + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + SystemConfiguration.framework + path + System/Library/Frameworks/SystemConfiguration.framework + sourceTree + SDKROOT + + 02C91E8A1A2E093200B3977B + + fileRef + 02C91E891A2E093200B3977B + isa + PBXBuildFile + + 02C91E8B1A2E094F00B3977B + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + path + Bolts.framework + sourceTree + <group> + + 02C91E8C1A2E094F00B3977B + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + path + Parse.framework + sourceTree + <group> + + 02C91E8D1A2E094F00B3977B + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + path + ParseFacebookUtils.framework + sourceTree + <group> + + 02C91E8E1A2E094F00B3977B + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + path + ParseUI.framework + sourceTree + <group> + + 02C91E8F1A2E094F00B3977B + + fileRef + 02C91E8B1A2E094F00B3977B + isa + PBXBuildFile + + 02C91E901A2E094F00B3977B + + fileRef + 02C91E8C1A2E094F00B3977B + isa + PBXBuildFile + + 02C91E911A2E094F00B3977B + + fileRef + 02C91E8D1A2E094F00B3977B + isa + PBXBuildFile + + 02C91E921A2E094F00B3977B + + fileRef + 02C91E8E1A2E094F00B3977B + isa + PBXBuildFile + + 02C91E961A2E27ED00B3977B + + children + + 02C91E8B1A2E094F00B3977B + 02C91E8C1A2E094F00B3977B + 02C91E8D1A2E094F00B3977B + 02C91E8E1A2E094F00B3977B + 02C91E891A2E093200B3977B + 02C91E871A2E092800B3977B + 02C91E851A2E092200B3977B + 02C91E831A2E091B00B3977B + 02C91E811A2E091500B3977B + 02C91E7F1A2E090E00B3977B + 02C91E7D1A2E090700B3977B + 02C91E7B1A2E090000B3977B + 02C91E791A2E08F700B3977B + 02C91E771A2E08EC00B3977B + 02C91E751A2E08E500B3977B + 02C91E731A2E08E100B3977B + + isa + PBXGroup + name + frameworks + sourceTree + <group> + + 02C91E971A2E288700B3977B + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + path + LoginViewController.swift + sourceTree + <group> + + 02C91E981A2E288700B3977B + + fileRef + 02C91E971A2E288700B3977B + isa + PBXBuildFile + + 02F911971A2E604C00B15744 + + children + + 02F911981A2E604C00B15744 + + isa + PBXVariantGroup + name + Miles.storyboard + sourceTree + <group> + + 02F911981A2E604C00B15744 + + isa + PBXFileReference + lastKnownFileType + file.storyboard + name + Base + path + Base.lproj/Miles.storyboard + sourceTree + <group> + + 02F911991A2E604C00B15744 + + fileRef + 02F911971A2E604C00B15744 + isa + PBXBuildFile + + 02F9119A1A2E61EE00B15744 + + children + + 02F9119B1A2E61EE00B15744 + + isa + PBXVariantGroup + name + Kevin.storyboard + sourceTree + <group> + + 02F9119B1A2E61EE00B15744 + + isa + PBXFileReference + lastKnownFileType + file.storyboard + name + Base + path + Base.lproj/Kevin.storyboard + sourceTree + <group> + + 02F9119C1A2E61EE00B15744 + + fileRef + 02F9119A1A2E61EE00B15744 + isa + PBXBuildFile + + 0F913D9B3F7FB36B99BC3AC2 + + children + + 6D6155E0F6EE903B4D269A87 + + isa + PBXGroup + name + Frameworks + sourceTree + <group> + + 1036795E1A2E3124001D63D2 + + children + + 1036795F1A2E3124001D63D2 + + currentVersion + 1036795F1A2E3124001D63D2 + isa + XCVersionGroup + path + friends.xcdatamodeld + sourceTree + <group> + versionGroupType + wrapper.xcdatamodel + + 1036795F1A2E3124001D63D2 + + isa + PBXFileReference + lastKnownFileType + wrapper.xcdatamodel + path + friends.xcdatamodel + sourceTree + <group> + + 103679601A2E3124001D63D2 + + fileRef + 1036795E1A2E3124001D63D2 + isa + PBXBuildFile + + 1053D7D31A320C99006CB437 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + CoreData.framework + path + System/Library/Frameworks/CoreData.framework + sourceTree + SDKROOT + + 1053D7D41A320C99006CB437 + + fileRef + 1053D7D31A320C99006CB437 + isa + PBXBuildFile + + 1079FEE51A2D4AD800654080 + + children + + 1053D7D31A320C99006CB437 + 02C91E961A2E27ED00B3977B + 1079FEF01A2D4AD900654080 + 1079FF061A2D4AD900654080 + 1079FEEF1A2D4AD900654080 + FC2925D470FCFCF1A42B35CB + 0F913D9B3F7FB36B99BC3AC2 + + isa + PBXGroup + sourceTree + <group> + + 1079FEE61A2D4AD800654080 + + attributes + + LastUpgradeCheck + 0610 + ORGANIZATIONNAME + AIT + TargetAttributes + + 1079FEED1A2D4AD900654080 + + CreatedOnToolsVersion + 6.1 + + 1079FF021A2D4AD900654080 + + CreatedOnToolsVersion + 6.1 + TestTargetID + 1079FEED1A2D4AD900654080 + + + + buildConfigurationList + 1079FEE91A2D4AD800654080 + compatibilityVersion + Xcode 3.2 + developmentRegion + English + hasScannedForEncodings + 0 + isa + PBXProject + knownRegions + + en + Base + + mainGroup + 1079FEE51A2D4AD800654080 + productRefGroup + 1079FEEF1A2D4AD900654080 + projectDirPath + + projectReferences + + projectRoot + + targets + + 1079FEED1A2D4AD900654080 + 1079FF021A2D4AD900654080 + + + 1079FEE91A2D4AD800654080 + + buildConfigurations + + 1079FF0B1A2D4AD900654080 + 1079FF0C1A2D4AD900654080 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 1079FEEA1A2D4AD900654080 + + buildActionMask + 2147483647 + files + + 02C91E981A2E288700B3977B + 1079FEF61A2D4AD900654080 + 10F2D1381A2E2ABD00DDD58D + 1079FEF41A2D4AD900654080 + 103679601A2E3124001D63D2 + 10F2D1361A2E2AB000DDD58D + 024A45BD1A33AB1C00757D93 + 10F2D1341A2E2A9600DDD58D + 10F2D1321A2E29C300DDD58D + 10F2D13C1A2E2AFA00DDD58D + 10F2D13E1A2E2B3400DDD58D + 024A45BB1A33AB0900757D93 + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 1079FEEB1A2D4AD900654080 + + buildActionMask + 2147483647 + files + + 1053D7D41A320C99006CB437 + 02C91E8A1A2E093200B3977B + 02C91E881A2E092800B3977B + 02C91E861A2E092200B3977B + 02C91E841A2E091B00B3977B + 02C91E821A2E091500B3977B + 02C91E801A2E090E00B3977B + 02C91E921A2E094F00B3977B + 02C91E7E1A2E090700B3977B + 02C91E8F1A2E094F00B3977B + 02C91E911A2E094F00B3977B + 02C91E7C1A2E090000B3977B + 02C91E7A1A2E08F700B3977B + 02C91E901A2E094F00B3977B + 02C91E781A2E08ED00B3977B + 02C91E761A2E08E500B3977B + 02C91E741A2E08E100B3977B + 8CB4C85692005374677C64B8 + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 1079FEEC1A2D4AD900654080 + + buildActionMask + 2147483647 + files + + 02F9119C1A2E61EE00B15744 + 025122511A3782CB00F3900A + 02F911991A2E604C00B15744 + 1079FEFE1A2D4AD900654080 + 1079FEFB1A2D4AD900654080 + + isa + PBXResourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 1079FEED1A2D4AD900654080 + + buildConfigurationList + 1079FF0D1A2D4AD900654080 + buildPhases + + E0AD31A427ACE73CBFE7BE3A + 1079FEEA1A2D4AD900654080 + 1079FEEB1A2D4AD900654080 + 1079FEEC1A2D4AD900654080 + 909A05108066B42360CA9BD8 + + buildRules + + dependencies + + isa + PBXNativeTarget + name + socialCalendar + productName + socialCalendar + productReference + 1079FEEE1A2D4AD900654080 + productType + com.apple.product-type.application + + 1079FEEE1A2D4AD900654080 + + explicitFileType + wrapper.application + includeInIndex + 0 + isa + PBXFileReference + path + socialCalendar.app + sourceTree + BUILT_PRODUCTS_DIR + + 1079FEEF1A2D4AD900654080 + + children + + 1079FEEE1A2D4AD900654080 + 1079FF031A2D4AD900654080 + + isa + PBXGroup + name + Products + sourceTree + <group> + + 1079FEF01A2D4AD900654080 + + children + + 025122501A3782CB00F3900A + 1036795E1A2E3124001D63D2 + 02F9119A1A2E61EE00B15744 + 02F911971A2E604C00B15744 + 024A45BA1A33AB0900757D93 + 024A45BC1A33AB1C00757D93 + 1079FEF31A2D4AD900654080 + 1079FEF51A2D4AD900654080 + 02C91E971A2E288700B3977B + 10F2D13F1A2E2B9200DDD58D + 10F2D13B1A2E2AFA00DDD58D + 10F2D13D1A2E2B3400DDD58D + 10F2D1311A2E29C300DDD58D + 10F2D1331A2E2A9600DDD58D + 10F2D1351A2E2AB000DDD58D + 10F2D1371A2E2ABD00DDD58D + 1079FEFA1A2D4AD900654080 + 1079FEFC1A2D4AD900654080 + 1079FEF11A2D4AD900654080 + + isa + PBXGroup + path + socialCalendar + sourceTree + <group> + + 1079FEF11A2D4AD900654080 + + children + + 1079FEF21A2D4AD900654080 + + isa + PBXGroup + name + Supporting Files + sourceTree + <group> + + 1079FEF21A2D4AD900654080 + + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + Info.plist + sourceTree + <group> + + 1079FEF31A2D4AD900654080 + + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + path + AppDelegate.swift + sourceTree + <group> + + 1079FEF41A2D4AD900654080 + + fileRef + 1079FEF31A2D4AD900654080 + isa + PBXBuildFile + + 1079FEF51A2D4AD900654080 + + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + path + ViewController.swift + sourceTree + <group> + + 1079FEF61A2D4AD900654080 + + fileRef + 1079FEF51A2D4AD900654080 + isa + PBXBuildFile + + 1079FEFA1A2D4AD900654080 + + isa + PBXFileReference + lastKnownFileType + folder.assetcatalog + path + Images.xcassets + sourceTree + <group> + + 1079FEFB1A2D4AD900654080 + + fileRef + 1079FEFA1A2D4AD900654080 + isa + PBXBuildFile + + 1079FEFC1A2D4AD900654080 + + children + + 1079FEFD1A2D4AD900654080 + + isa + PBXVariantGroup + name + LaunchScreen.xib + sourceTree + <group> + + 1079FEFD1A2D4AD900654080 + + isa + PBXFileReference + lastKnownFileType + file.xib + name + Base + path + Base.lproj/LaunchScreen.xib + sourceTree + <group> + + 1079FEFE1A2D4AD900654080 + + fileRef + 1079FEFC1A2D4AD900654080 + isa + PBXBuildFile + + 1079FEFF1A2D4AD900654080 + + buildActionMask + 2147483647 + files + + 1079FF0A1A2D4AD900654080 + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 1079FF001A2D4AD900654080 + + buildActionMask + 2147483647 + files + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 1079FF011A2D4AD900654080 + + buildActionMask + 2147483647 + files + + isa + PBXResourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 1079FF021A2D4AD900654080 + + buildConfigurationList + 1079FF101A2D4AD900654080 + buildPhases + + 1079FEFF1A2D4AD900654080 + 1079FF001A2D4AD900654080 + 1079FF011A2D4AD900654080 + + buildRules + + dependencies + + 1079FF051A2D4AD900654080 + + isa + PBXNativeTarget + name + socialCalendarTests + productName + socialCalendarTests + productReference + 1079FF031A2D4AD900654080 + productType + com.apple.product-type.bundle.unit-test + + 1079FF031A2D4AD900654080 + + explicitFileType + wrapper.cfbundle + includeInIndex + 0 + isa + PBXFileReference + path + socialCalendarTests.xctest + sourceTree + BUILT_PRODUCTS_DIR + + 1079FF041A2D4AD900654080 + + containerPortal + 1079FEE61A2D4AD800654080 + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 1079FEED1A2D4AD900654080 + remoteInfo + socialCalendar + + 1079FF051A2D4AD900654080 + + isa + PBXTargetDependency + target + 1079FEED1A2D4AD900654080 + targetProxy + 1079FF041A2D4AD900654080 + + 1079FF061A2D4AD900654080 + + children + + 1079FF091A2D4AD900654080 + 1079FF071A2D4AD900654080 + + isa + PBXGroup + path + socialCalendarTests + sourceTree + <group> + + 1079FF071A2D4AD900654080 + + children + + 1079FF081A2D4AD900654080 + + isa + PBXGroup + name + Supporting Files + sourceTree + <group> + + 1079FF081A2D4AD900654080 + + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + Info.plist + sourceTree + <group> + + 1079FF091A2D4AD900654080 + + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + path + socialCalendarTests.swift + sourceTree + <group> + + 1079FF0A1A2D4AD900654080 + + fileRef + 1079FF091A2D4AD900654080 + isa + PBXBuildFile + + 1079FF0B1A2D4AD900654080 + + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + CLANG_CXX_LANGUAGE_STANDARD + gnu++0x + CLANG_CXX_LIBRARY + libc++ + CLANG_ENABLE_MODULES + YES + CLANG_ENABLE_OBJC_ARC + YES + CLANG_WARN_BOOL_CONVERSION + YES + CLANG_WARN_CONSTANT_CONVERSION + YES + CLANG_WARN_DIRECT_OBJC_ISA_USAGE + YES_ERROR + CLANG_WARN_EMPTY_BODY + YES + CLANG_WARN_ENUM_CONVERSION + YES + CLANG_WARN_INT_CONVERSION + YES + CLANG_WARN_OBJC_ROOT_CLASS + YES_ERROR + CLANG_WARN_UNREACHABLE_CODE + YES + CLANG_WARN__DUPLICATE_METHOD_MATCH + YES + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + COPY_PHASE_STRIP + NO + ENABLE_STRICT_OBJC_MSGSEND + YES + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_DYNAMIC_NO_PIC + NO + GCC_OPTIMIZATION_LEVEL + 0 + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + GCC_SYMBOLS_PRIVATE_EXTERN + NO + GCC_WARN_64_TO_32_BIT_CONVERSION + YES + GCC_WARN_ABOUT_RETURN_TYPE + YES_ERROR + GCC_WARN_UNDECLARED_SELECTOR + YES + GCC_WARN_UNINITIALIZED_AUTOS + YES_AGGRESSIVE + GCC_WARN_UNUSED_FUNCTION + YES + GCC_WARN_UNUSED_VARIABLE + YES + IPHONEOS_DEPLOYMENT_TARGET + 8.1 + MTL_ENABLE_DEBUG_INFO + YES + ONLY_ACTIVE_ARCH + YES + SDKROOT + iphoneos + SWIFT_OPTIMIZATION_LEVEL + -Onone + TARGETED_DEVICE_FAMILY + 1,2 + + isa + XCBuildConfiguration + name + Debug + + 1079FF0C1A2D4AD900654080 + + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + CLANG_CXX_LANGUAGE_STANDARD + gnu++0x + CLANG_CXX_LIBRARY + libc++ + CLANG_ENABLE_MODULES + YES + CLANG_ENABLE_OBJC_ARC + YES + CLANG_WARN_BOOL_CONVERSION + YES + CLANG_WARN_CONSTANT_CONVERSION + YES + CLANG_WARN_DIRECT_OBJC_ISA_USAGE + YES_ERROR + CLANG_WARN_EMPTY_BODY + YES + CLANG_WARN_ENUM_CONVERSION + YES + CLANG_WARN_INT_CONVERSION + YES + CLANG_WARN_OBJC_ROOT_CLASS + YES_ERROR + CLANG_WARN_UNREACHABLE_CODE + YES + CLANG_WARN__DUPLICATE_METHOD_MATCH + YES + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + COPY_PHASE_STRIP + YES + ENABLE_NS_ASSERTIONS + NO + ENABLE_STRICT_OBJC_MSGSEND + YES + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_WARN_64_TO_32_BIT_CONVERSION + YES + GCC_WARN_ABOUT_RETURN_TYPE + YES_ERROR + GCC_WARN_UNDECLARED_SELECTOR + YES + GCC_WARN_UNINITIALIZED_AUTOS + YES_AGGRESSIVE + GCC_WARN_UNUSED_FUNCTION + YES + GCC_WARN_UNUSED_VARIABLE + YES + IPHONEOS_DEPLOYMENT_TARGET + 8.1 + MTL_ENABLE_DEBUG_INFO + NO + SDKROOT + iphoneos + TARGETED_DEVICE_FAMILY + 1,2 + VALIDATE_PRODUCT + YES + + isa + XCBuildConfiguration + name + Release + + 1079FF0D1A2D4AD900654080 + + buildConfigurations + + 1079FF0E1A2D4AD900654080 + 1079FF0F1A2D4AD900654080 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 1079FF0E1A2D4AD900654080 + + baseConfigurationReference + B132F5D1E17C7D324D79B50B + buildSettings + + ASSETCATALOG_COMPILER_APPICON_NAME + AppIcon + CLANG_ENABLE_MODULES + YES + DEFINES_MODULE + YES + FRAMEWORK_SEARCH_PATHS + + $(inherited) + $(PROJECT_DIR) + + INFOPLIST_FILE + socialCalendar/Info.plist + LD_RUNPATH_SEARCH_PATHS + $(inherited) @executable_path/Frameworks + PRODUCT_NAME + $(TARGET_NAME) + SWIFT_OBJC_BRIDGING_HEADER + socialCalendar-Bridging-Header.h + SWIFT_OPTIMIZATION_LEVEL + -Onone + + isa + XCBuildConfiguration + name + Debug + + 1079FF0F1A2D4AD900654080 + + baseConfigurationReference + 88C23CA8AA760EB67B6651EA + buildSettings + + ASSETCATALOG_COMPILER_APPICON_NAME + AppIcon + CLANG_ENABLE_MODULES + YES + DEFINES_MODULE + YES + FRAMEWORK_SEARCH_PATHS + + $(inherited) + $(PROJECT_DIR) + + INFOPLIST_FILE + socialCalendar/Info.plist + LD_RUNPATH_SEARCH_PATHS + $(inherited) @executable_path/Frameworks + PRODUCT_NAME + $(TARGET_NAME) + SWIFT_OBJC_BRIDGING_HEADER + socialCalendar-Bridging-Header.h + + isa + XCBuildConfiguration + name + Release + + 1079FF101A2D4AD900654080 + + buildConfigurations + + 1079FF111A2D4AD900654080 + 1079FF121A2D4AD900654080 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 1079FF111A2D4AD900654080 + + buildSettings + + BUNDLE_LOADER + $(TEST_HOST) + FRAMEWORK_SEARCH_PATHS + + $(SDKROOT)/Developer/Library/Frameworks + $(inherited) + + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + INFOPLIST_FILE + socialCalendarTests/Info.plist + LD_RUNPATH_SEARCH_PATHS + $(inherited) @executable_path/Frameworks @loader_path/Frameworks + PRODUCT_NAME + $(TARGET_NAME) + TEST_HOST + $(BUILT_PRODUCTS_DIR)/socialCalendar.app/socialCalendar + + isa + XCBuildConfiguration + name + Debug + + 1079FF121A2D4AD900654080 + + buildSettings + + BUNDLE_LOADER + $(TEST_HOST) + FRAMEWORK_SEARCH_PATHS + + $(SDKROOT)/Developer/Library/Frameworks + $(inherited) + + INFOPLIST_FILE + socialCalendarTests/Info.plist + LD_RUNPATH_SEARCH_PATHS + $(inherited) @executable_path/Frameworks @loader_path/Frameworks + PRODUCT_NAME + $(TARGET_NAME) + TEST_HOST + $(BUILT_PRODUCTS_DIR)/socialCalendar.app/socialCalendar + + isa + XCBuildConfiguration + name + Release + + 10F2D1311A2E29C300DDD58D + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + path + EditFriendsTableViewController.swift + sourceTree + <group> + + 10F2D1321A2E29C300DDD58D + + fileRef + 10F2D1311A2E29C300DDD58D + isa + PBXBuildFile + + 10F2D1331A2E2A9600DDD58D + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + path + FriendsTableViewController.swift + sourceTree + <group> + + 10F2D1341A2E2A9600DDD58D + + fileRef + 10F2D1331A2E2A9600DDD58D + isa + PBXBuildFile + + 10F2D1351A2E2AB000DDD58D + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + path + Friend.swift + sourceTree + <group> + + 10F2D1361A2E2AB000DDD58D + + fileRef + 10F2D1351A2E2AB000DDD58D + isa + PBXBuildFile + + 10F2D1371A2E2ABD00DDD58D + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + path + FriendManager.swift + sourceTree + <group> + + 10F2D1381A2E2ABD00DDD58D + + fileRef + 10F2D1371A2E2ABD00DDD58D + isa + PBXBuildFile + + 10F2D13B1A2E2AFA00DDD58D + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + name + FriendDetailsTableViewController.swift + path + ../FriendDetailsTableViewController.swift + sourceTree + <group> + + 10F2D13C1A2E2AFA00DDD58D + + fileRef + 10F2D13B1A2E2AFA00DDD58D + isa + PBXBuildFile + + 10F2D13D1A2E2B3400DDD58D + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + path + FriendTableViewCell.swift + sourceTree + <group> + + 10F2D13E1A2E2B3400DDD58D + + fileRef + 10F2D13D1A2E2B3400DDD58D + isa + PBXBuildFile + + 10F2D13F1A2E2B9200DDD58D + + children + + isa + PBXGroup + name + friends + sourceTree + <group> + + 6D6155E0F6EE903B4D269A87 + + explicitFileType + archive.ar + includeInIndex + 0 + isa + PBXFileReference + path + libPods.a + sourceTree + BUILT_PRODUCTS_DIR + + 88C23CA8AA760EB67B6651EA + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods.release.xcconfig + path + Pods/Target Support Files/Pods/Pods.release.xcconfig + sourceTree + <group> + + 8CB4C85692005374677C64B8 + + fileRef + 6D6155E0F6EE903B4D269A87 + isa + PBXBuildFile + + 909A05108066B42360CA9BD8 + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + Copy Pods Resources + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + "${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh" + + showEnvVarsInLog + 0 + + B132F5D1E17C7D324D79B50B + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods.debug.xcconfig + path + Pods/Target Support Files/Pods/Pods.debug.xcconfig + sourceTree + <group> + + E0AD31A427ACE73CBFE7BE3A + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + Check Pods Manifest.lock + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null +if [[ $? != 0 ]] ; then + cat << EOM +error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. +EOM + exit 1 +fi + + showEnvVarsInLog + 0 + + FC2925D470FCFCF1A42B35CB + + children + + B132F5D1E17C7D324D79B50B + 88C23CA8AA760EB67B6651EA + + isa + PBXGroup + name + Pods + sourceTree + <group> + + + rootObject + 1079FEE61A2D4AD800654080 + + diff --git a/socialCalendar.xcworkspace/contents.xcworkspacedata b/socialCalendar.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..6bace25 --- /dev/null +++ b/socialCalendar.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,10 @@ + + + + + + + diff --git a/socialCalendar/Base.lproj/Kevin.storyboard b/socialCalendar/Base.lproj/Kevin.storyboard index 3edb83e..03c1463 100644 --- a/socialCalendar/Base.lproj/Kevin.storyboard +++ b/socialCalendar/Base.lproj/Kevin.storyboard @@ -499,6 +499,6 @@ - +