Skip to content

Commit

Permalink
Update launch screen
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisfedorko committed Jan 17, 2017
1 parent a61af09 commit b301bb4
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 71 deletions.
17 changes: 4 additions & 13 deletions Eatery.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
9584FE511CDD6C3B001A3AB5 /* BRBLoginView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9584FE4C1CDD6C3B001A3AB5 /* BRBLoginView.swift */; };
9584FE521CDD6C3B001A3AB5 /* KeychainItemWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9584FE4D1CDD6C3B001A3AB5 /* KeychainItemWrapper.swift */; };
9584FE551CDD7A26001A3AB5 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9584FE541CDD7A26001A3AB5 /* Security.framework */; };
95F661FA1E2E9F3D00591A54 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 95F661F91E2E9F3D00591A54 /* LaunchScreen.storyboard */; };
C0497AF61B64AA1800AC1C6C /* Keys.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0497ACC1B64AA1800AC1C6C /* Keys.swift */; };
C0497B0B1B64AA1800AC1C6C /* MealTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0497AE71B64AA1800AC1C6C /* MealTableViewCell.swift */; };
C0497B0C1B64AA1800AC1C6C /* MealTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = C0497AE81B64AA1800AC1C6C /* MealTableViewCell.xib */; };
C0497B131B64AA1800AC1C6C /* UIColor+ColorScheme.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0497AF11B64AA1800AC1C6C /* UIColor+ColorScheme.swift */; };
C0497B151B64AA1800AC1C6C /* Macros.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0497AF41B64AA1800AC1C6C /* Macros.swift */; };
C0497B161B64AA1800AC1C6C /* TimeFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0497AF51B64AA1800AC1C6C /* TimeFactory.swift */; };
C0497BAF1B64AA3800AC1C6C /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C0497B581B64AA3800AC1C6C /* Images.xcassets */; };
C066488A1B64B0E800E02A3C /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = C0497B1E1B64AA3800AC1C6C /* LaunchScreen.xib */; };
C0F182FA1B674B1300063D77 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0F182F81B674B1300063D77 /* AppDelegate.swift */; };
C0F182FC1B674DCB00063D77 /* AnalyticsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0F182FB1B674DCB00063D77 /* AnalyticsManager.swift */; };
D10246291C7A31C4000D5CD8 /* LookAheadViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D10246281C7A31C3000D5CD8 /* LookAheadViewController.swift */; };
Expand Down Expand Up @@ -177,6 +177,7 @@
9584FE4C1CDD6C3B001A3AB5 /* BRBLoginView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BRBLoginView.swift; sourceTree = "<group>"; };
9584FE4D1CDD6C3B001A3AB5 /* KeychainItemWrapper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeychainItemWrapper.swift; sourceTree = "<group>"; };
9584FE541CDD7A26001A3AB5 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
95F661F91E2E9F3D00591A54 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
977293368558D040AFA7B199 /* Pods-Eatery Watch App.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Eatery Watch App.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Eatery Watch App/Pods-Eatery Watch App.debug.xcconfig"; sourceTree = "<group>"; };
9BE935BDA323618D9A779B07 /* Pods-Eatery Watch App Extension.external beta.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Eatery Watch App Extension.external beta.xcconfig"; path = "Pods/Target Support Files/Pods-Eatery Watch App Extension/Pods-Eatery Watch App Extension.external beta.xcconfig"; sourceTree = "<group>"; };
BA0F42CF72757B43C3DF64BE /* Pods-Eatery.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Eatery.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Eatery/Pods-Eatery.debug.xcconfig"; sourceTree = "<group>"; };
Expand All @@ -187,7 +188,6 @@
C0497AF11B64AA1800AC1C6C /* UIColor+ColorScheme.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIColor+ColorScheme.swift"; sourceTree = "<group>"; };
C0497AF41B64AA1800AC1C6C /* Macros.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Macros.swift; sourceTree = "<group>"; };
C0497AF51B64AA1800AC1C6C /* TimeFactory.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TimeFactory.swift; sourceTree = "<group>"; };
C0497B1F1B64AA3800AC1C6C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
C0497B581B64AA3800AC1C6C /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
C0F182F81B674B1300063D77 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
C0F182FB1B674DCB00063D77 /* AnalyticsManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnalyticsManager.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -469,7 +469,7 @@
children = (
9584FE481CDD6BE6001A3AB5 /* Fonts */,
C0497B581B64AA3800AC1C6C /* Images.xcassets */,
C0497B1E1B64AA3800AC1C6C /* LaunchScreen.xib */,
95F661F91E2E9F3D00591A54 /* LaunchScreen.storyboard */,
);
path = Resources;
sourceTree = "<group>";
Expand Down Expand Up @@ -666,7 +666,6 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C066488A1B64B0E800E02A3C /* LaunchScreen.xib in Resources */,
C0497BAF1B64AA3800AC1C6C /* Images.xcassets in Resources */,
D102463B1C7A3239000D5CD8 /* EateryHeaderTableViewCell.xib in Resources */,
C0497B0C1B64AA1800AC1C6C /* MealTableViewCell.xib in Resources */,
Expand All @@ -675,6 +674,7 @@
E9CFC0AA1C0E4A3000ED884A /* nicknames.json in Resources */,
DD0E95031CC8826D004AF507 /* AddedToFavoritesView.xib in Resources */,
D102462D1C7A31F9000D5CD8 /* FilterDateView.xib in Resources */,
95F661FA1E2E9F3D00591A54 /* LaunchScreen.storyboard in Resources */,
E9CFC0B21C0E549500ED884A /* EateriesCollectionViewHeaderView.xib in Resources */,
E9EC97971BFD31BC00D06823 /* MenuHeaderView.xib in Resources */,
D102463D1C7A3239000D5CD8 /* EateryMenuTableViewCell.xib in Resources */,
Expand Down Expand Up @@ -906,15 +906,6 @@
path = .;
sourceTree = "<group>";
};
C0497B1E1B64AA3800AC1C6C /* LaunchScreen.xib */ = {
isa = PBXVariantGroup;
children = (
C0497B1F1B64AA3800AC1C6C /* Base */,
);
name = LaunchScreen.xib;
path = .;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
Expand Down
2 changes: 1 addition & 1 deletion Eatery/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<string>2</string>
<key>FacebookAppID</key>
<string>1631925100367901</string>
<key>FacebookDisplayName</key>
Expand Down
57 changes: 0 additions & 57 deletions Resources/Base.lproj/LaunchScreen.xib

This file was deleted.

Loading

0 comments on commit b301bb4

Please sign in to comment.