Skip to content

Commit c0c6fff

Browse files
jameshfisherhamchapman
authored andcommitted
update pbxproj
1 parent 7adb900 commit c0c6fff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

PusherSwift/PusherSwift.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
9AF0AE2899725CA479C40F3C /* Pods_PusherSwiftTests_OSX.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9187A66014F4DC5126D41AF6 /* Pods_PusherSwiftTests_OSX.framework */; settings = {ATTRIBUTES = (Required, ); }; };
8080
9CE54E77A997EE52C43A1B7C /* Pods_PusherSwiftTests_iOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D2A475E76EC1FC9DB5346A5 /* Pods_PusherSwiftTests_iOS.framework */; };
8181
BA99BA04D960338935F74F1F /* Pods_PusherSwiftTests_tvOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3270921573904AE304CEF671 /* Pods_PusherSwiftTests_tvOS.framework */; };
82+
FD7424A91D1459B700CED79C /* NativePusher.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD7424A81D1459B700CED79C /* NativePusher.swift */; };
8283
/* End PBXBuildFile section */
8384

8485
/* Begin PBXContainerItemProxy section */
@@ -165,6 +166,7 @@
165166
CD14AEB3AB7E98B3386CFF06 /* Pods_Tests_PusherSwiftTests_tvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Tests_PusherSwiftTests_tvOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
166167
D7C4ED4EBDF4E4F1ED458645 /* Pods-PusherSwiftTests-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PusherSwiftTests-tvOS.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-PusherSwiftTests-tvOS/Pods-PusherSwiftTests-tvOS.debug.xcconfig"; sourceTree = "<group>"; };
167168
FDC96A40F79F1D5981682F25 /* Pods-PusherSwiftTests-OSX.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PusherSwiftTests-OSX.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-PusherSwiftTests-OSX/Pods-PusherSwiftTests-OSX.debug.xcconfig"; sourceTree = "<group>"; };
169+
FD7424A81D1459B700CED79C /* NativePusher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NativePusher.swift; sourceTree = "<group>"; };
168170
/* End PBXFileReference section */
169171

170172
/* Begin PBXFrameworksBuildPhase section */
@@ -254,6 +256,7 @@
254256
33C0D2E71CB5C54C003FE13E /* Dependencies */,
255257
33831CD61A9CFFF200B124F1 /* PusherSwift.h */,
256258
33831C8C1A9CF61600B124F1 /* Supporting Files */,
259+
FD7424A81D1459B700CED79C /* NativePusher.swift */,
257260
);
258261
name = Source;
259262
path = ../Source;
@@ -828,6 +831,7 @@
828831
3389F5761CAEDE2800563F49 /* PusherGlobalChannel.swift in Sources */,
829832
3389F57A1CAEDEC800563F49 /* PusherClientOptions.swift in Sources */,
830833
3389F56E1CAEDDD800563F49 /* PusherPresenceChannel.swift in Sources */,
834+
FD7424A91D1459B700CED79C /* NativePusher.swift in Sources */,
831835
33C0D2E41CB5C539003FE13E /* Reachability.swift in Sources */,
832836
33C0D2D51CB5C1F2003FE13E /* CryptoSwiftHMACModule.swift in Sources */,
833837
33C0D2DB1CB5C364003FE13E /* Starscream.swift in Sources */,

0 commit comments

Comments
 (0)