|
85 | 85 | 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>"; }; |
86 | 86 | 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>"; }; |
87 | 87 | 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>"; }; |
89 | 89 | 33831C941A9CF61600B124F1 /* PusherSwiftTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PusherSwiftTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
90 | 90 | 33831CCF1A9CFF7900B124F1 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Tests/Info.plist; sourceTree = SOURCE_ROOT; }; |
91 | 91 | 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; }; |
94 | 94 | 33831CFA1A9E1F9B00B124F1 /* Pods.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Pods.xcodeproj; path = Pods/Pods.xcodeproj; sourceTree = "<group>"; }; |
95 | 95 | 453D0A4BB2E30972E26203E2 /* Pods_PusherSwiftTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PusherSwiftTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
96 | 96 | 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 | 122 | 33831C491A9CEDF800B124F1 = { |
123 | 123 | isa = PBXGroup; |
124 | 124 | children = ( |
125 | | - 33831C8B1A9CF61600B124F1 /* Source */, |
| 125 | + 33831C8B1A9CF61600B124F1 /* Sources */, |
126 | 126 | 33831C981A9CF61600B124F1 /* Tests */, |
127 | 127 | 33831C8A1A9CF61600B124F1 /* Products */, |
128 | 128 | C8BC0305BB40AE4768D8A016 /* Pods */, |
|
140 | 140 | name = Products; |
141 | 141 | sourceTree = "<group>"; |
142 | 142 | }; |
143 | | - 33831C8B1A9CF61600B124F1 /* Source */ = { |
| 143 | + 33831C8B1A9CF61600B124F1 /* Sources */ = { |
144 | 144 | isa = PBXGroup; |
145 | 145 | children = ( |
146 | 146 | 33831CD31A9CFFD900B124F1 /* PusherSwift.swift */, |
147 | 147 | 33831CD61A9CFFF200B124F1 /* PusherSwiftTest.h */, |
148 | 148 | 33831C8C1A9CF61600B124F1 /* Supporting Files */, |
149 | 149 | ); |
150 | | - name = Source; |
151 | | - path = PusherSwift; |
| 150 | + path = Sources; |
152 | 151 | sourceTree = "<group>"; |
153 | 152 | }; |
154 | 153 | 33831C8C1A9CF61600B124F1 /* Supporting Files */ = { |
|
563 | 562 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
564 | 563 | GCC_WARN_UNUSED_FUNCTION = YES; |
565 | 564 | GCC_WARN_UNUSED_VARIABLE = YES; |
566 | | - INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist"; |
| 565 | + INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist"; |
567 | 566 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
568 | 567 | IPHONEOS_DEPLOYMENT_TARGET = 8.3; |
569 | 568 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
|
615 | 614 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
616 | 615 | GCC_WARN_UNUSED_FUNCTION = YES; |
617 | 616 | GCC_WARN_UNUSED_VARIABLE = YES; |
618 | | - INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist"; |
| 617 | + INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist"; |
619 | 618 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
620 | 619 | IPHONEOS_DEPLOYMENT_TARGET = 8.3; |
621 | 620 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
|
0 commit comments