Skip to content

Commit

Permalink
deleted unneccessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetkgunay committed Jul 11, 2017
1 parent d00b527 commit 9aaf16e
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 558 deletions.
38 changes: 15 additions & 23 deletions AKGPushAnimator.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@
C31058731EBF3C4800C18F16 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C31058701EBF3C4800C18F16 /* BaseViewController.swift */; };
C31058741EBF3C4800C18F16 /* FirstViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C31058711EBF3C4800C18F16 /* FirstViewController.swift */; };
C31058751EBF3C4800C18F16 /* SecondViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C31058721EBF3C4800C18F16 /* SecondViewController.swift */; };
C310587A1EBF3C5100C18F16 /* AKGInteractionAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = C31058771EBF3C5100C18F16 /* AKGInteractionAnimator.swift */; };
C310587B1EBF3C5100C18F16 /* AKGPushAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = C31058781EBF3C5100C18F16 /* AKGPushAnimator.swift */; };
C310587C1EBF3C5100C18F16 /* AKGPushAnimatorConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = C31058791EBF3C5100C18F16 /* AKGPushAnimatorConstants.swift */; };
C310587D1EBF3D3B00C18F16 /* AKGInteractionAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = C31058771EBF3C5100C18F16 /* AKGInteractionAnimator.swift */; };
C310587E1EBF3D3B00C18F16 /* AKGPushAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = C31058781EBF3C5100C18F16 /* AKGPushAnimator.swift */; };
C310587F1EBF3D3B00C18F16 /* AKGPushAnimatorConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = C31058791EBF3C5100C18F16 /* AKGPushAnimatorConstants.swift */; };
C3634D441F153BDC00DDF5B0 /* AKGInteractionAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3634D411F153BDC00DDF5B0 /* AKGInteractionAnimator.swift */; };
C3634D451F153BDC00DDF5B0 /* AKGPushAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3634D421F153BDC00DDF5B0 /* AKGPushAnimator.swift */; };
C3634D461F153BDC00DDF5B0 /* AKGPushAnimatorConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3634D431F153BDC00DDF5B0 /* AKGPushAnimatorConstants.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -84,9 +81,9 @@
C31058701EBF3C4800C18F16 /* BaseViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BaseViewController.swift; sourceTree = "<group>"; };
C31058711EBF3C4800C18F16 /* FirstViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FirstViewController.swift; sourceTree = "<group>"; };
C31058721EBF3C4800C18F16 /* SecondViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SecondViewController.swift; sourceTree = "<group>"; };
C31058771EBF3C5100C18F16 /* AKGInteractionAnimator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AKGInteractionAnimator.swift; sourceTree = "<group>"; };
C31058781EBF3C5100C18F16 /* AKGPushAnimator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AKGPushAnimator.swift; sourceTree = "<group>"; };
C31058791EBF3C5100C18F16 /* AKGPushAnimatorConstants.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AKGPushAnimatorConstants.swift; sourceTree = "<group>"; };
C3634D411F153BDC00DDF5B0 /* AKGInteractionAnimator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AKGInteractionAnimator.swift; path = Source/AKGInteractionAnimator.swift; sourceTree = SOURCE_ROOT; };
C3634D421F153BDC00DDF5B0 /* AKGPushAnimator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AKGPushAnimator.swift; path = Source/AKGPushAnimator.swift; sourceTree = SOURCE_ROOT; };
C3634D431F153BDC00DDF5B0 /* AKGPushAnimatorConstants.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AKGPushAnimatorConstants.swift; path = Source/AKGPushAnimatorConstants.swift; sourceTree = SOURCE_ROOT; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -147,7 +144,7 @@
C310582F1EBF3B3400C18F16 /* AKGPushAnimator */ = {
isa = PBXGroup;
children = (
C31058761EBF3C5100C18F16 /* AKGPushAnimator */,
C3634D401F153B7300DDF5B0 /* Source */,
C31058701EBF3C4800C18F16 /* BaseViewController.swift */,
C31058711EBF3C4800C18F16 /* FirstViewController.swift */,
C31058721EBF3C4800C18F16 /* SecondViewController.swift */,
Expand Down Expand Up @@ -187,14 +184,14 @@
path = AKGPushAnimatorKit;
sourceTree = "<group>";
};
C31058761EBF3C5100C18F16 /* AKGPushAnimator */ = {
C3634D401F153B7300DDF5B0 /* Source */ = {
isa = PBXGroup;
children = (
C31058771EBF3C5100C18F16 /* AKGInteractionAnimator.swift */,
C31058781EBF3C5100C18F16 /* AKGPushAnimator.swift */,
C31058791EBF3C5100C18F16 /* AKGPushAnimatorConstants.swift */,
C3634D411F153BDC00DDF5B0 /* AKGInteractionAnimator.swift */,
C3634D421F153BDC00DDF5B0 /* AKGPushAnimator.swift */,
C3634D431F153BDC00DDF5B0 /* AKGPushAnimatorConstants.swift */,
);
path = AKGPushAnimator;
name = Source;
sourceTree = "<group>";
};
/* End PBXGroup section */
Expand Down Expand Up @@ -378,13 +375,13 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C310587B1EBF3C5100C18F16 /* AKGPushAnimator.swift in Sources */,
C310587A1EBF3C5100C18F16 /* AKGInteractionAnimator.swift in Sources */,
C31058311EBF3B3400C18F16 /* AppDelegate.swift in Sources */,
C310587C1EBF3C5100C18F16 /* AKGPushAnimatorConstants.swift in Sources */,
C31058731EBF3C4800C18F16 /* BaseViewController.swift in Sources */,
C31058751EBF3C4800C18F16 /* SecondViewController.swift in Sources */,
C31058741EBF3C4800C18F16 /* FirstViewController.swift in Sources */,
C3634D461F153BDC00DDF5B0 /* AKGPushAnimatorConstants.swift in Sources */,
C3634D451F153BDC00DDF5B0 /* AKGPushAnimator.swift in Sources */,
C3634D441F153BDC00DDF5B0 /* AKGInteractionAnimator.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -408,9 +405,6 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C310587D1EBF3D3B00C18F16 /* AKGInteractionAnimator.swift in Sources */,
C310587E1EBF3D3B00C18F16 /* AKGPushAnimator.swift in Sources */,
C310587F1EBF3D3B00C18F16 /* AKGPushAnimatorConstants.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -550,7 +544,6 @@
C31058561EBF3B3400C18F16 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = KUKEJWK3NR;
INFOPLIST_FILE = AKGPushAnimator/Info.plist;
Expand All @@ -564,7 +557,6 @@
C31058571EBF3B3400C18F16 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = KUKEJWK3NR;
INFOPLIST_FILE = AKGPushAnimator/Info.plist;
Expand Down
60 changes: 0 additions & 60 deletions AKGPushAnimator/AKGPushAnimator/AKGInteractionAnimator.swift

This file was deleted.

172 changes: 0 additions & 172 deletions AKGPushAnimator/AKGPushAnimator/AKGPushAnimator.swift

This file was deleted.

28 changes: 0 additions & 28 deletions AKGPushAnimator/AKGPushAnimator/AKGPushAnimatorConstants.swift

This file was deleted.

Loading

0 comments on commit 9aaf16e

Please sign in to comment.