From fc593b0cb7d237ef5846e8743b299089d495da03 Mon Sep 17 00:00:00 2001 From: jonkykong Date: Thu, 5 Sep 2019 02:13:13 -0700 Subject: [PATCH] Cleanup --- Example/SideMenuTableViewController.swift | 1 - SideMenu.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Example/SideMenuTableViewController.swift b/Example/SideMenuTableViewController.swift index 1888eea..dadfb6d 100644 --- a/Example/SideMenuTableViewController.swift +++ b/Example/SideMenuTableViewController.swift @@ -6,7 +6,6 @@ // Copyright © 2016 CocoaPods. All rights reserved. // -import Foundation import SideMenu class SideMenuTableViewController: UITableViewController { diff --git a/SideMenu.xcodeproj/project.pbxproj b/SideMenu.xcodeproj/project.pbxproj index d955e38..9d25789 100644 --- a/SideMenu.xcodeproj/project.pbxproj +++ b/SideMenu.xcodeproj/project.pbxproj @@ -28,8 +28,8 @@ 849F7B4E2320EA60005DEB6A /* SideMenuPresentationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 849F7B112320DF85005DEB6A /* SideMenuPresentationController.swift */; }; 849F7B4F2320EA60005DEB6A /* SideMenuPresentationStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 849F7B0B2320DF84005DEB6A /* SideMenuPresentationStyle.swift */; }; 849F7B502320EA60005DEB6A /* SideMenuTransitionController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 849F7B0C2320DF84005DEB6A /* SideMenuTransitionController.swift */; }; - 849F7B522320EA8D005DEB6A /* UITableViewVibrantCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 849F7B092320DF84005DEB6A /* UITableViewVibrantCell.swift */; }; 849F7B68232104BD005DEB6A /* SideMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 849F7B67232104BD005DEB6A /* SideMenu.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 849F7B69232108D5005DEB6A /* UITableViewVibrantCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 849F7B092320DF84005DEB6A /* UITableViewVibrantCell.swift */; }; 84B489B51DD469B000D6CB43 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 84B489B21DD469B000D6CB43 /* LICENSE */; }; 84B489B71DD469B000D6CB43 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 84B489B41DD469B000D6CB43 /* README.md */; }; 84B489BA1DD469DA00D6CB43 /* SideMenu.podspec in Resources */ = {isa = PBXBuildFile; fileRef = 84B489B91DD469DA00D6CB43 /* SideMenu.podspec */; }; @@ -404,7 +404,6 @@ files = ( 7B48A0F81DCB2518002990A1 /* SideMenuTableViewController.swift in Sources */, 7B48A0F61DCB2518002990A1 /* MainViewController.swift in Sources */, - 849F7B522320EA8D005DEB6A /* UITableViewVibrantCell.swift in Sources */, 7B48A0F71DCB2518002990A1 /* PresentedViewController.swift in Sources */, 7B48A0D61DCB2487002990A1 /* AppDelegate.swift in Sources */, ); @@ -416,6 +415,7 @@ files = ( 849F7B4E2320EA60005DEB6A /* SideMenuPresentationController.swift in Sources */, 849F7B502320EA60005DEB6A /* SideMenuTransitionController.swift in Sources */, + 849F7B69232108D5005DEB6A /* UITableViewVibrantCell.swift in Sources */, 849F7B492320EA60005DEB6A /* PushCoordinator.swift in Sources */, 849F7B482320EA60005DEB6A /* Protected.swift in Sources */, 849F7B442320EA60005DEB6A /* Deprecations.swift in Sources */,