Skip to content

Commit 73b34b2

Browse files
committed
Add NativePusher to tvOS and OSX targets
1 parent 83df18d commit 73b34b2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

PusherSwift/PusherSwift.xcodeproj/project.pbxproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
3389F57C1CAEDEC800563F49 /* PusherClientOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3389F5791CAEDEC800563F49 /* PusherClientOptions.swift */; };
3737
33999D261C401F9600AFED30 /* PusherSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 33831CD61A9CFFF200B124F1 /* PusherSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
3838
33999D381C4020A300AFED30 /* PusherSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 33831CD61A9CFFF200B124F1 /* PusherSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
39+
339A49191D2DA70F00399699 /* NativePusher.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD7424A81D1459B700CED79C /* NativePusher.swift */; };
40+
339A491A1D2DA71000399699 /* NativePusher.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD7424A81D1459B700CED79C /* NativePusher.swift */; };
3941
33BB99731D21230100B25C2A /* AuthenticationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33BB995D1D21226C00B25C2A /* AuthenticationTests.swift */; };
4042
33BB99741D21230100B25C2A /* ConnectionStateChangeDelegateTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33BB995E1D21226C00B25C2A /* ConnectionStateChangeDelegateTests.swift */; };
4143
33BB99751D21230100B25C2A /* Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33BB995F1D21226C00B25C2A /* Helpers.swift */; };
@@ -253,10 +255,10 @@
253255
3389F56D1CAEDDD800563F49 /* PusherPresenceChannel.swift */,
254256
3389F5751CAEDE2800563F49 /* PusherGlobalChannel.swift */,
255257
3389F5711CAEDDF300563F49 /* PusherChannels.swift */,
258+
FD7424A81D1459B700CED79C /* NativePusher.swift */,
256259
33C0D2E71CB5C54C003FE13E /* Dependencies */,
257260
33831CD61A9CFFF200B124F1 /* PusherSwift.h */,
258261
33831C8C1A9CF61600B124F1 /* Supporting Files */,
259-
FD7424A81D1459B700CED79C /* NativePusher.swift */,
260262
);
261263
name = Source;
262264
path = ../Source;
@@ -795,6 +797,7 @@
795797
3389F5771CAEDE2800563F49 /* PusherGlobalChannel.swift in Sources */,
796798
3389F57B1CAEDEC800563F49 /* PusherClientOptions.swift in Sources */,
797799
3389F56F1CAEDDD800563F49 /* PusherPresenceChannel.swift in Sources */,
800+
339A49191D2DA70F00399699 /* NativePusher.swift in Sources */,
798801
33C0D2E51CB5C539003FE13E /* Reachability.swift in Sources */,
799802
33C0D2D61CB5C1F2003FE13E /* CryptoSwiftHMACModule.swift in Sources */,
800803
33C0D2DC1CB5C364003FE13E /* Starscream.swift in Sources */,
@@ -813,6 +816,7 @@
813816
3389F5781CAEDE2800563F49 /* PusherGlobalChannel.swift in Sources */,
814817
3389F57C1CAEDEC800563F49 /* PusherClientOptions.swift in Sources */,
815818
3389F5701CAEDDD800563F49 /* PusherPresenceChannel.swift in Sources */,
819+
339A491A1D2DA71000399699 /* NativePusher.swift in Sources */,
816820
33C0D2E61CB5C539003FE13E /* Reachability.swift in Sources */,
817821
33C0D2D71CB5C1F2003FE13E /* CryptoSwiftHMACModule.swift in Sources */,
818822
33C0D2DD1CB5C364003FE13E /* Starscream.swift in Sources */,

0 commit comments

Comments
 (0)