diff --git a/.gitignore b/.gitignore
index 39904b2..084ef6c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,6 @@ profile
*.moved-aside
Pods
+
+# Protect secret keys
+UGentOAuthConfig.plist
diff --git a/External/SORelativeDateTransformer.bundle/nl.lproj/SORelativeDateTransformer.strings b/External/SORelativeDateTransformer.bundle/nl.lproj/SORelativeDateTransformer.strings
index fdc7381..3efdc62 100755
Binary files a/External/SORelativeDateTransformer.bundle/nl.lproj/SORelativeDateTransformer.strings and b/External/SORelativeDateTransformer.bundle/nl.lproj/SORelativeDateTransformer.strings differ
diff --git a/External/SORelativeDateTransformer.m b/External/SORelativeDateTransformer.m
index e559e73..3fe424b 100755
--- a/External/SORelativeDateTransformer.m
+++ b/External/SORelativeDateTransformer.m
@@ -40,8 +40,8 @@ - (id) init
[__calendar retain];
#endif
- __unitFlags = NSYearCalendarUnit | NSMonthCalendarUnit | NSWeekCalendarUnit | NSDayCalendarUnit | NSHourCalendarUnit | NSMinuteCalendarUnit | NSSecondCalendarUnit;
- __dateComponentSelectorNames = [[NSArray alloc] initWithObjects:@"year", @"month", @"week", @"day", @"hour", @"minute", @"second", nil];
+ __unitFlags = NSCalendarUnitYear | NSCalendarUnitMonth | NSCalendarUnitWeekOfMonth | NSCalendarUnitDay | NSCalendarUnitHour | NSCalendarUnitMinute | NSCalendarUnitSecond;
+ __dateComponentSelectorNames = [[NSArray alloc] initWithObjects:@"year", @"month", @"weekOfMonth", @"day", @"hour", @"minute", @"second", nil];
return self;
}
diff --git a/GoogleService-Info.plist b/GoogleService-Info.plist
new file mode 100644
index 0000000..ac34e7b
--- /dev/null
+++ b/GoogleService-Info.plist
@@ -0,0 +1,42 @@
+
+
+
+
+ TRACKING_ID
+ UA-25444917-3
+ AD_UNIT_ID_FOR_BANNER_TEST
+ ca-app-pub-3940256099942544/2934735716
+ AD_UNIT_ID_FOR_INTERSTITIAL_TEST
+ ca-app-pub-3940256099942544/4411468910
+ CLIENT_ID
+ 758079297428-en5q4eupkqkqci5ojbcshqs22dcm2dk1.apps.googleusercontent.com
+ REVERSED_CLIENT_ID
+ com.googleusercontent.apps.758079297428-en5q4eupkqkqci5ojbcshqs22dcm2dk1
+ API_KEY
+ AIzaSyASj-xXi7PIwJxZrY8JgESgw3_AhiKR4bA
+ GCM_SENDER_ID
+ 758079297428
+ PLIST_VERSION
+ 1
+ BUNDLE_ID
+ be.ugent.zeus.Hydra
+ PROJECT_ID
+ hydra-142516
+ STORAGE_BUCKET
+ hydra-142516.appspot.com
+ IS_ADS_ENABLED
+
+ IS_ANALYTICS_ENABLED
+
+ IS_APPINVITE_ENABLED
+
+ IS_GCM_ENABLED
+
+ IS_SIGNIN_ENABLED
+
+ GOOGLE_APP_ID
+ 1:758079297428:ios:9a4bdee4f64f1ef8
+ DATABASE_URL
+ https://hydra-142516.firebaseio.com
+
+
diff --git a/Hydra-Info.plist b/Hydra-Info.plist
index bf2fcd0..c748004 100644
--- a/Hydra-Info.plist
+++ b/Hydra-Info.plist
@@ -19,7 +19,7 @@
CFBundleIdentifier
- be.ugent.zeus.${PRODUCT_NAME:rfc1034identifier}${CUSTOM_IDENTIFIER_SUFFIX}
+ $(PRODUCT_BUNDLE_IDENTIFIER)
CFBundleInfoDictionaryVersion
6.0
CFBundleName
@@ -27,7 +27,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 2.0.1
+ 2.1
CFBundleSignature
????
CFBundleURLTypes
@@ -38,11 +38,30 @@
fb146947948791011
+
+ CFBundleTypeRole
+ Editor
+ CFBundleURLName
+ hydra-ugent
+ CFBundleURLSchemes
+
+ hydra-ugent
+
+
CFBundleVersion
- 2.0.15
+ 2.1.9
FacebookAppID
146947948791011
+ FacebookDisplayName
+ Hydra
+ LSApplicationQueriesSchemes
+
+ fbapi
+ fb-messenger-api
+ fbauth2
+ fbshareextension
+
LSRequiresIPhoneOS
NSAppTransportSecurity
@@ -59,12 +78,16 @@
NSLocationWhenInUseUsageDescription
We hebben uw locatie nodig om deze te kunnen tonen op de kaarten.
+ UIAppFonts
+
+ LeagueGothic-Regular.otf
+
UIBackgroundModes
audio
UILaunchStoryboardName
- MainStoryboard
+ LaunchScreen
UIPrerenderedIcon
UIRequiresFullScreen
diff --git a/Hydra.xcodeproj/project.pbxproj b/Hydra.xcodeproj/project.pbxproj
index 0adbed2..9614c07 100644
--- a/Hydra.xcodeproj/project.pbxproj
+++ b/Hydra.xcodeproj/project.pbxproj
@@ -3,31 +3,37 @@
archiveVersion = 1;
classes = {
};
- objectVersion = 46;
+ objectVersion = 47;
objects = {
/* Begin PBXBuildFile section */
395C117A16272D8000B99F9B /* NewsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 395C117916272D8000B99F9B /* NewsViewController.m */; };
395C117D1627437000B99F9B /* NewsDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 395C117C1627437000B99F9B /* NewsDetailViewController.m */; };
- 3B436DF815B8915300984D3F /* InfoViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B436DF715B8915200984D3F /* InfoViewController.m */; };
3B93FB9F1630939200C962DC /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B93FB9E1630939200C962DC /* AudioToolbox.framework */; };
3B93FBA7163095F900C962DC /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B93FB9E1630939200C962DC /* AudioToolbox.framework */; };
3B93FBAA1630969900C962DC /* UrgentPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B93FBA91630969900C962DC /* UrgentPlayer.m */; };
3B93FBAC16309E2200C962DC /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B93FBAB16309E2100C962DC /* AVFoundation.framework */; };
- 445C81F516C3DB0B0080819C /* AssociationPreferenceController.m in Sources */ = {isa = PBXBuildFile; fileRef = 445C81F416C3DB0B0080819C /* AssociationPreferenceController.m */; };
+ 3FAEE3F08BA5B665F18C8B3D /* Pods_Hydra.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1FA3342E7471DF2C095F6AFD /* Pods_Hydra.framework */; };
44A29C58162DA88E001A573C /* EventKitUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 44A29C57162DA88E001A573C /* EventKitUI.framework */; };
+ 900295EE1D2EB8F8005F86E6 /* Announcement.swift in Sources */ = {isa = PBXBuildFile; fileRef = 900295E91D2EB8F8005F86E6 /* Announcement.swift */; };
+ 900295F01D2EB8F8005F86E6 /* Course.swift in Sources */ = {isa = PBXBuildFile; fileRef = 900295EB1D2EB8F8005F86E6 /* Course.swift */; };
+ 900295F11D2EB8F8005F86E6 /* OAuthTokenInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 900295EC1D2EB8F8005F86E6 /* OAuthTokenInfo.swift */; };
+ 900295F21D2EB8F8005F86E6 /* User.swift in Sources */ = {isa = PBXBuildFile; fileRef = 900295ED1D2EB8F8005F86E6 /* User.swift */; };
+ 900295F41D2EBA52005F86E6 /* UGentOAuthConfig.plist in Resources */ = {isa = PBXBuildFile; fileRef = 900295F31D2EBA52005F86E6 /* UGentOAuthConfig.plist */; };
+ 900295F61D2EBA98005F86E6 /* UGentOAuth2Service.swift in Sources */ = {isa = PBXBuildFile; fileRef = 900295F51D2EBA98005F86E6 /* UGentOAuth2Service.swift */; };
9004F58F1B7F2FB60041FAA6 /* resto-map-icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9004F58D1B7F2FB60041FAA6 /* resto-map-icon@2x.png */; };
9004F5901B7F2FB60041FAA6 /* resto-map-icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 9004F58E1B7F2FB60041FAA6 /* resto-map-icon.png */; };
9015D0FA1A8ABA4B00228ADC /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 908E536419BE4F3900F1DA57 /* Images.xcassets */; };
901603DC1B716DED002E0D60 /* HomeNewsItemCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 901603DB1B716DED002E0D60 /* HomeNewsItemCollectionViewCell.swift */; };
902939441A8C22EB00868221 /* info-bloklocaties.html in Resources */ = {isa = PBXBuildFile; fileRef = 902939431A8C22EB00868221 /* info-bloklocaties.html */; };
+ 902B7CAB1D5FA83000B53B98 /* HomeMinervaAnnouncementCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 902B7CAA1D5FA83000B53B98 /* HomeMinervaAnnouncementCell.swift */; };
+ 902B7CAD1D5FCC6D00B53B98 /* HomeMinervaCalendarItemCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 902B7CAC1D5FCC6D00B53B98 /* HomeMinervaCalendarItemCell.swift */; };
+ 902C9FE21D4D437E00A4BE86 /* CalendarItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 902C9FE11D4D437E00A4BE86 /* CalendarItem.swift */; };
9035BF121B6C1753008E7875 /* schamper.png in Resources */ = {isa = PBXBuildFile; fileRef = 9035BF111B6C1753008E7875 /* schamper.png */; };
9035BF141B6C1F5D008E7875 /* HomeSchamperCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9035BF131B6C1F5D008E7875 /* HomeSchamperCollectionViewCell.swift */; };
9035BF161B6C37FE008E7875 /* home-zeus.png in Resources */ = {isa = PBXBuildFile; fileRef = 9035BF151B6C37FE008E7875 /* home-zeus.png */; };
9035BF181B6CB52A008E7875 /* HomeActivityCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9035BF171B6CB52A008E7875 /* HomeActivityCollectionViewCell.swift */; };
9035BF1A1B6CF663008E7875 /* LocationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9035BF191B6CF663008E7875 /* LocationService.swift */; };
- 903A8AF61C04F369002DAF5B /* ActivityOverviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 903A8AF51C04F369002DAF5B /* ActivityOverviewCell.swift */; };
- 903A8AF81C04FBF7002DAF5B /* ActivityOverviewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 903A8AF71C04FBF7002DAF5B /* ActivityOverviewCell.xib */; };
90410B101848DF9100331F6C /* info-guide.png in Resources */ = {isa = PBXBuildFile; fileRef = 90410B0E1848DF9100331F6C /* info-guide.png */; };
90410B111848DF9100331F6C /* info-guide@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 90410B0F1848DF9100331F6C /* info-guide@2x.png */; };
904166231B7A689500D231EF /* tabbar-urgent@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 904166211B7A689500D231EF /* tabbar-urgent@2x.png */; };
@@ -35,23 +41,88 @@
904166261B7A837C00D231EF /* tabbar-settings.png in Resources */ = {isa = PBXBuildFile; fileRef = 904166251B7A837C00D231EF /* tabbar-settings.png */; };
9041C3681B7E67B600E4A50C /* RestoMenuCollectionCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9041C3671B7E67B600E4A50C /* RestoMenuCollectionCell.swift */; };
9041C36D1B7E801B00E4A50C /* RestoMenuHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9041C36C1B7E801B00E4A50C /* RestoMenuHeader.swift */; };
+ 9042D8711D89AC22001F3E12 /* tabbar-sko.png in Resources */ = {isa = PBXBuildFile; fileRef = 9042D8701D89AC22001F3E12 /* tabbar-sko.png */; };
+ 9047505C1D64FCD00091E2EF /* MinervaCalendarDetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9047505B1D64FCD00091E2EF /* MinervaCalendarDetailViewController.swift */; };
+ 904A58211CB418CE0079ED25 /* NSDate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 904A58201CB418CE0079ED25 /* NSDate.swift */; };
+ 904A58231CB505F00079ED25 /* HomeSpecialEventBasicCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 904A58221CB505F00079ED25 /* HomeSpecialEventBasicCollectionViewCell.swift */; };
+ 904AD4EE1C88B845008F88E8 /* FacebookEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 904AD4ED1C88B845008F88E8 /* FacebookEvent.swift */; };
+ 904AD4F01C88B858008F88E8 /* FacebookSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 904AD4EF1C88B858008F88E8 /* FacebookSession.swift */; };
904BC46C17E2014A0000FED6 /* dot-question.png in Resources */ = {isa = PBXBuildFile; fileRef = 904BC46817E2014A0000FED6 /* dot-question.png */; };
904BC46D17E2014A0000FED6 /* dot-question@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 904BC46917E2014A0000FED6 /* dot-question@2x.png */; };
+ 90530DBB1D2D889400A0CC8A /* PreferencesController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90530DBA1D2D889400A0CC8A /* PreferencesController.swift */; };
+ 90530DBD1D2D98D300A0CC8A /* PreferencesExtraTableViewCells.xib in Resources */ = {isa = PBXBuildFile; fileRef = 90530DBC1D2D98D300A0CC8A /* PreferencesExtraTableViewCells.xib */; };
+ 90530DBF1D2D9CDD00A0CC8A /* PreferenceTableViewCells.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90530DBE1D2D9CDD00A0CC8A /* PreferenceTableViewCells.swift */; };
+ 90530DC11D2DA5AA00A0CC8A /* PreferencesSwitchTableViewCells.xib in Resources */ = {isa = PBXBuildFile; fileRef = 90530DC01D2DA5AA00A0CC8A /* PreferencesSwitchTableViewCells.xib */; };
+ 90530DC31D2DB30200A0CC8A /* PreferencesTextTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 90530DC21D2DB30200A0CC8A /* PreferencesTextTableViewCell.xib */; };
+ 90530DC51D2DC10E00A0CC8A /* AssociationPreferenceController.m in Sources */ = {isa = PBXBuildFile; fileRef = 90530DC41D2DC10E00A0CC8A /* AssociationPreferenceController.m */; };
+ 90530DC81D2E51B800A0CC8A /* PreferencesService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90530DC71D2E51B800A0CC8A /* PreferencesService.swift */; };
905EB0131BC809C600F38679 /* tabbar-settings@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 905EB0121BC809C600F38679 /* tabbar-settings@2x.png */; };
905EB0151BC80A3800F38679 /* tabbar-news@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 905EB0141BC80A3800F38679 /* tabbar-news@2x.png */; };
905EB0171BC80B2100F38679 /* tabbar-activities@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 905EB0161BC80B2000F38679 /* tabbar-activities@2x.png */; };
+ 9063FC601D5D079100BD01F6 /* InfoItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9063FC5F1D5D079100BD01F6 /* InfoItem.swift */; };
+ 9063FC621D5E277400BD01F6 /* InfoStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9063FC611D5E277400BD01F6 /* InfoStore.swift */; };
+ 9063FC641D5E2BB900BD01F6 /* InfoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9063FC631D5E2BB900BD01F6 /* InfoViewController.swift */; };
+ 90677EEF1D91C7CE003F7135 /* tabbar-sko-student-village.png in Resources */ = {isa = PBXBuildFile; fileRef = 90677EED1D91C7CE003F7135 /* tabbar-sko-student-village.png */; };
+ 90677EF01D91C7CE003F7135 /* tabbar-sko-student-village@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 90677EEE1D91C7CE003F7135 /* tabbar-sko-student-village@2x.png */; };
+ 90677EF31D91C853003F7135 /* tabbar-sko-lineup.png in Resources */ = {isa = PBXBuildFile; fileRef = 90677EF11D91C853003F7135 /* tabbar-sko-lineup.png */; };
+ 90677EF41D91C853003F7135 /* tabbar-sko-lineup@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 90677EF21D91C853003F7135 /* tabbar-sko-lineup@2x.png */; };
+ 90677EF71D91C8C1003F7135 /* tabbar-sko-map@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 90677EF51D91C8C1003F7135 /* tabbar-sko-map@2x.png */; };
+ 90677EF81D91C8C1003F7135 /* tabbar-sko-map.png in Resources */ = {isa = PBXBuildFile; fileRef = 90677EF61D91C8C1003F7135 /* tabbar-sko-map.png */; };
+ 90677EFA1D92B581003F7135 /* SKOStudentVillageDetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90677EF91D92B581003F7135 /* SKOStudentVillageDetailViewController.swift */; };
9068BA781B7BB437005F79FA /* tabbar-resto@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9068BA771B7BB437005F79FA /* tabbar-resto@2x.png */; };
9068BA7A1B7BB560005F79FA /* tabbar-home@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9068BA791B7BB560005F79FA /* tabbar-home@2x.png */; };
9068BA7C1B7BB684005F79FA /* tabbar-info@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9068BA7B1B7BB684005F79FA /* tabbar-info@2x.png */; };
+ 90692EE71D6399C600F607D8 /* CalendarSingleTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90692EE61D6399C600F607D8 /* CalendarSingleTableViewCell.swift */; };
906C1D8917C8A4A600145CD3 /* MapViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 906C1D8817C8A4A600145CD3 /* MapViewController.m */; };
907CD3CA1B7E52B600DD7539 /* RestoMenuViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 907CD3C91B7E52B600DD7539 /* RestoMenuViewController.swift */; };
+ 90869A001CACA038004C9FF8 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 908699FF1CACA038004C9FF8 /* GoogleService-Info.plist */; };
+ 90869A011CACA04D004C9FF8 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 908699FF1CACA038004C9FF8 /* GoogleService-Info.plist */; };
+ 90869A021CACA04E004C9FF8 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 908699FF1CACA038004C9FF8 /* GoogleService-Info.plist */; };
+ 90869A041CACA116004C9FF8 /* UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90869A031CACA116004C9FF8 /* UIViewController.swift */; };
+ 9086FD8B1C84E8BF0053493D /* Association.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9086FD871C84E8BF0053493D /* Association.swift */; };
+ 9086FD8C1C84E8BF0053493D /* Activity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9086FD881C84E8BF0053493D /* Activity.swift */; };
+ 9086FD8D1C84E8BF0053493D /* NewsItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9086FD891C84E8BF0053493D /* NewsItem.swift */; };
+ 9086FD8E1C84E8BF0053493D /* SchamperArticle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9086FD8A1C84E8BF0053493D /* SchamperArticle.swift */; };
+ 9086FD921C84E9900053493D /* AssociationStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9086FD8F1C84E9900053493D /* AssociationStore.swift */; };
+ 9086FD931C84E9900053493D /* SchamperStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9086FD901C84E9900053493D /* SchamperStore.swift */; };
+ 9086FD941C84E9900053493D /* SavableStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9086FD911C84E9900053493D /* SavableStore.swift */; };
+ 9086FD961C84EEC50053493D /* Config.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9086FD951C84EEC50053493D /* Config.swift */; };
+ 9086FD9A1C84F0750053493D /* p2_OAuth2.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9086FD981C84F0750053493D /* p2_OAuth2.swift */; };
+ 9086FD9B1C84F0750053493D /* String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9086FD991C84F0750053493D /* String.swift */; };
908CA4DD1A8D439C00F8C31F /* info-mapmarker.png in Resources */ = {isa = PBXBuildFile; fileRef = 908CA4DB1A8D439C00F8C31F /* info-mapmarker.png */; };
908CA4DE1A8D439C00F8C31F /* info-mapmarker@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 908CA4DC1A8D439C00F8C31F /* info-mapmarker@2x.png */; };
908DFF03188E932D00D526DC /* Pods-acknowledgements.plist in Resources */ = {isa = PBXBuildFile; fileRef = 908DFF02188E932D00D526DC /* Pods-acknowledgements.plist */; };
908E536519BE4F3900F1DA57 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 908E536419BE4F3900F1DA57 /* Images.xcassets */; };
- 90969AD21BFF5D8D006EDD9D /* AssociationStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90969AD11BFF5D8D006EDD9D /* AssociationStore.swift */; };
+ 9092D6AA1D5A358F00B75CEE /* MinervaAnnounceDetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9092D6A91D5A358F00B75CEE /* MinervaAnnounceDetailViewController.swift */; };
+ 9093B0241D50F5EC00EB00E2 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9093B0231D50F5EC00EB00E2 /* UIColor.swift */; };
+ 9093B0261D512BDD00EB00E2 /* Whatsnew.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9093B0251D512BDD00EB00E2 /* Whatsnew.swift */; };
90969AD41BFF5F90006EDD9D /* RestoStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90969AD31BFF5F90006EDD9D /* RestoStore.swift */; };
- 90969AD61BFF6014006EDD9D /* SchamperStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90969AD51BFF6014006EDD9D /* SchamperStore.swift */; };
+ 909E46F51D5A17770072AFEC /* tabbar-minerva.png in Resources */ = {isa = PBXBuildFile; fileRef = 909E46F21D5A17770072AFEC /* tabbar-minerva.png */; };
+ 909E46F61D5A17770072AFEC /* tabbar-minerva@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 909E46F31D5A17770072AFEC /* tabbar-minerva@2x.png */; };
+ 909E46F71D5A17770072AFEC /* tabbar-minerva@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 909E46F41D5A17770072AFEC /* tabbar-minerva@3x.png */; };
+ 909E46FB1D5A2CF90072AFEC /* minerva-icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 909E46F81D5A2CF80072AFEC /* minerva-icon.png */; };
+ 909E46FC1D5A2CF90072AFEC /* minerva-icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 909E46F91D5A2CF90072AFEC /* minerva-icon@2x.png */; };
+ 909E46FD1D5A2CF90072AFEC /* minerva-icon@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 909E46FA1D5A2CF90072AFEC /* minerva-icon@3x.png */; };
+ 90AA4BA21D831C86003303FE /* SKOHydraTabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90AA4BA11D831C86003303FE /* SKOHydraTabBarController.swift */; };
+ 90AA4BA41D831D3A003303FE /* sko.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 90AA4BA31D831D3A003303FE /* sko.storyboard */; };
+ 90AA4BA61D831F1B003303FE /* SKOBackViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90AA4BA51D831F1B003303FE /* SKOBackViewController.swift */; };
+ 90AA4BA91D833347003303FE /* logo-sko.png in Resources */ = {isa = PBXBuildFile; fileRef = 90AA4BA81D833347003303FE /* logo-sko.png */; };
+ 90AA4BAB1D8335BB003303FE /* SKOTimelineCollectionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90AA4BAA1D8335BB003303FE /* SKOTimelineCollectionViewController.swift */; };
+ 90AA4BAE1D835919003303FE /* LeagueGothic-Regular.otf in Resources */ = {isa = PBXBuildFile; fileRef = 90AA4BAD1D83587C003303FE /* LeagueGothic-Regular.otf */; };
+ 90AA4BB01D835B67003303FE /* SKOLineupViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90AA4BAF1D835B67003303FE /* SKOLineupViewController.swift */; };
+ 90AA4BB21D835BB0003303FE /* SKOMapViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90AA4BB11D835BB0003303FE /* SKOMapViewController.swift */; };
+ 90AA4BB41D835C08003303FE /* SKOStudentVillageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90AA4BB31D835C08003303FE /* SKOStudentVillageViewController.swift */; };
+ 90AA4BB71D83601B003303FE /* tabbar-hydra.png in Resources */ = {isa = PBXBuildFile; fileRef = 90AA4BB51D83601B003303FE /* tabbar-hydra.png */; };
+ 90AA4BB81D83601B003303FE /* tabbar-hydra@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 90AA4BB61D83601B003303FE /* tabbar-hydra@2x.png */; };
+ 90AA4BBC1D840097003303FE /* SKOStageHeaderCollectionReusableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90AA4BBB1D840097003303FE /* SKOStageHeaderCollectionReusableView.swift */; };
+ 90AA4BBE1D840864003303FE /* SKOLineupStageCollectionReusableView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 90AA4BBD1D840864003303FE /* SKOLineupStageCollectionReusableView.xib */; };
+ 90AA4BC11D840F65003303FE /* SKOLineUpCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90AA4BC01D840F65003303FE /* SKOLineUpCollectionViewCell.swift */; };
+ 90AC8E841D87347F00A16082 /* onboarding.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 90AC8E831D87347F00A16082 /* onboarding.storyboard */; };
+ 90AC8E861D87380B00A16082 /* Settings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 90AC8E851D87380B00A16082 /* Settings.bundle */; };
+ 90AC8E881D8745A600A16082 /* TimelineOnboardViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90AC8E871D8745A600A16082 /* TimelineOnboardViewController.swift */; };
+ 90AC8E8A1D874F1500A16082 /* InitialOnboardingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90AC8E891D874F1500A16082 /* InitialOnboardingViewController.swift */; };
+ 90AC8E8C1D8751A300A16082 /* MinervaOnboardingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90AC8E8B1D8751A300A16082 /* MinervaOnboardingViewController.swift */; };
+ 90AC8E8E1D87696C00A16082 /* TimeLineTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90AC8E8D1D87696C00A16082 /* TimeLineTableViewCell.swift */; };
90B010A31C305F73000DE080 /* RestoSandwich.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B010A21C305F73000DE080 /* RestoSandwich.swift */; };
90B010A51C308CB2000DE080 /* NSCalendar+HydraCalendar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B010A41C308CB2000DE080 /* NSCalendar+HydraCalendar.swift */; };
90B1029717A85E9200669CCD /* kalender.css in Resources */ = {isa = PBXBuildFile; fileRef = 90B1029617A85E9200669CCD /* kalender.css */; };
@@ -62,31 +133,46 @@
90B1EF141B7A60B000E733C1 /* tabbar-news.png in Resources */ = {isa = PBXBuildFile; fileRef = 90B1EF131B7A60B000E733C1 /* tabbar-news.png */; };
90B1EF161B7A60FC00E733C1 /* tabbar-schamper@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 90B1EF151B7A60FC00E733C1 /* tabbar-schamper@2x.png */; };
90B1EF181B7A61DD00E733C1 /* tabbar-schamper.png in Resources */ = {isa = PBXBuildFile; fileRef = 90B1EF171B7A61DD00E733C1 /* tabbar-schamper.png */; };
+ 90B3D7C31CB1CCF200A7E25E /* SpecialEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B3D7C21CB1CCF200A7E25E /* SpecialEvent.swift */; };
+ 90B3D7C51CB1D22400A7E25E /* SpecialEventStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B3D7C41CB1D22400A7E25E /* SpecialEventStore.swift */; };
90BAB266162749BD0043BA92 /* SchamperDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 90BAB265162749BC0043BA92 /* SchamperDetailViewController.m */; };
90BE1F891B6AB3390061888C /* HomeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90BE1F881B6AB3390061888C /* HomeViewController.swift */; };
90BE1F8D1B6AB61D0061888C /* MainStoryboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 90BE1F8C1B6AB61D0061888C /* MainStoryboard.storyboard */; };
90BE1F901B6AB8780061888C /* home-header.png in Resources */ = {isa = PBXBuildFile; fileRef = 90BE1F8E1B6AB8780061888C /* home-header.png */; };
90BE1F911B6AB8780061888C /* home-background.png in Resources */ = {isa = PBXBuildFile; fileRef = 90BE1F8F1B6AB8780061888C /* home-background.png */; };
- 90C532AB16A325A200857EB0 /* FacebookEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 90C532AA16A325A200857EB0 /* FacebookEvent.m */; };
+ 90C288A51D47A69000231462 /* MinervaCourseAnnouncementViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90C288A41D47A69000231462 /* MinervaCourseAnnouncementViewController.swift */; };
+ 90C288A71D47A6FA00231462 /* MinervaCoursePreferenceViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90C288A61D47A6FA00231462 /* MinervaCoursePreferenceViewController.swift */; };
+ 90C288A91D47AD1500231462 /* MinervaStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90C288A81D47AD1500231462 /* MinervaStore.swift */; };
90C8CA2E1B6AE3E80073E026 /* HomeFeedService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90C8CA2D1B6AE3E80073E026 /* HomeFeedService.swift */; };
+ 90CA18341D8BE62300309815 /* tabbar-sko@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 90CA18331D8BE62300309815 /* tabbar-sko@2x.png */; };
+ 90CA18371D8BF33200309815 /* TimelinePost.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90CA18361D8BF33200309815 /* TimelinePost.swift */; };
+ 90CA18391D8C1BFE00309815 /* SKOTimelineCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90CA18381D8C1BFE00309815 /* SKOTimelineCollectionViewCell.swift */; };
90CDD89D1C0A2A1300394F42 /* home-location.png in Resources */ = {isa = PBXBuildFile; fileRef = 90CDD89C1C0A2A1300394F42 /* home-location.png */; };
90CDD89F1C0A2A1800394F42 /* home-location@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 90CDD89E1C0A2A1800394F42 /* home-location@2x.png */; };
90CDD8A11C0A2BE200394F42 /* home-location@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 90CDD8A01C0A2BE200394F42 /* home-location@3x.png */; };
90CDD8A31C0A2CEE00394F42 /* home-clock.png in Resources */ = {isa = PBXBuildFile; fileRef = 90CDD8A21C0A2CEE00394F42 /* home-clock.png */; };
90CDD8A51C0A2D0F00394F42 /* home-clock@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 90CDD8A41C0A2D0F00394F42 /* home-clock@2x.png */; };
+ 90CDDA2F1D85CDFE00CCF8FB /* SKOStudentVillageTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90CDDA2E1D85CDFE00CCF8FB /* SKOStudentVillageTableViewCell.swift */; };
+ 90CDDA331D85E69A00CCF8FB /* Exihibitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90CDDA321D85E69A00CCF8FB /* Exihibitor.swift */; };
+ 90CEB35D1D81AAB700833477 /* NotificationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90CEB35C1D81AAB700833477 /* NotificationService.swift */; };
90D55B9B1B7A4CE800813179 /* HydraTabbarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90D55B9A1B7A4CE800813179 /* HydraTabbarController.swift */; };
90DDFB791B6BB3D300DDAFA0 /* HomeRestoCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90DDFB781B6BB3D300DDAFA0 /* HomeRestoCollectionViewCell.swift */; };
+ 90E3F5601C86585600343DF2 /* RestoMenu.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90E3F55F1C86585600343DF2 /* RestoMenu.swift */; };
+ 90E4BBB81D84466300582586 /* SKOStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90E4BBB71D84466300582586 /* SKOStore.swift */; };
+ 90E4BBBB1D8446C500582586 /* Stage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90E4BBBA1D8446C500582586 /* Stage.swift */; };
+ 90E4BBBD1D84470800582586 /* Artist.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90E4BBBC1D84470800582586 /* Artist.swift */; };
90E814F31854C76C00075F96 /* ios7-Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 90E814F11854C76C00075F96 /* ios7-Default-568h@2x.png */; };
90E814F41854C76C00075F96 /* ios7-Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 90E814F21854C76C00075F96 /* ios7-Default@2x.png */; };
90E8DDC11B6AD45C0059F71B /* home-button-bar.png in Resources */ = {isa = PBXBuildFile; fileRef = 90E8DDC01B6AD45C0059F71B /* home-button-bar.png */; };
- 90EB7BEA1688ECE300A9582D /* RestoLegendItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 90EB7BE91688ECE300A9582D /* RestoLegendItem.m */; };
90EE4CD01BB7193900C2DD32 /* RestoMenuInfoCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90EE4CCF1BB7193900C2DD32 /* RestoMenuInfoCollectionViewCell.swift */; };
+ 90EE815E1D8C58A200EE0F4F /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 90EE815D1D8C58A200EE0F4F /* LaunchScreen.storyboard */; };
90EF4A591B6D8AE40034AD8F /* HomeUrgentCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90EF4A581B6D8AE40034AD8F /* HomeUrgentCollectionViewCell.swift */; };
90F0525E168C663F004CAFFC /* RestoMapController.m in Sources */ = {isa = PBXBuildFile; fileRef = 90F0525C168C663F004CAFFC /* RestoMapController.m */; };
90F05261168C7022004CAFFC /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 90F05260168C7022004CAFFC /* CoreLocation.framework */; };
90F05263168C7726004CAFFC /* MapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 90F05262168C7726004CAFFC /* MapKit.framework */; };
- 90F05266168C7D19004CAFFC /* RestoLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = 90F05265168C7D19004CAFFC /* RestoLocation.m */; };
- B50ED58F220549D98F92E254 /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E747F0E311D74638A7FC212F /* libPods.a */; };
+ 90F37DD31C8B9A1200A380F0 /* RestoLocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90F37DD21C8B9A1200A380F0 /* RestoLocation.swift */; };
+ 90FFEA061D610D8900C18FDE /* CalendarViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90FFEA051D610D8900C18FDE /* CalendarViewController.swift */; };
+ ED20E64B1D2D809000255C57 /* UIViewExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED20E64A1D2D809000255C57 /* UIViewExtension.swift */; };
F49F792E1A1671950040987F /* NotificationCenter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F49F792D1A1671950040987F /* NotificationCenter.framework */; };
F49F79331A1671950040987F /* TodayViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F49F79321A1671950040987F /* TodayViewController.swift */; };
F49F79381A1671950040987F /* RestoMenuToday.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = F49F792C1A1671950040987F /* RestoMenuToday.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
@@ -98,7 +184,6 @@
F49F794B1A1672410040987F /* RestoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F49F79431A1672410040987F /* RestoManager.swift */; };
F49F79531A16748B0040987F /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = F49F79551A16748B0040987F /* Localizable.strings */; };
F4BE9FD01A168C5B00BFB8F8 /* String.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4BE9FCF1A168C5B00BFB8F8 /* String.swift */; };
- F5016BA6162756F300BBDB0A /* ActivitiesController.m in Sources */ = {isa = PBXBuildFile; fileRef = F5016BA5162756F300BBDB0A /* ActivitiesController.m */; };
F5016BA91627665800BBDB0A /* ActivityDetailController.m in Sources */ = {isa = PBXBuildFile; fileRef = F5016BA81627665800BBDB0A /* ActivityDetailController.m */; };
F50527CE15BDC1E600A697F8 /* info-kalender.html in Resources */ = {isa = PBXBuildFile; fileRef = F50527CD15BDC1E600A697F8 /* info-kalender.html */; };
F50527D015BDC5F600A697F8 /* info-studentenartsen.html in Resources */ = {isa = PBXBuildFile; fileRef = F50527CF15BDC5F600A697F8 /* info-studentenartsen.html */; };
@@ -106,7 +191,6 @@
F50EE09715B5F587000F1992 /* WebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F50EE09515B5F587000F1992 /* WebViewController.m */; };
F520A2DD166E933500EE340F /* icon-calendar.png in Resources */ = {isa = PBXBuildFile; fileRef = F520A2DB166E933500EE340F /* icon-calendar.png */; };
F520A2E0166E999400EE340F /* icon-calendar@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F520A2DF166E999400EE340F /* icon-calendar@2x.png */; };
- F521D11616C53A1200B686B2 /* PreferencesController.m in Sources */ = {isa = PBXBuildFile; fileRef = F521D11516C53A1200B686B2 /* PreferencesController.m */; };
F52A8B7917CD366E00C3379C /* ActivityMapController.m in Sources */ = {isa = PBXBuildFile; fileRef = F52A8B7817CD366E00C3379C /* ActivityMapController.m */; };
F52B9B77168507BD000B71D6 /* NSDateFormatter+AppLocale.m in Sources */ = {isa = PBXBuildFile; fileRef = F52B9B76168507BD000B71D6 /* NSDateFormatter+AppLocale.m */; };
F531DE6516B2E41B0050D88B /* button-route@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F531DE6416B2E41B0050D88B /* button-route@2x.png */; };
@@ -134,15 +218,11 @@
F54DC88C16A1A97100FD212E /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F54DC88B16A1A97100FD212E /* SystemConfiguration.framework */; };
F54DC88E16A1A97C00FD212E /* libxml2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = F54DC88D16A1A97C00FD212E /* libxml2.dylib */; };
F557EA46163431FC00635CDD /* schamper-bg@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F557EA45163431FC00635CDD /* schamper-bg@2x.png */; };
- F55895C415B60F450001B399 /* RestoMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = F55895C315B60F450001B399 /* RestoMenu.m */; };
- F55895C715B610140001B399 /* RestoStore.m in Sources */ = {isa = PBXBuildFile; fileRef = F55895C615B610130001B399 /* RestoStore.m */; };
- F55E89EC16A4AF8E008595CB /* ShareKitConfigurator.m in Sources */ = {isa = PBXBuildFile; fileRef = F55E89EB16A4AF8E008595CB /* ShareKitConfigurator.m */; };
F567044716BD5D8100C6B00D /* info-minerva.png in Resources */ = {isa = PBXBuildFile; fileRef = F567044316BD5D8100C6B00D /* info-minerva.png */; };
F569582716AA095800C45D00 /* UINavigationController+ReplaceController.m in Sources */ = {isa = PBXBuildFile; fileRef = F569582616AA095800C45D00 /* UINavigationController+ReplaceController.m */; };
F56B177116C9069300AB59D6 /* NSMutableArray+Shuffling.m in Sources */ = {isa = PBXBuildFile; fileRef = F56B177016C9069300AB59D6 /* NSMutableArray+Shuffling.m */; };
F56F139C169731FE003D4447 /* UrgentViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = F56F139E169731FE003D4447 /* UrgentViewController.xib */; };
F57CB9DA15B84C4B00D87CB3 /* NSDate+Utilities.m in Sources */ = {isa = PBXBuildFile; fileRef = F57CB9D915B84C4B00D87CB3 /* NSDate+Utilities.m */; };
- F59CEE8A16A188050038FD24 /* FacebookSession.m in Sources */ = {isa = PBXBuildFile; fileRef = F59CEE8216A188050038FD24 /* FacebookSession.m */; };
F59D16F415BD693F00B6F892 /* info-academiccalendar.png in Resources */ = {isa = PBXBuildFile; fileRef = F59D16E415BD693F00B6F892 /* info-academiccalendar.png */; };
F59D16F515BD693F00B6F892 /* info-academiccalendar@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F59D16E515BD693F00B6F892 /* info-academiccalendar@2x.png */; };
F59D16F615BD693F00B6F892 /* info-bicycle.png in Resources */ = {isa = PBXBuildFile; fileRef = F59D16E615BD693F00B6F892 /* info-bicycle.png */; };
@@ -197,12 +277,10 @@
F5C46190166E442000874D79 /* navigation-down@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F5C4618C166E442000874D79 /* navigation-down@2x.png */; };
F5C46191166E442000874D79 /* navigation-up.png in Resources */ = {isa = PBXBuildFile; fileRef = F5C4618D166E442000874D79 /* navigation-up.png */; };
F5C46192166E442000874D79 /* navigation-up@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F5C4618E166E442000874D79 /* navigation-up@2x.png */; };
- F5C6093816D2DFCB0043BD44 /* PreferencesService.m in Sources */ = {isa = PBXBuildFile; fileRef = F5C6093716D2DFCB0043BD44 /* PreferencesService.m */; };
F5CE522216C2BDA70033A52B /* Errors.strings in Resources */ = {isa = PBXBuildFile; fileRef = F5CE522016C2BDA70033A52B /* Errors.strings */; };
F5CFAA3D15BD9B87008E75B0 /* info-fietsen.html in Resources */ = {isa = PBXBuildFile; fileRef = F5CFAA3C15BD9B87008E75B0 /* info-fietsen.html */; };
F5D36BB715B5BD2A00B6E017 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = F5D36BB315B5BD2A00B6E017 /* Default.png */; };
F5D36BB815B5BD2A00B6E017 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F5D36BB415B5BD2A00B6E017 /* Default@2x.png */; };
- F5D36BC115B5BDA500B6E017 /* SchamperStore.m in Sources */ = {isa = PBXBuildFile; fileRef = F5D36BC015B5BDA500B6E017 /* SchamperStore.m */; };
F5D51CF716B6D44800826B51 /* info-minerva@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F5D51CF616B6D44800826B51 /* info-minerva@2x.png */; };
F5DF2FB916C41DDE003B05EC /* MarqueeLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = F5DF2FB816C41DDE003B05EC /* MarqueeLabel.m */; };
F5E7F06C15EF9408004024AA /* header-bg@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F5E7F06B15EF9407004024AA /* header-bg@2x.png */; };
@@ -228,11 +306,6 @@
F5EBF11D159E092300EB5D26 /* SchamperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F5EBF11B159E092300EB5D26 /* SchamperViewController.m */; };
F5EBF13D159E13E600EB5D26 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5EBF13C159E13E600EB5D26 /* MobileCoreServices.framework */; };
F5EBF143159E13FD00EB5D26 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5EBF142159E13FD00EB5D26 /* QuartzCore.framework */; };
- F5EBF14C159E1E3600EB5D26 /* SchamperArticle.m in Sources */ = {isa = PBXBuildFile; fileRef = F5EBF14B159E1E3600EB5D26 /* SchamperArticle.m */; };
- F5F43C3E15BAD246003C2AAE /* AssociationNewsItem.m in Sources */ = {isa = PBXBuildFile; fileRef = F5F43C3D15BAD246003C2AAE /* AssociationNewsItem.m */; };
- F5F43C4115BAD2CC003C2AAE /* AssociationActivity.m in Sources */ = {isa = PBXBuildFile; fileRef = F5F43C4015BAD2CC003C2AAE /* AssociationActivity.m */; };
- F5F43C4415BAD2EB003C2AAE /* AssociationStore.m in Sources */ = {isa = PBXBuildFile; fileRef = F5F43C4315BAD2EB003C2AAE /* AssociationStore.m */; };
- F5F43C4715BAD42E003C2AAE /* Association.m in Sources */ = {isa = PBXBuildFile; fileRef = F5F43C4615BAD42E003C2AAE /* Association.m */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@@ -267,31 +340,36 @@
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
+ 1FA3342E7471DF2C095F6AFD /* Pods_Hydra.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Hydra.framework; sourceTree = BUILT_PRODUCTS_DIR; };
395C117816272D8000B99F9B /* NewsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewsViewController.h; sourceTree = ""; };
395C117916272D8000B99F9B /* NewsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NewsViewController.m; sourceTree = ""; };
395C117B1627437000B99F9B /* NewsDetailViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewsDetailViewController.h; sourceTree = ""; };
395C117C1627437000B99F9B /* NewsDetailViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NewsDetailViewController.m; sourceTree = ""; };
- 39B9A4055F5F374AA56058ED /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = ""; };
- 3B436DF615B8915200984D3F /* InfoViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InfoViewController.h; sourceTree = ""; };
- 3B436DF715B8915200984D3F /* InfoViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = InfoViewController.m; sourceTree = ""; };
+ 3A8CEDFFE59A2DEF914797B2 /* Pods-Hydra.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Hydra.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Hydra/Pods-Hydra.debug.xcconfig"; sourceTree = ""; };
3B93FB9E1630939200C962DC /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
3B93FBA81630969900C962DC /* UrgentPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UrgentPlayer.h; sourceTree = ""; };
3B93FBA91630969900C962DC /* UrgentPlayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UrgentPlayer.m; sourceTree = ""; };
3B93FBAB16309E2100C962DC /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
445C81F316C3DB0B0080819C /* AssociationPreferenceController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AssociationPreferenceController.h; sourceTree = ""; };
- 445C81F416C3DB0B0080819C /* AssociationPreferenceController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AssociationPreferenceController.m; sourceTree = ""; };
44A29C57162DA88E001A573C /* EventKitUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = EventKitUI.framework; path = System/Library/Frameworks/EventKitUI.framework; sourceTree = SDKROOT; };
+ 900295E91D2EB8F8005F86E6 /* Announcement.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Announcement.swift; sourceTree = ""; };
+ 900295EB1D2EB8F8005F86E6 /* Course.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Course.swift; sourceTree = ""; };
+ 900295EC1D2EB8F8005F86E6 /* OAuthTokenInfo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OAuthTokenInfo.swift; sourceTree = ""; };
+ 900295ED1D2EB8F8005F86E6 /* User.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = User.swift; sourceTree = ""; };
+ 900295F31D2EBA52005F86E6 /* UGentOAuthConfig.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = UGentOAuthConfig.plist; sourceTree = ""; };
+ 900295F51D2EBA98005F86E6 /* UGentOAuth2Service.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UGentOAuth2Service.swift; sourceTree = ""; };
9004F58D1B7F2FB60041FAA6 /* resto-map-icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "resto-map-icon@2x.png"; sourceTree = ""; };
9004F58E1B7F2FB60041FAA6 /* resto-map-icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "resto-map-icon.png"; sourceTree = ""; };
901603DB1B716DED002E0D60 /* HomeNewsItemCollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeNewsItemCollectionViewCell.swift; sourceTree = ""; };
902939431A8C22EB00868221 /* info-bloklocaties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "info-bloklocaties.html"; sourceTree = ""; };
+ 902B7CAA1D5FA83000B53B98 /* HomeMinervaAnnouncementCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeMinervaAnnouncementCell.swift; sourceTree = ""; };
+ 902B7CAC1D5FCC6D00B53B98 /* HomeMinervaCalendarItemCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeMinervaCalendarItemCell.swift; sourceTree = ""; };
+ 902C9FE11D4D437E00A4BE86 /* CalendarItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CalendarItem.swift; sourceTree = ""; };
9035BF111B6C1753008E7875 /* schamper.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = schamper.png; sourceTree = ""; };
9035BF131B6C1F5D008E7875 /* HomeSchamperCollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeSchamperCollectionViewCell.swift; sourceTree = ""; };
9035BF151B6C37FE008E7875 /* home-zeus.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "home-zeus.png"; sourceTree = ""; };
9035BF171B6CB52A008E7875 /* HomeActivityCollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeActivityCollectionViewCell.swift; sourceTree = ""; };
9035BF191B6CF663008E7875 /* LocationService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LocationService.swift; sourceTree = ""; };
- 903A8AF51C04F369002DAF5B /* ActivityOverviewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ActivityOverviewCell.swift; sourceTree = ""; };
- 903A8AF71C04FBF7002DAF5B /* ActivityOverviewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ActivityOverviewCell.xib; sourceTree = ""; };
90410B0E1848DF9100331F6C /* info-guide.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "info-guide.png"; sourceTree = ""; };
90410B0F1848DF9100331F6C /* info-guide@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "info-guide@2x.png"; sourceTree = ""; };
904166211B7A689500D231EF /* tabbar-urgent@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "tabbar-urgent@2x.png"; sourceTree = ""; };
@@ -299,24 +377,87 @@
904166251B7A837C00D231EF /* tabbar-settings.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "tabbar-settings.png"; sourceTree = ""; };
9041C3671B7E67B600E4A50C /* RestoMenuCollectionCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RestoMenuCollectionCell.swift; sourceTree = ""; };
9041C36C1B7E801B00E4A50C /* RestoMenuHeader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RestoMenuHeader.swift; sourceTree = ""; };
+ 9042D8701D89AC22001F3E12 /* tabbar-sko.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "tabbar-sko.png"; sourceTree = ""; };
+ 9047505B1D64FCD00091E2EF /* MinervaCalendarDetailViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MinervaCalendarDetailViewController.swift; sourceTree = ""; };
+ 904A58201CB418CE0079ED25 /* NSDate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NSDate.swift; sourceTree = ""; };
+ 904A58221CB505F00079ED25 /* HomeSpecialEventBasicCollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeSpecialEventBasicCollectionViewCell.swift; sourceTree = ""; };
+ 904AD4ED1C88B845008F88E8 /* FacebookEvent.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FacebookEvent.swift; sourceTree = ""; };
+ 904AD4EF1C88B858008F88E8 /* FacebookSession.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FacebookSession.swift; sourceTree = ""; };
904BC46817E2014A0000FED6 /* dot-question.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "dot-question.png"; sourceTree = ""; };
904BC46917E2014A0000FED6 /* dot-question@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "dot-question@2x.png"; sourceTree = ""; };
+ 90530DBA1D2D889400A0CC8A /* PreferencesController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PreferencesController.swift; sourceTree = ""; };
+ 90530DBC1D2D98D300A0CC8A /* PreferencesExtraTableViewCells.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PreferencesExtraTableViewCells.xib; sourceTree = ""; };
+ 90530DBE1D2D9CDD00A0CC8A /* PreferenceTableViewCells.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PreferenceTableViewCells.swift; sourceTree = ""; };
+ 90530DC01D2DA5AA00A0CC8A /* PreferencesSwitchTableViewCells.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PreferencesSwitchTableViewCells.xib; sourceTree = ""; };
+ 90530DC21D2DB30200A0CC8A /* PreferencesTextTableViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PreferencesTextTableViewCell.xib; sourceTree = ""; };
+ 90530DC41D2DC10E00A0CC8A /* AssociationPreferenceController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AssociationPreferenceController.m; sourceTree = ""; };
+ 90530DC71D2E51B800A0CC8A /* PreferencesService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PreferencesService.swift; sourceTree = ""; };
905EB0121BC809C600F38679 /* tabbar-settings@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "tabbar-settings@2x.png"; sourceTree = ""; };
905EB0141BC80A3800F38679 /* tabbar-news@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "tabbar-news@2x.png"; sourceTree = ""; };
905EB0161BC80B2000F38679 /* tabbar-activities@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "tabbar-activities@2x.png"; sourceTree = ""; };
+ 9063FC5F1D5D079100BD01F6 /* InfoItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InfoItem.swift; sourceTree = ""; };
+ 9063FC611D5E277400BD01F6 /* InfoStore.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InfoStore.swift; sourceTree = ""; };
+ 9063FC631D5E2BB900BD01F6 /* InfoViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InfoViewController.swift; sourceTree = ""; };
+ 90677EED1D91C7CE003F7135 /* tabbar-sko-student-village.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "tabbar-sko-student-village.png"; sourceTree = ""; };
+ 90677EEE1D91C7CE003F7135 /* tabbar-sko-student-village@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "tabbar-sko-student-village@2x.png"; sourceTree = ""; };
+ 90677EF11D91C853003F7135 /* tabbar-sko-lineup.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "tabbar-sko-lineup.png"; sourceTree = ""; };
+ 90677EF21D91C853003F7135 /* tabbar-sko-lineup@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "tabbar-sko-lineup@2x.png"; sourceTree = ""; };
+ 90677EF51D91C8C1003F7135 /* tabbar-sko-map@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "tabbar-sko-map@2x.png"; sourceTree = ""; };
+ 90677EF61D91C8C1003F7135 /* tabbar-sko-map.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "tabbar-sko-map.png"; sourceTree = ""; };
+ 90677EF91D92B581003F7135 /* SKOStudentVillageDetailViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SKOStudentVillageDetailViewController.swift; sourceTree = ""; };
9068BA771B7BB437005F79FA /* tabbar-resto@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "tabbar-resto@2x.png"; sourceTree = ""; };
9068BA791B7BB560005F79FA /* tabbar-home@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "tabbar-home@2x.png"; sourceTree = ""; };
9068BA7B1B7BB684005F79FA /* tabbar-info@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "tabbar-info@2x.png"; sourceTree = ""; };
+ 90692EE61D6399C600F607D8 /* CalendarSingleTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CalendarSingleTableViewCell.swift; sourceTree = ""; };
906C1D8717C8A4A600145CD3 /* MapViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MapViewController.h; sourceTree = ""; };
906C1D8817C8A4A600145CD3 /* MapViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MapViewController.m; sourceTree = ""; };
907CD3C91B7E52B600DD7539 /* RestoMenuViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RestoMenuViewController.swift; sourceTree = ""; };
+ 908699FF1CACA038004C9FF8 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = ""; };
+ 90869A031CACA116004C9FF8 /* UIViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIViewController.swift; sourceTree = ""; };
+ 9086FD871C84E8BF0053493D /* Association.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Association.swift; sourceTree = ""; };
+ 9086FD881C84E8BF0053493D /* Activity.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Activity.swift; sourceTree = ""; };
+ 9086FD891C84E8BF0053493D /* NewsItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NewsItem.swift; sourceTree = ""; };
+ 9086FD8A1C84E8BF0053493D /* SchamperArticle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SchamperArticle.swift; sourceTree = ""; };
+ 9086FD8F1C84E9900053493D /* AssociationStore.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AssociationStore.swift; sourceTree = ""; };
+ 9086FD901C84E9900053493D /* SchamperStore.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SchamperStore.swift; sourceTree = ""; };
+ 9086FD911C84E9900053493D /* SavableStore.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SavableStore.swift; sourceTree = ""; };
+ 9086FD951C84EEC50053493D /* Config.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Config.swift; sourceTree = ""; };
+ 9086FD981C84F0750053493D /* p2_OAuth2.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = p2_OAuth2.swift; sourceTree = ""; };
+ 9086FD991C84F0750053493D /* String.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = String.swift; sourceTree = ""; };
908CA4DB1A8D439C00F8C31F /* info-mapmarker.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "info-mapmarker.png"; sourceTree = ""; };
908CA4DC1A8D439C00F8C31F /* info-mapmarker@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "info-mapmarker@2x.png"; sourceTree = ""; };
908DFF02188E932D00D526DC /* Pods-acknowledgements.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Pods-acknowledgements.plist"; sourceTree = ""; };
- 908E536419BE4F3900F1DA57 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; };
- 90969AD11BFF5D8D006EDD9D /* AssociationStore.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AssociationStore.swift; sourceTree = ""; };
+ 908E536419BE4F3900F1DA57 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = Hydra/Images.xcassets; sourceTree = ""; };
+ 9092D6A91D5A358F00B75CEE /* MinervaAnnounceDetailViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MinervaAnnounceDetailViewController.swift; sourceTree = ""; };
+ 9093B0231D50F5EC00EB00E2 /* UIColor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; };
+ 9093B0251D512BDD00EB00E2 /* Whatsnew.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Whatsnew.swift; sourceTree = ""; };
90969AD31BFF5F90006EDD9D /* RestoStore.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RestoStore.swift; sourceTree = ""; };
- 90969AD51BFF6014006EDD9D /* SchamperStore.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SchamperStore.swift; sourceTree = ""; };
+ 909E46F21D5A17770072AFEC /* tabbar-minerva.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "tabbar-minerva.png"; sourceTree = ""; };
+ 909E46F31D5A17770072AFEC /* tabbar-minerva@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "tabbar-minerva@2x.png"; sourceTree = ""; };
+ 909E46F41D5A17770072AFEC /* tabbar-minerva@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "tabbar-minerva@3x.png"; sourceTree = ""; };
+ 909E46F81D5A2CF80072AFEC /* minerva-icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "minerva-icon.png"; sourceTree = ""; };
+ 909E46F91D5A2CF90072AFEC /* minerva-icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "minerva-icon@2x.png"; sourceTree = ""; };
+ 909E46FA1D5A2CF90072AFEC /* minerva-icon@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "minerva-icon@3x.png"; sourceTree = ""; };
+ 90AA4BA11D831C86003303FE /* SKOHydraTabBarController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SKOHydraTabBarController.swift; sourceTree = ""; };
+ 90AA4BA31D831D3A003303FE /* sko.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = sko.storyboard; sourceTree = ""; };
+ 90AA4BA51D831F1B003303FE /* SKOBackViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SKOBackViewController.swift; sourceTree = ""; };
+ 90AA4BA81D833347003303FE /* logo-sko.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "logo-sko.png"; sourceTree = ""; };
+ 90AA4BAA1D8335BB003303FE /* SKOTimelineCollectionViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SKOTimelineCollectionViewController.swift; sourceTree = ""; };
+ 90AA4BAD1D83587C003303FE /* LeagueGothic-Regular.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "LeagueGothic-Regular.otf"; sourceTree = ""; };
+ 90AA4BAF1D835B67003303FE /* SKOLineupViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SKOLineupViewController.swift; sourceTree = ""; };
+ 90AA4BB11D835BB0003303FE /* SKOMapViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SKOMapViewController.swift; sourceTree = ""; };
+ 90AA4BB31D835C08003303FE /* SKOStudentVillageViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SKOStudentVillageViewController.swift; sourceTree = ""; };
+ 90AA4BB51D83601B003303FE /* tabbar-hydra.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "tabbar-hydra.png"; sourceTree = ""; };
+ 90AA4BB61D83601B003303FE /* tabbar-hydra@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "tabbar-hydra@2x.png"; sourceTree = ""; };
+ 90AA4BBB1D840097003303FE /* SKOStageHeaderCollectionReusableView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SKOStageHeaderCollectionReusableView.swift; sourceTree = ""; };
+ 90AA4BBD1D840864003303FE /* SKOLineupStageCollectionReusableView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SKOLineupStageCollectionReusableView.xib; sourceTree = ""; };
+ 90AA4BC01D840F65003303FE /* SKOLineUpCollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SKOLineUpCollectionViewCell.swift; sourceTree = ""; };
+ 90AC8E831D87347F00A16082 /* onboarding.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = onboarding.storyboard; sourceTree = ""; };
+ 90AC8E851D87380B00A16082 /* Settings.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Settings.bundle; sourceTree = ""; };
+ 90AC8E871D8745A600A16082 /* TimelineOnboardViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TimelineOnboardViewController.swift; sourceTree = ""; };
+ 90AC8E891D874F1500A16082 /* InitialOnboardingViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InitialOnboardingViewController.swift; sourceTree = ""; };
+ 90AC8E8B1D8751A300A16082 /* MinervaOnboardingViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MinervaOnboardingViewController.swift; sourceTree = ""; };
+ 90AC8E8D1D87696C00A16082 /* TimeLineTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TimeLineTableViewCell.swift; sourceTree = ""; };
90B010A21C305F73000DE080 /* RestoSandwich.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RestoSandwich.swift; sourceTree = ""; };
90B010A41C308CB2000DE080 /* NSCalendar+HydraCalendar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSCalendar+HydraCalendar.swift"; sourceTree = ""; };
90B1029617A85E9200669CCD /* kalender.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = kalender.css; sourceTree = ""; };
@@ -327,6 +468,8 @@
90B1EF131B7A60B000E733C1 /* tabbar-news.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "tabbar-news.png"; sourceTree = ""; };
90B1EF151B7A60FC00E733C1 /* tabbar-schamper@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "tabbar-schamper@2x.png"; sourceTree = ""; };
90B1EF171B7A61DD00E733C1 /* tabbar-schamper.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "tabbar-schamper.png"; sourceTree = ""; };
+ 90B3D7C21CB1CCF200A7E25E /* SpecialEvent.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpecialEvent.swift; sourceTree = ""; };
+ 90B3D7C41CB1D22400A7E25E /* SpecialEventStore.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpecialEventStore.swift; sourceTree = ""; };
90BAB264162749BC0043BA92 /* SchamperDetailViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SchamperDetailViewController.h; sourceTree = ""; };
90BAB265162749BC0043BA92 /* SchamperDetailViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SchamperDetailViewController.m; sourceTree = ""; };
90BE1F871B6AB3390061888C /* Hydra-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "Hydra-Bridging-Header.h"; path = "Hydra/Hydra-Bridging-Header.h"; sourceTree = ""; };
@@ -334,31 +477,42 @@
90BE1F8C1B6AB61D0061888C /* MainStoryboard.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = MainStoryboard.storyboard; sourceTree = ""; };
90BE1F8E1B6AB8780061888C /* home-header.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "home-header.png"; sourceTree = ""; };
90BE1F8F1B6AB8780061888C /* home-background.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "home-background.png"; sourceTree = ""; };
- 90C532A916A325A200857EB0 /* FacebookEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FacebookEvent.h; sourceTree = ""; };
- 90C532AA16A325A200857EB0 /* FacebookEvent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FacebookEvent.m; sourceTree = ""; };
+ 90C288A41D47A69000231462 /* MinervaCourseAnnouncementViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MinervaCourseAnnouncementViewController.swift; sourceTree = ""; };
+ 90C288A61D47A6FA00231462 /* MinervaCoursePreferenceViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MinervaCoursePreferenceViewController.swift; sourceTree = ""; };
+ 90C288A81D47AD1500231462 /* MinervaStore.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MinervaStore.swift; sourceTree = ""; };
90C8CA2D1B6AE3E80073E026 /* HomeFeedService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeFeedService.swift; sourceTree = ""; };
+ 90CA18331D8BE62300309815 /* tabbar-sko@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "tabbar-sko@2x.png"; sourceTree = ""; };
+ 90CA18361D8BF33200309815 /* TimelinePost.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TimelinePost.swift; sourceTree = ""; };
+ 90CA18381D8C1BFE00309815 /* SKOTimelineCollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SKOTimelineCollectionViewCell.swift; sourceTree = ""; };
90CDD89C1C0A2A1300394F42 /* home-location.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "home-location.png"; sourceTree = ""; };
90CDD89E1C0A2A1800394F42 /* home-location@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "home-location@2x.png"; sourceTree = ""; };
90CDD8A01C0A2BE200394F42 /* home-location@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "home-location@3x.png"; sourceTree = ""; };
90CDD8A21C0A2CEE00394F42 /* home-clock.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "home-clock.png"; sourceTree = ""; };
90CDD8A41C0A2D0F00394F42 /* home-clock@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "home-clock@2x.png"; sourceTree = ""; };
+ 90CDDA2E1D85CDFE00CCF8FB /* SKOStudentVillageTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SKOStudentVillageTableViewCell.swift; sourceTree = ""; };
+ 90CDDA321D85E69A00CCF8FB /* Exihibitor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Exihibitor.swift; sourceTree = ""; };
+ 90CEB35C1D81AAB700833477 /* NotificationService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NotificationService.swift; sourceTree = ""; };
90D55B9A1B7A4CE800813179 /* HydraTabbarController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HydraTabbarController.swift; sourceTree = ""; };
90DDFB781B6BB3D300DDAFA0 /* HomeRestoCollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeRestoCollectionViewCell.swift; sourceTree = ""; };
+ 90E3F55F1C86585600343DF2 /* RestoMenu.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RestoMenu.swift; sourceTree = ""; };
+ 90E4BBB71D84466300582586 /* SKOStore.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SKOStore.swift; sourceTree = ""; };
+ 90E4BBBA1D8446C500582586 /* Stage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Stage.swift; sourceTree = ""; };
+ 90E4BBBC1D84470800582586 /* Artist.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Artist.swift; sourceTree = ""; };
90E814F11854C76C00075F96 /* ios7-Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "ios7-Default-568h@2x.png"; sourceTree = ""; };
90E814F21854C76C00075F96 /* ios7-Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "ios7-Default@2x.png"; sourceTree = ""; };
90E8DDC01B6AD45C0059F71B /* home-button-bar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "home-button-bar.png"; sourceTree = ""; };
- 90EB7BE81688ECE300A9582D /* RestoLegendItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RestoLegendItem.h; sourceTree = ""; };
- 90EB7BE91688ECE300A9582D /* RestoLegendItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RestoLegendItem.m; sourceTree = ""; };
90EE4CCF1BB7193900C2DD32 /* RestoMenuInfoCollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RestoMenuInfoCollectionViewCell.swift; sourceTree = ""; };
+ 90EE815D1D8C58A200EE0F4F /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = ""; };
90EF4A581B6D8AE40034AD8F /* HomeUrgentCollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeUrgentCollectionViewCell.swift; sourceTree = ""; };
90F0525B168C663F004CAFFC /* RestoMapController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RestoMapController.h; sourceTree = ""; };
90F0525C168C663F004CAFFC /* RestoMapController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RestoMapController.m; sourceTree = ""; };
90F05260168C7022004CAFFC /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; };
90F05262168C7726004CAFFC /* MapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MapKit.framework; path = System/Library/Frameworks/MapKit.framework; sourceTree = SDKROOT; };
- 90F05264168C7D19004CAFFC /* RestoLocation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RestoLocation.h; sourceTree = ""; };
- 90F05265168C7D19004CAFFC /* RestoLocation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RestoLocation.m; sourceTree = ""; };
- E747F0E311D74638A7FC212F /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
- F2E1004E081A013343FCA87A /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = ""; };
+ 90F37DD21C8B9A1200A380F0 /* RestoLocation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RestoLocation.swift; sourceTree = ""; };
+ 90FFEA051D610D8900C18FDE /* CalendarViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CalendarViewController.swift; sourceTree = ""; };
+ 9CC44FFCB3066F968CB87B10 /* Pods-Hydra.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Hydra.release.xcconfig"; path = "Pods/Target Support Files/Pods-Hydra/Pods-Hydra.release.xcconfig"; sourceTree = ""; };
+ D8104672AF9CD02CDBDA395E /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ ED20E64A1D2D809000255C57 /* UIViewExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIViewExtension.swift; sourceTree = ""; };
F49F792C1A1671950040987F /* RestoMenuToday.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = RestoMenuToday.appex; sourceTree = BUILT_PRODUCTS_DIR; };
F49F792D1A1671950040987F /* NotificationCenter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NotificationCenter.framework; path = System/Library/Frameworks/NotificationCenter.framework; sourceTree = SDKROOT; };
F49F79311A1671950040987F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
@@ -371,8 +525,6 @@
F49F79431A1672410040987F /* RestoManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RestoManager.swift; sourceTree = ""; };
F49F79541A16748B0040987F /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Localizable.strings; sourceTree = ""; };
F4BE9FCF1A168C5B00BFB8F8 /* String.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = String.swift; sourceTree = ""; };
- F5016BA4162756F300BBDB0A /* ActivitiesController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ActivitiesController.h; sourceTree = ""; };
- F5016BA5162756F300BBDB0A /* ActivitiesController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ActivitiesController.m; sourceTree = ""; };
F5016BA71627665800BBDB0A /* ActivityDetailController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ActivityDetailController.h; sourceTree = ""; };
F5016BA81627665800BBDB0A /* ActivityDetailController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ActivityDetailController.m; sourceTree = ""; };
F50527CD15BDC1E600A697F8 /* info-kalender.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "info-kalender.html"; sourceTree = ""; };
@@ -382,8 +534,6 @@
F50EE09515B5F587000F1992 /* WebViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebViewController.m; sourceTree = ""; };
F520A2DB166E933500EE340F /* icon-calendar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon-calendar.png"; sourceTree = ""; };
F520A2DF166E999400EE340F /* icon-calendar@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon-calendar@2x.png"; sourceTree = ""; };
- F521D11416C53A1200B686B2 /* PreferencesController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PreferencesController.h; sourceTree = ""; };
- F521D11516C53A1200B686B2 /* PreferencesController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PreferencesController.m; sourceTree = ""; };
F52A8B7717CD366E00C3379C /* ActivityMapController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ActivityMapController.h; sourceTree = ""; };
F52A8B7817CD366E00C3379C /* ActivityMapController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ActivityMapController.m; sourceTree = ""; };
F52B9B75168507BD000B71D6 /* NSDateFormatter+AppLocale.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSDateFormatter+AppLocale.h"; sourceTree = ""; };
@@ -416,12 +566,6 @@
F54DC88B16A1A97100FD212E /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
F54DC88D16A1A97C00FD212E /* libxml2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libxml2.dylib; path = usr/lib/libxml2.dylib; sourceTree = SDKROOT; };
F557EA45163431FC00635CDD /* schamper-bg@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "schamper-bg@2x.png"; sourceTree = ""; };
- F55895C215B60F450001B399 /* RestoMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RestoMenu.h; sourceTree = ""; };
- F55895C315B60F450001B399 /* RestoMenu.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RestoMenu.m; sourceTree = ""; };
- F55895C515B6100C0001B399 /* RestoStore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RestoStore.h; sourceTree = ""; };
- F55895C615B610130001B399 /* RestoStore.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RestoStore.m; sourceTree = ""; };
- F55E89EA16A4AF8E008595CB /* ShareKitConfigurator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ShareKitConfigurator.h; sourceTree = ""; };
- F55E89EB16A4AF8E008595CB /* ShareKitConfigurator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ShareKitConfigurator.m; sourceTree = ""; };
F567044316BD5D8100C6B00D /* info-minerva.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "info-minerva.png"; sourceTree = ""; };
F569582516AA095800C45D00 /* UINavigationController+ReplaceController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UINavigationController+ReplaceController.h"; sourceTree = ""; };
F569582616AA095800C45D00 /* UINavigationController+ReplaceController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UINavigationController+ReplaceController.m"; sourceTree = ""; };
@@ -430,8 +574,6 @@
F56F139D169731FE003D4447 /* nl */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nl; path = nl.lproj/UrgentViewController.xib; sourceTree = ""; };
F57CB9D815B84C4B00D87CB3 /* NSDate+Utilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSDate+Utilities.h"; sourceTree = ""; };
F57CB9D915B84C4B00D87CB3 /* NSDate+Utilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSDate+Utilities.m"; sourceTree = ""; };
- F59CEE8116A188050038FD24 /* FacebookSession.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FacebookSession.h; sourceTree = ""; };
- F59CEE8216A188050038FD24 /* FacebookSession.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FacebookSession.m; sourceTree = ""; };
F59D16E415BD693F00B6F892 /* info-academiccalendar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "info-academiccalendar.png"; sourceTree = ""; };
F59D16E515BD693F00B6F892 /* info-academiccalendar@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "info-academiccalendar@2x.png"; sourceTree = ""; };
F59D16E615BD693F00B6F892 /* info-bicycle.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "info-bicycle.png"; sourceTree = ""; };
@@ -491,14 +633,10 @@
F5C4618C166E442000874D79 /* navigation-down@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "navigation-down@2x.png"; sourceTree = ""; };
F5C4618D166E442000874D79 /* navigation-up.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "navigation-up.png"; sourceTree = ""; };
F5C4618E166E442000874D79 /* navigation-up@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "navigation-up@2x.png"; sourceTree = ""; };
- F5C6093616D2DFCB0043BD44 /* PreferencesService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PreferencesService.h; sourceTree = ""; };
- F5C6093716D2DFCB0043BD44 /* PreferencesService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PreferencesService.m; sourceTree = ""; };
F5CE522116C2BDA70033A52B /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = Hydra/nl.lproj/Errors.strings; sourceTree = ""; };
F5CFAA3C15BD9B87008E75B0 /* info-fietsen.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "info-fietsen.html"; sourceTree = ""; };
F5D36BB315B5BD2A00B6E017 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = ""; };
F5D36BB415B5BD2A00B6E017 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = ""; };
- F5D36BBF15B5BDA500B6E017 /* SchamperStore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SchamperStore.h; sourceTree = ""; };
- F5D36BC015B5BDA500B6E017 /* SchamperStore.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SchamperStore.m; sourceTree = ""; };
F5D36BD815B5CD1500B6E017 /* Hydra-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "Hydra-Prefix.pch"; path = "Hydra/Hydra-Prefix.pch"; sourceTree = ""; };
F5D51CF616B6D44800826B51 /* info-minerva@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "info-minerva@2x.png"; sourceTree = ""; };
F5DF2FB716C41DDE003B05EC /* MarqueeLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MarqueeLabel.h; sourceTree = ""; };
@@ -528,16 +666,6 @@
F5EBF11B159E092300EB5D26 /* SchamperViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SchamperViewController.m; sourceTree = ""; };
F5EBF13C159E13E600EB5D26 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
F5EBF142159E13FD00EB5D26 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
- F5EBF14A159E1E3600EB5D26 /* SchamperArticle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SchamperArticle.h; sourceTree = ""; };
- F5EBF14B159E1E3600EB5D26 /* SchamperArticle.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SchamperArticle.m; sourceTree = ""; };
- F5F43C3C15BAD246003C2AAE /* AssociationNewsItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AssociationNewsItem.h; sourceTree = ""; };
- F5F43C3D15BAD246003C2AAE /* AssociationNewsItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AssociationNewsItem.m; sourceTree = ""; };
- F5F43C3F15BAD2CC003C2AAE /* AssociationActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AssociationActivity.h; sourceTree = ""; };
- F5F43C4015BAD2CC003C2AAE /* AssociationActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AssociationActivity.m; sourceTree = ""; };
- F5F43C4215BAD2EB003C2AAE /* AssociationStore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AssociationStore.h; sourceTree = ""; };
- F5F43C4315BAD2EB003C2AAE /* AssociationStore.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AssociationStore.m; sourceTree = ""; };
- F5F43C4515BAD42E003C2AAE /* Association.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Association.h; sourceTree = ""; };
- F5F43C4615BAD42E003C2AAE /* Association.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Association.m; sourceTree = ""; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -571,7 +699,7 @@
F5EBF13D159E13E600EB5D26 /* MobileCoreServices.framework in Frameworks */,
F5EBF143159E13FD00EB5D26 /* QuartzCore.framework in Frameworks */,
F5BAEC8B1518868200F6A1B1 /* UIKit.framework in Frameworks */,
- B50ED58F220549D98F92E254 /* libPods.a in Frameworks */,
+ 3FAEE3F08BA5B665F18C8B3D /* Pods_Hydra.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -588,6 +716,15 @@
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
+ 389B4F95A3FF8290C34C4FDE /* Pods */ = {
+ isa = PBXGroup;
+ children = (
+ 3A8CEDFFE59A2DEF914797B2 /* Pods-Hydra.debug.xcconfig */,
+ 9CC44FFCB3066F968CB87B10 /* Pods-Hydra.release.xcconfig */,
+ );
+ name = Pods;
+ sourceTree = "";
+ };
3B059BF215B99B4800B4C1DA /* Custom views */ = {
isa = PBXGroup;
children = (
@@ -614,25 +751,125 @@
3B93FBA01630942500C962DC /* Services */ = {
isa = PBXGroup;
children = (
- F5F43C4215BAD2EB003C2AAE /* AssociationStore.h */,
- F5F43C4315BAD2EB003C2AAE /* AssociationStore.m */,
- 90969AD11BFF5D8D006EDD9D /* AssociationStore.swift */,
+ 9086FD8F1C84E9900053493D /* AssociationStore.swift */,
90C8CA2D1B6AE3E80073E026 /* HomeFeedService.swift */,
+ 9063FC611D5E277400BD01F6 /* InfoStore.swift */,
9035BF191B6CF663008E7875 /* LocationService.swift */,
- F5C6093616D2DFCB0043BD44 /* PreferencesService.h */,
- F5C6093716D2DFCB0043BD44 /* PreferencesService.m */,
- F55895C515B6100C0001B399 /* RestoStore.h */,
- F55895C615B610130001B399 /* RestoStore.m */,
+ 90C288A81D47AD1500231462 /* MinervaStore.swift */,
+ 90530DC71D2E51B800A0CC8A /* PreferencesService.swift */,
90969AD31BFF5F90006EDD9D /* RestoStore.swift */,
- F5D36BBF15B5BDA500B6E017 /* SchamperStore.h */,
- F5D36BC015B5BDA500B6E017 /* SchamperStore.m */,
- 90969AD51BFF6014006EDD9D /* SchamperStore.swift */,
+ 9086FD911C84E9900053493D /* SavableStore.swift */,
+ 9086FD901C84E9900053493D /* SchamperStore.swift */,
+ 90B3D7C41CB1D22400A7E25E /* SpecialEventStore.swift */,
+ 900295F51D2EBA98005F86E6 /* UGentOAuth2Service.swift */,
3B93FBA81630969900C962DC /* UrgentPlayer.h */,
3B93FBA91630969900C962DC /* UrgentPlayer.m */,
+ 90CEB35C1D81AAB700833477 /* NotificationService.swift */,
+ 90E4BBB71D84466300582586 /* SKOStore.swift */,
);
name = Services;
sourceTree = "";
};
+ 900295E81D2EB895005F86E6 /* Minerva */ = {
+ isa = PBXGroup;
+ children = (
+ 900295E91D2EB8F8005F86E6 /* Announcement.swift */,
+ 900295EB1D2EB8F8005F86E6 /* Course.swift */,
+ 900295EC1D2EB8F8005F86E6 /* OAuthTokenInfo.swift */,
+ 900295ED1D2EB8F8005F86E6 /* User.swift */,
+ 902C9FE11D4D437E00A4BE86 /* CalendarItem.swift */,
+ 9093B0251D512BDD00EB00E2 /* Whatsnew.swift */,
+ );
+ name = Minerva;
+ sourceTree = "";
+ };
+ 9063FC5D1D5D06CD00BD01F6 /* Associations */ = {
+ isa = PBXGroup;
+ children = (
+ 9086FD881C84E8BF0053493D /* Activity.swift */,
+ 9086FD871C84E8BF0053493D /* Association.swift */,
+ 9086FD891C84E8BF0053493D /* NewsItem.swift */,
+ );
+ name = Associations;
+ sourceTree = "";
+ };
+ 9063FC5E1D5D06ED00BD01F6 /* Resto */ = {
+ isa = PBXGroup;
+ children = (
+ 90F37DD21C8B9A1200A380F0 /* RestoLocation.swift */,
+ 90E3F55F1C86585600343DF2 /* RestoMenu.swift */,
+ 90B010A21C305F73000DE080 /* RestoSandwich.swift */,
+ );
+ name = Resto;
+ sourceTree = "";
+ };
+ 9086FD971C84F0510053493D /* Extensions */ = {
+ isa = PBXGroup;
+ children = (
+ 90B010A41C308CB2000DE080 /* NSCalendar+HydraCalendar.swift */,
+ 9086FD981C84F0750053493D /* p2_OAuth2.swift */,
+ 9086FD991C84F0750053493D /* String.swift */,
+ 90869A031CACA116004C9FF8 /* UIViewController.swift */,
+ 904A58201CB418CE0079ED25 /* NSDate.swift */,
+ ED20E64A1D2D809000255C57 /* UIViewExtension.swift */,
+ 9093B0231D50F5EC00EB00E2 /* UIColor.swift */,
+ );
+ name = Extensions;
+ sourceTree = "";
+ };
+ 90AA4BA01D831A6C003303FE /* SKO */ = {
+ isa = PBXGroup;
+ children = (
+ 90CA18351D8BF03300309815 /* TimeLine */,
+ 90AA4BBF1D840D7B003303FE /* LineUp */,
+ 90CDDA2D1D85CDD500CCF8FB /* StudentVillage */,
+ 90AA4BA11D831C86003303FE /* SKOHydraTabBarController.swift */,
+ 90AA4BA31D831D3A003303FE /* sko.storyboard */,
+ 90AA4BA51D831F1B003303FE /* SKOBackViewController.swift */,
+ 90AA4BB11D835BB0003303FE /* SKOMapViewController.swift */,
+ );
+ name = SKO;
+ sourceTree = "";
+ };
+ 90AA4BA71D83333C003303FE /* sko */ = {
+ isa = PBXGroup;
+ children = (
+ 90AA4BA81D833347003303FE /* logo-sko.png */,
+ );
+ name = sko;
+ sourceTree = "";
+ };
+ 90AA4BAC1D835868003303FE /* Fonts */ = {
+ isa = PBXGroup;
+ children = (
+ 90AA4BAD1D83587C003303FE /* LeagueGothic-Regular.otf */,
+ );
+ name = Fonts;
+ sourceTree = "";
+ };
+ 90AA4BBF1D840D7B003303FE /* LineUp */ = {
+ isa = PBXGroup;
+ children = (
+ 90AA4BAF1D835B67003303FE /* SKOLineupViewController.swift */,
+ 90AA4BBB1D840097003303FE /* SKOStageHeaderCollectionReusableView.swift */,
+ 90AA4BBD1D840864003303FE /* SKOLineupStageCollectionReusableView.xib */,
+ 90AA4BC01D840F65003303FE /* SKOLineUpCollectionViewCell.swift */,
+ );
+ name = LineUp;
+ sourceTree = "";
+ };
+ 90AC8E821D87345400A16082 /* Onboarding */ = {
+ isa = PBXGroup;
+ children = (
+ 90AC8E831D87347F00A16082 /* onboarding.storyboard */,
+ 90AC8E871D8745A600A16082 /* TimelineOnboardViewController.swift */,
+ 90AC8E891D874F1500A16082 /* InitialOnboardingViewController.swift */,
+ 90AC8E8B1D8751A300A16082 /* MinervaOnboardingViewController.swift */,
+ 90AC8E8D1D87696C00A16082 /* TimeLineTableViewCell.swift */,
+ );
+ name = Onboarding;
+ sourceTree = "";
+ };
90BE1F861B6AB30F0061888C /* Home */ = {
isa = PBXGroup;
children = (
@@ -641,25 +878,61 @@
name = Home;
sourceTree = "";
};
+ 90C288A31D47A66300231462 /* Minerva */ = {
+ isa = PBXGroup;
+ children = (
+ 90C288A41D47A69000231462 /* MinervaCourseAnnouncementViewController.swift */,
+ 9092D6A91D5A358F00B75CEE /* MinervaAnnounceDetailViewController.swift */,
+ 90FFEA051D610D8900C18FDE /* CalendarViewController.swift */,
+ 90692EE61D6399C600F607D8 /* CalendarSingleTableViewCell.swift */,
+ 9047505B1D64FCD00091E2EF /* MinervaCalendarDetailViewController.swift */,
+ );
+ name = Minerva;
+ sourceTree = "";
+ };
+ 90CA18351D8BF03300309815 /* TimeLine */ = {
+ isa = PBXGroup;
+ children = (
+ 90AA4BAA1D8335BB003303FE /* SKOTimelineCollectionViewController.swift */,
+ 90CA18381D8C1BFE00309815 /* SKOTimelineCollectionViewCell.swift */,
+ );
+ name = TimeLine;
+ sourceTree = "";
+ };
+ 90CDDA2D1D85CDD500CCF8FB /* StudentVillage */ = {
+ isa = PBXGroup;
+ children = (
+ 90AA4BB31D835C08003303FE /* SKOStudentVillageViewController.swift */,
+ 90CDDA2E1D85CDFE00CCF8FB /* SKOStudentVillageTableViewCell.swift */,
+ 90677EF91D92B581003F7135 /* SKOStudentVillageDetailViewController.swift */,
+ );
+ name = StudentVillage;
+ sourceTree = "";
+ };
90DDFB7B1B6BB40100DDAFA0 /* Home */ = {
isa = PBXGroup;
children = (
9035BF171B6CB52A008E7875 /* HomeActivityCollectionViewCell.swift */,
+ 901603DB1B716DED002E0D60 /* HomeNewsItemCollectionViewCell.swift */,
90DDFB781B6BB3D300DDAFA0 /* HomeRestoCollectionViewCell.swift */,
9035BF131B6C1F5D008E7875 /* HomeSchamperCollectionViewCell.swift */,
+ 904A58221CB505F00079ED25 /* HomeSpecialEventBasicCollectionViewCell.swift */,
90EF4A581B6D8AE40034AD8F /* HomeUrgentCollectionViewCell.swift */,
- 901603DB1B716DED002E0D60 /* HomeNewsItemCollectionViewCell.swift */,
+ 902B7CAA1D5FA83000B53B98 /* HomeMinervaAnnouncementCell.swift */,
+ 902B7CAC1D5FCC6D00B53B98 /* HomeMinervaCalendarItemCell.swift */,
);
name = Home;
sourceTree = "";
};
- B007FEAAB912E2F80EF4FE3C /* Pods */ = {
+ 90E4BBB91D8446B000582586 /* SKO */ = {
isa = PBXGroup;
children = (
- F2E1004E081A013343FCA87A /* Pods.debug.xcconfig */,
- 39B9A4055F5F374AA56058ED /* Pods.release.xcconfig */,
+ 90E4BBBA1D8446C500582586 /* Stage.swift */,
+ 90E4BBBC1D84470800582586 /* Artist.swift */,
+ 90CDDA321D85E69A00CCF8FB /* Exihibitor.swift */,
+ 90CA18361D8BF33200309815 /* TimelinePost.swift */,
);
- name = Pods;
+ name = SKO;
sourceTree = "";
};
F49F792F1A1671950040987F /* RestoMenuToday */ = {
@@ -723,9 +996,13 @@
isa = PBXGroup;
children = (
445C81F316C3DB0B0080819C /* AssociationPreferenceController.h */,
- 445C81F416C3DB0B0080819C /* AssociationPreferenceController.m */,
- F521D11416C53A1200B686B2 /* PreferencesController.h */,
- F521D11516C53A1200B686B2 /* PreferencesController.m */,
+ 90530DC41D2DC10E00A0CC8A /* AssociationPreferenceController.m */,
+ 90530DBA1D2D889400A0CC8A /* PreferencesController.swift */,
+ 90530DBC1D2D98D300A0CC8A /* PreferencesExtraTableViewCells.xib */,
+ 90530DC01D2DA5AA00A0CC8A /* PreferencesSwitchTableViewCells.xib */,
+ 90530DC21D2DB30200A0CC8A /* PreferencesTextTableViewCell.xib */,
+ 90530DBE1D2D9CDD00A0CC8A /* PreferenceTableViewCells.swift */,
+ 90C288A61D47A6FA00231462 /* MinervaCoursePreferenceViewController.swift */,
);
name = Preferences;
sourceTree = "";
@@ -733,14 +1010,10 @@
F536359C16A69C86000A50C4 /* Activities */ = {
isa = PBXGroup;
children = (
- F5016BA4162756F300BBDB0A /* ActivitiesController.h */,
- F5016BA5162756F300BBDB0A /* ActivitiesController.m */,
F5016BA71627665800BBDB0A /* ActivityDetailController.h */,
F5016BA81627665800BBDB0A /* ActivityDetailController.m */,
F52A8B7717CD366E00C3379C /* ActivityMapController.h */,
F52A8B7817CD366E00C3379C /* ActivityMapController.m */,
- 903A8AF51C04F369002DAF5B /* ActivityOverviewCell.swift */,
- 903A8AF71C04FBF7002DAF5B /* ActivityOverviewCell.xib */,
);
name = Activities;
sourceTree = "