Skip to content

Commit 88bd57b

Browse files
committed
Rename the Source directory
1 parent ab36a32 commit 88bd57b

8 files changed

Lines changed: 10 additions & 12 deletions

File tree

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ EXTERNAL SOURCES:
99
:path: "./"
1010

1111
SPEC CHECKSUMS:
12-
QuickTableViewController: d0a2f1886321e9a89867831146e2e2442a9d4db8
12+
QuickTableViewController: 30ffecb5e6e787aaf0b9ca6b7c9b7019be15925c
1313

1414
COCOAPODS: 0.38.2

QuickTableViewController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Pod::Spec.new do |s|
77

88
s.platform = :ios, "8.0"
99
s.source = { :git => "https://github.com/bcylin/QuickTableViewController.git", :tag => "v#{s.version}" }
10-
s.source_files = "QuickTableViewController/*.swift"
10+
s.source_files = "Source/*.swift"
1111
s.requires_arc = true
1212
end

QuickTableViewController.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
B5334F1F1B8CC5BD00C64A6D /* QuickTableViewController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B5334F131B8CC5BD00C64A6D /* QuickTableViewController.framework */; };
1212
B5334F261B8CC5BD00C64A6D /* QuickTableViewControllerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5334F251B8CC5BD00C64A6D /* QuickTableViewControllerTests.swift */; };
1313
B5334F301B8CC6AA00C64A6D /* QuickTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5334F2F1B8CC6AA00C64A6D /* QuickTableViewController.swift */; };
14-
B5EC18231B95FD7F0015C665 /* QuickTableModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5EC18221B95FD7F0015C665 /* QuickTableModel.swift */; };
1514
B595627B1B9758BC00D6DAB1 /* QuickTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B595627A1B9758BC00D6DAB1 /* QuickTableViewCell.swift */; };
15+
B5EC18231B95FD7F0015C665 /* QuickTableModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5EC18221B95FD7F0015C665 /* QuickTableModel.swift */; };
1616
/* End PBXBuildFile section */
1717

1818
/* Begin PBXContainerItemProxy section */
@@ -27,14 +27,14 @@
2727

2828
/* Begin PBXFileReference section */
2929
B5334F131B8CC5BD00C64A6D /* QuickTableViewController.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = QuickTableViewController.framework; sourceTree = BUILT_PRODUCTS_DIR; };
30-
B5334F171B8CC5BD00C64A6D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
31-
B5334F181B8CC5BD00C64A6D /* QuickTableViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = QuickTableViewController.h; sourceTree = "<group>"; };
30+
B5334F171B8CC5BD00C64A6D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Source/Info.plist; sourceTree = SOURCE_ROOT; };
31+
B5334F181B8CC5BD00C64A6D /* QuickTableViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = QuickTableViewController.h; path = Source/QuickTableViewController.h; sourceTree = SOURCE_ROOT; };
3232
B5334F1E1B8CC5BD00C64A6D /* QuickTableViewControllerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = QuickTableViewControllerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
3333
B5334F241B8CC5BD00C64A6D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
3434
B5334F251B8CC5BD00C64A6D /* QuickTableViewControllerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuickTableViewControllerTests.swift; sourceTree = "<group>"; };
35-
B5334F2F1B8CC6AA00C64A6D /* QuickTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = QuickTableViewController.swift; sourceTree = "<group>"; };
36-
B5EC18221B95FD7F0015C665 /* QuickTableModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = QuickTableModel.swift; sourceTree = "<group>"; };
37-
B595627A1B9758BC00D6DAB1 /* QuickTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = QuickTableViewCell.swift; sourceTree = "<group>"; };
35+
B5334F2F1B8CC6AA00C64A6D /* QuickTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = QuickTableViewController.swift; path = Source/QuickTableViewController.swift; sourceTree = SOURCE_ROOT; };
36+
B595627A1B9758BC00D6DAB1 /* QuickTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = QuickTableViewCell.swift; path = Source/QuickTableViewCell.swift; sourceTree = SOURCE_ROOT; };
37+
B5EC18221B95FD7F0015C665 /* QuickTableModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = QuickTableModel.swift; path = Source/QuickTableModel.swift; sourceTree = SOURCE_ROOT; };
3838
/* End PBXFileReference section */
3939

4040
/* Begin PBXFrameworksBuildPhase section */
@@ -340,7 +340,7 @@
340340
DYLIB_COMPATIBILITY_VERSION = 1;
341341
DYLIB_CURRENT_VERSION = 1;
342342
DYLIB_INSTALL_NAME_BASE = "@rpath";
343-
INFOPLIST_FILE = QuickTableViewController/Info.plist;
343+
INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
344344
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
345345
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
346346
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -357,7 +357,7 @@
357357
DYLIB_COMPATIBILITY_VERSION = 1;
358358
DYLIB_CURRENT_VERSION = 1;
359359
DYLIB_INSTALL_NAME_BASE = "@rpath";
360-
INFOPLIST_FILE = QuickTableViewController/Info.plist;
360+
INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
361361
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
362362
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
363363
PRODUCT_NAME = "$(TARGET_NAME)";
File renamed without changes.
File renamed without changes.

QuickTableViewController/QuickTableViewController.h renamed to Source/QuickTableViewController.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,3 @@ FOUNDATION_EXPORT double QuickTableViewControllerVersionNumber;
3333
FOUNDATION_EXPORT const unsigned char QuickTableViewControllerVersionString[];
3434

3535
// In this header, you should import all the public headers of your framework using statements like #import <QuickTableViewController/PublicHeader.h>
36-
37-
File renamed without changes.

0 commit comments

Comments
 (0)