|
488 | 488 | 6AD978582774F3F000A7C6C6 /* NotificationsProxy+Utilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AD978562774F3F000A7C6C6 /* NotificationsProxy+Utilities.swift */; }; |
489 | 489 | 6ADC90C72807461F00CE42C7 /* Dictionary+ValueKeyPath.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ADC90C62807461F00CE42C7 /* Dictionary+ValueKeyPath.swift */; }; |
490 | 490 | 6ADC90C82807461F00CE42C7 /* Dictionary+ValueKeyPath.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ADC90C62807461F00CE42C7 /* Dictionary+ValueKeyPath.swift */; }; |
| 491 | + 6B7B6E8C2B6A7A5400820306 /* Leanplum_WebSocket+Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B7B6E8A2B6A7A5400820306 /* Leanplum_WebSocket+Utils.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 492 | + 6B7B6E8D2B6A7A5400820306 /* Leanplum_WebSocket+Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B7B6E8A2B6A7A5400820306 /* Leanplum_WebSocket+Utils.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 493 | + 6B7B6E8E2B6A7A5400820306 /* Leanplum_WebSocket+Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B7B6E8B2B6A7A5400820306 /* Leanplum_WebSocket+Utils.m */; }; |
| 494 | + 6B7B6E8F2B6A7A5400820306 /* Leanplum_WebSocket+Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B7B6E8B2B6A7A5400820306 /* Leanplum_WebSocket+Utils.m */; }; |
491 | 495 | A0371C8C3E1D6D0AB924FF99 /* libPods-Leanplum-Static.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 897B64EE76852A68ECECB184 /* libPods-Leanplum-Static.a */; }; |
492 | 496 | C90C489D2707299D00E33F1F /* NotificationSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = C90C489C2707299D00E33F1F /* NotificationSettings.swift */; }; |
493 | 497 | C90C489E2707299D00E33F1F /* NotificationSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = C90C489C2707299D00E33F1F /* NotificationSettings.swift */; }; |
|
829 | 833 | 6AD978532774F2F700A7C6C6 /* NotificationsProxy+iOS9.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NotificationsProxy+iOS9.swift"; sourceTree = "<group>"; }; |
830 | 834 | 6AD978562774F3F000A7C6C6 /* NotificationsProxy+Utilities.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NotificationsProxy+Utilities.swift"; sourceTree = "<group>"; }; |
831 | 835 | 6ADC90C62807461F00CE42C7 /* Dictionary+ValueKeyPath.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Dictionary+ValueKeyPath.swift"; sourceTree = "<group>"; }; |
| 836 | + 6B7B6E8A2B6A7A5400820306 /* Leanplum_WebSocket+Utils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Leanplum_WebSocket+Utils.h"; sourceTree = "<group>"; }; |
| 837 | + 6B7B6E8B2B6A7A5400820306 /* Leanplum_WebSocket+Utils.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Leanplum_WebSocket+Utils.m"; sourceTree = "<group>"; }; |
832 | 838 | 6C2FB1913D58B5EF901363C9 /* Pods_Leanplum.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Leanplum.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
833 | 839 | 897B64EE76852A68ECECB184 /* libPods-Leanplum-Static.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Leanplum-Static.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
834 | 840 | B335B24E5DF5CE017C0BE58D /* Pods-Leanplum-Static.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Leanplum-Static.release.xcconfig"; path = "Target Support Files/Pods-Leanplum-Static/Pods-Leanplum-Static.release.xcconfig"; sourceTree = "<group>"; }; |
|
1106 | 1112 | 075AADA826847EC3007CA1BD /* Leanplum_WebSocket.h */, |
1107 | 1113 | 075AADA926847EC3007CA1BD /* AsyncSocket */, |
1108 | 1114 | 075AADAC26847EC3007CA1BD /* Leanplum_WebSocket.m */, |
| 1115 | + 6B7B6E8A2B6A7A5400820306 /* Leanplum_WebSocket+Utils.h */, |
| 1116 | + 6B7B6E8B2B6A7A5400820306 /* Leanplum_WebSocket+Utils.m */, |
1109 | 1117 | ); |
1110 | 1118 | path = WebSocket; |
1111 | 1119 | sourceTree = "<group>"; |
|
1454 | 1462 | 075AAE5526847EC4007CA1BD /* LPMessageTemplateUtilities.h in Headers */, |
1455 | 1463 | 075AAE4026847EC4007CA1BD /* LPPushAskToAskMessageTemplate.h in Headers */, |
1456 | 1464 | 075AAEA526847EC4007CA1BD /* UIDevice+IdentifierAddition.h in Headers */, |
| 1465 | + 6B7B6E8C2B6A7A5400820306 /* Leanplum_WebSocket+Utils.h in Headers */, |
1457 | 1466 | 075AAE3126847EC4007CA1BD /* LPOpenUrlMessageTemplate.h in Headers */, |
1458 | 1467 | 075AADF926847EC4007CA1BD /* LeanplumSocket.h in Headers */, |
1459 | 1468 | 075AAEAC26847EC4007CA1BD /* LPVar-Internal.h in Headers */, |
|
1542 | 1551 | 6A714B0326F8B317004A34A9 /* LPMessageTemplateUtilities.h in Headers */, |
1543 | 1552 | 6A714B0426F8B317004A34A9 /* LPPushAskToAskMessageTemplate.h in Headers */, |
1544 | 1553 | 6A714B0526F8B317004A34A9 /* UIDevice+IdentifierAddition.h in Headers */, |
| 1554 | + 6B7B6E8D2B6A7A5400820306 /* Leanplum_WebSocket+Utils.h in Headers */, |
1545 | 1555 | 6A714B0626F8B317004A34A9 /* LPOpenUrlMessageTemplate.h in Headers */, |
1546 | 1556 | 6A714B0726F8B317004A34A9 /* LeanplumSocket.h in Headers */, |
1547 | 1557 | 6A714B0826F8B317004A34A9 /* LPVar-Internal.h in Headers */, |
|
1896 | 1906 | 6A9DEC6E27ABD52D00052807 /* ActionManager+Processor.swift in Sources */, |
1897 | 1907 | 075AAE9D26847EC4007CA1BD /* NSTimer+Blocks.m in Sources */, |
1898 | 1908 | 075AAE2026847EC4007CA1BD /* LPLogManager.m in Sources */, |
| 1909 | + 6B7B6E8E2B6A7A5400820306 /* Leanplum_WebSocket+Utils.m in Sources */, |
1899 | 1910 | 39C0819F2781D3D000C1DBD6 /* ActionManager+Queue.swift in Sources */, |
1900 | 1911 | 6A29EAF528EF37090024880E /* IdentityManager.swift in Sources */, |
1901 | 1912 | 075AAEB126847EC4007CA1BD /* LPSecuredVars.m in Sources */, |
|
2026 | 2037 | 6A9DEC6F27ABD52D00052807 /* ActionManager+Processor.swift in Sources */, |
2027 | 2038 | 6A714B8426F8B317004A34A9 /* LPAppIconManager.m in Sources */, |
2028 | 2039 | 6A714B8526F8B317004A34A9 /* NSTimer+Blocks.m in Sources */, |
| 2040 | + 6B7B6E8F2B6A7A5400820306 /* Leanplum_WebSocket+Utils.m in Sources */, |
2029 | 2041 | 6A714B8626F8B317004A34A9 /* LPLogManager.m in Sources */, |
2030 | 2042 | 6A29EAF628EF37090024880E /* IdentityManager.swift in Sources */, |
2031 | 2043 | 6A714B8726F8B317004A34A9 /* LPSecuredVars.m in Sources */, |
|
0 commit comments