Skip to content

Commit

Permalink
Remove AppIcon and LaunchImage
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin authored and Admin committed May 7, 2017
1 parent f8730dd commit 88030d0
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 116 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,6 @@
4A5888D91AE9489E004AFC57 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = LGSideMenuControllerDemo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
Expand All @@ -424,8 +422,6 @@
4A5888DA1AE9489E004AFC57 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = LGSideMenuControllerDemo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,6 @@
4A4243BF1B6808E4008432A9 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = LGSideMenuControllerDemo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
Expand All @@ -432,8 +430,6 @@
4A4243C01B6808E4008432A9 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = LGSideMenuControllerDemo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
Expand Down

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions Demo/Swift/LGSideMenuControllerDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,6 @@
EDE7951F1D45B7A1002930CA /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = LGSideMenuControllerDemo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
Expand All @@ -397,8 +395,6 @@
EDE795201D45B7A1002930CA /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = LGSideMenuControllerDemo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,6 @@
EDE7951F1D45B7A1002930CA /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = LGSideMenuControllerDemo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
Expand All @@ -405,8 +403,6 @@
EDE795201D45B7A1002930CA /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = LGSideMenuControllerDemo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
Expand Down

This file was deleted.

This file was deleted.

2 changes: 2 additions & 0 deletions LGSideMenuController/LGSideMenuController.h
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,8 @@ LGSideMenuSwipeGestureRange LGSideMenuSwipeGestureRangeMake(CGFloat left, CGFloa
/** You can use this method to add some custom animations */
- (void)hideAnimationsForRightView:(nonnull UIView *)rightView sideMenuController:(nonnull LGSideMenuController *)sideMenuController duration:(NSTimeInterval)duration;

// DEPRECATED

/** You can use this method to add some custom animations */
- (void)showAnimationsBlockForLeftView:(nonnull UIView *)leftView sideMenuController:(nonnull LGSideMenuController *)sideMenuController duration:(NSTimeInterval)duration
DEPRECATED_MSG_ATTRIBUTE("use showAnimationsForRightView:sideMenuController:duration: instead");
Expand Down

0 comments on commit 88030d0

Please sign in to comment.