Skip to content

Commit 7d78a34

Browse files
committed
Rename Source to Sources
1 parent 59f165b commit 7d78a34

File tree

6 files changed

+10
-11
lines changed

6 files changed

+10
-11
lines changed

Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PusherSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.social_media_url = 'https://twitter.com/pusher'
1010

1111
s.requires_arc = true
12-
s.source_files = 'Source/*.swift'
12+
s.source_files = 'Sources/*.swift'
1313

1414
s.ios.deployment_target = '8.0'
1515
s.osx.deployment_target = '10.9'

PusherSwift.xcodeproj/project.pbxproj

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@
8585
25C98B5CC81AEFA07DF8C2CE /* Pods-PusherSwiftTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PusherSwiftTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-PusherSwiftTests/Pods-PusherSwiftTests.release.xcconfig"; sourceTree = "<group>"; };
8686
27054583FECFAED530EE4D45 /* Pods-PusherSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PusherSwift.release.xcconfig"; path = "Pods/Target Support Files/Pods-PusherSwift/Pods-PusherSwift.release.xcconfig"; sourceTree = "<group>"; };
8787
33831C891A9CF61600B124F1 /* PusherSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PusherSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
88-
33831C8D1A9CF61600B124F1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; name = Info.plist; path = Source/Info.plist; sourceTree = "<group>"; };
88+
33831C8D1A9CF61600B124F1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
8989
33831C941A9CF61600B124F1 /* PusherSwiftTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PusherSwiftTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
9090
33831CCF1A9CFF7900B124F1 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Tests/Info.plist; sourceTree = SOURCE_ROOT; };
9191
33831CD11A9CFF8200B124F1 /* PusherSwiftTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PusherSwiftTests.swift; path = Tests/PusherSwiftTests.swift; sourceTree = SOURCE_ROOT; };
92-
33831CD31A9CFFD900B124F1 /* PusherSwift.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PusherSwift.swift; path = Source/PusherSwift.swift; sourceTree = SOURCE_ROOT; };
93-
33831CD61A9CFFF200B124F1 /* PusherSwiftTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PusherSwiftTest.h; path = Source/PusherSwiftTest.h; sourceTree = SOURCE_ROOT; };
92+
33831CD31A9CFFD900B124F1 /* PusherSwift.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PusherSwift.swift; path = Sources/PusherSwift.swift; sourceTree = SOURCE_ROOT; };
93+
33831CD61A9CFFF200B124F1 /* PusherSwiftTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PusherSwiftTest.h; path = Sources/PusherSwiftTest.h; sourceTree = SOURCE_ROOT; };
9494
33831CFA1A9E1F9B00B124F1 /* Pods.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Pods.xcodeproj; path = Pods/Pods.xcodeproj; sourceTree = "<group>"; };
9595
453D0A4BB2E30972E26203E2 /* Pods_PusherSwiftTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PusherSwiftTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
9696
53165978FEB474A77EB98CDB /* Pods-PusherSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PusherSwift.debug.xcconfig"; path = "Pods/Target Support Files/Pods-PusherSwift/Pods-PusherSwift.debug.xcconfig"; sourceTree = "<group>"; };
@@ -122,7 +122,7 @@
122122
33831C491A9CEDF800B124F1 = {
123123
isa = PBXGroup;
124124
children = (
125-
33831C8B1A9CF61600B124F1 /* Source */,
125+
33831C8B1A9CF61600B124F1 /* Sources */,
126126
33831C981A9CF61600B124F1 /* Tests */,
127127
33831C8A1A9CF61600B124F1 /* Products */,
128128
C8BC0305BB40AE4768D8A016 /* Pods */,
@@ -140,15 +140,14 @@
140140
name = Products;
141141
sourceTree = "<group>";
142142
};
143-
33831C8B1A9CF61600B124F1 /* Source */ = {
143+
33831C8B1A9CF61600B124F1 /* Sources */ = {
144144
isa = PBXGroup;
145145
children = (
146146
33831CD31A9CFFD900B124F1 /* PusherSwift.swift */,
147147
33831CD61A9CFFF200B124F1 /* PusherSwiftTest.h */,
148148
33831C8C1A9CF61600B124F1 /* Supporting Files */,
149149
);
150-
name = Source;
151-
path = PusherSwift;
150+
path = Sources;
152151
sourceTree = "<group>";
153152
};
154153
33831C8C1A9CF61600B124F1 /* Supporting Files */ = {
@@ -563,7 +562,7 @@
563562
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
564563
GCC_WARN_UNUSED_FUNCTION = YES;
565564
GCC_WARN_UNUSED_VARIABLE = YES;
566-
INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
565+
INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
567566
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
568567
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
569568
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
@@ -615,7 +614,7 @@
615614
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
616615
GCC_WARN_UNUSED_FUNCTION = YES;
617616
GCC_WARN_UNUSED_VARIABLE = YES;
618-
INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
617+
INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
619618
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
620619
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
621620
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)