|
58 | 58 | 33831C891A9CF61600B124F1 /* PusherSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PusherSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
59 | 59 | 33831C8D1A9CF61600B124F1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
60 | 60 | 33831C941A9CF61600B124F1 /* PusherSwiftTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PusherSwiftTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
61 | | - 33831CD31A9CFFD900B124F1 /* PusherSwift.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PusherSwift.swift; path = ../Source/PusherSwift.swift; sourceTree = SOURCE_ROOT; }; |
62 | | - 33831CD61A9CFFF200B124F1 /* PusherSwift.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PusherSwift.h; path = ../Source/PusherSwift.h; sourceTree = SOURCE_ROOT; }; |
63 | | - 3384C1B81CAECD9C00F10796 /* PusherChannel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PusherChannel.swift; path = ../Source/PusherChannel.swift; sourceTree = SOURCE_ROOT; }; |
| 61 | + 33831CD31A9CFFD900B124F1 /* PusherSwift.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PusherSwift.swift; path = ../Sources/PusherSwift.swift; sourceTree = SOURCE_ROOT; }; |
| 62 | + 33831CD61A9CFFF200B124F1 /* PusherSwift.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PusherSwift.h; path = ../Sources/PusherSwift.h; sourceTree = SOURCE_ROOT; }; |
| 63 | + 3384C1B81CAECD9C00F10796 /* PusherChannel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PusherChannel.swift; path = ../Sources/PusherChannel.swift; sourceTree = SOURCE_ROOT; }; |
64 | 64 | 3389F5651CAEDD5F00563F49 /* PusherConnection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PusherConnection.swift; sourceTree = "<group>"; }; |
65 | 65 | 3389F5691CAEDD9100563F49 /* PusherWebsocketDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PusherWebsocketDelegate.swift; sourceTree = "<group>"; }; |
66 | 66 | 3389F56D1CAEDDD800563F49 /* PusherPresenceChannel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PusherPresenceChannel.swift; sourceTree = "<group>"; }; |
|
109 | 109 | 33831C491A9CEDF800B124F1 = { |
110 | 110 | isa = PBXGroup; |
111 | 111 | children = ( |
112 | | - 33831C8B1A9CF61600B124F1 /* Source */, |
| 112 | + 33831C8B1A9CF61600B124F1 /* Sources */, |
113 | 113 | 33BB995C1D21225B00B25C2A /* Tests */, |
114 | 114 | 33831C8A1A9CF61600B124F1 /* Products */, |
115 | 115 | 42D29A655054030A9B238900 /* Frameworks */, |
|
125 | 125 | name = Products; |
126 | 126 | sourceTree = "<group>"; |
127 | 127 | }; |
128 | | - 33831C8B1A9CF61600B124F1 /* Source */ = { |
| 128 | + 33831C8B1A9CF61600B124F1 /* Sources */ = { |
129 | 129 | isa = PBXGroup; |
130 | 130 | children = ( |
131 | 131 | 33831CD31A9CFFD900B124F1 /* PusherSwift.swift */, |
|
145 | 145 | 33831CD61A9CFFF200B124F1 /* PusherSwift.h */, |
146 | 146 | 33831C8C1A9CF61600B124F1 /* Supporting Files */, |
147 | 147 | ); |
148 | | - name = Source; |
149 | | - path = ../Source; |
| 148 | + name = Sources; |
| 149 | + path = ../Sources; |
150 | 150 | sourceTree = "<group>"; |
151 | 151 | }; |
152 | 152 | 33831C8C1A9CF61600B124F1 /* Supporting Files */ = { |
|
491 | 491 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
492 | 492 | GCC_WARN_UNUSED_FUNCTION = YES; |
493 | 493 | GCC_WARN_UNUSED_VARIABLE = YES; |
494 | | - INFOPLIST_FILE = "$(SRCROOT)/../Source/Info.plist"; |
| 494 | + INFOPLIST_FILE = "$(SRCROOT)/../Sources/Info.plist"; |
495 | 495 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
496 | 496 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
497 | 497 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
|
548 | 548 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
549 | 549 | GCC_WARN_UNUSED_FUNCTION = YES; |
550 | 550 | GCC_WARN_UNUSED_VARIABLE = YES; |
551 | | - INFOPLIST_FILE = "$(SRCROOT)/../Source/Info.plist"; |
| 551 | + INFOPLIST_FILE = "$(SRCROOT)/../Sources/Info.plist"; |
552 | 552 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
553 | 553 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
554 | 554 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
|
0 commit comments