Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Created by https://www.gitignore.io

### Swift ###
# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#

Pods/

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build
Binary file removed Demos/.DS_Store
Binary file not shown.
Binary file removed Demos/TinderLike/.DS_Store
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file removed Demos/TwitterLike/.DS_Store
Binary file not shown.
14 changes: 14 additions & 0 deletions Demos/TwitterLike/TwitterLike.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
objects = {

/* Begin PBXBuildFile section */
F2AC2A751A834785006F8ADB /* PagingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2AC2A741A834785006F8ADB /* PagingViewController.swift */; };
F2E173031A8312F800784350 /* Storyboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F2E173021A8312F800784350 /* Storyboard.storyboard */; };
F2E173051A83148200784350 /* DemoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2E173041A83148200784350 /* DemoViewController.swift */; };
F85CA9771A618E180013CF3F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F85CA9761A618E180013CF3F /* AppDelegate.swift */; };
F85CA97E1A618E180013CF3F /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F85CA97D1A618E180013CF3F /* Images.xcassets */; };
F85CA98D1A618E180013CF3F /* TwitterLikeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F85CA98C1A618E180013CF3F /* TwitterLikeTests.swift */; };
Expand All @@ -25,6 +28,9 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
F2AC2A741A834785006F8ADB /* PagingViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PagingViewController.swift; sourceTree = "<group>"; };
F2E173021A8312F800784350 /* Storyboard.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Storyboard.storyboard; sourceTree = "<group>"; };
F2E173041A83148200784350 /* DemoViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DemoViewController.swift; sourceTree = "<group>"; };
F85CA9711A618E180013CF3F /* TwitterLike.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TwitterLike.app; sourceTree = BUILT_PRODUCTS_DIR; };
F85CA9751A618E180013CF3F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
F85CA9761A618E180013CF3F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -80,6 +86,9 @@
F85CA9761A618E180013CF3F /* AppDelegate.swift */,
F85CA97D1A618E180013CF3F /* Images.xcassets */,
F85CA9741A618E180013CF3F /* Supporting Files */,
F2E173021A8312F800784350 /* Storyboard.storyboard */,
F2E173041A83148200784350 /* DemoViewController.swift */,
F2AC2A741A834785006F8ADB /* PagingViewController.swift */,
);
path = TwitterLike;
sourceTree = "<group>";
Expand Down Expand Up @@ -201,6 +210,7 @@
files = (
F85CA97E1A618E180013CF3F /* Images.xcassets in Resources */,
F85CA9981A618E790013CF3F /* Default-568h@2x.png in Resources */,
F2E173031A8312F800784350 /* Storyboard.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -220,6 +230,8 @@
files = (
F85CA9771A618E180013CF3F /* AppDelegate.swift in Sources */,
F85CA9D11A6198F10013CF3F /* SLPagingViewSwift.swift in Sources */,
F2AC2A751A834785006F8ADB /* PagingViewController.swift in Sources */,
F2E173051A83148200784350 /* DemoViewController.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -324,6 +336,7 @@
buildSettings = {
GCC_PREFIX_HEADER = "$SRCROOT/$PROJECT_NAME/TwitterLike-Prefix.pch";
INFOPLIST_FILE = TwitterLike/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
};
Expand All @@ -334,6 +347,7 @@
buildSettings = {
GCC_PREFIX_HEADER = "$SRCROOT/$PROJECT_NAME/TwitterLike-Prefix.pch";
INFOPLIST_FILE = TwitterLike/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
};
Expand Down
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

Loading