|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 4D7A2EDF252F0A3400C25C02 /* StompClientLib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D7A2EDE252F0A3400C25C02 /* StompClientLib.swift */; }; |
10 | 11 | 4DDC24BE252EFF0200E14704 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DDC24BD252EFF0200E14704 /* AppDelegate.swift */; }; |
11 | 12 | 4DDC24C0252EFF0200E14704 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DDC24BF252EFF0200E14704 /* SceneDelegate.swift */; }; |
12 | 13 | 4DDC24C2252EFF0200E14704 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DDC24C1252EFF0200E14704 /* ViewController.swift */; }; |
|
15 | 16 | 4DDC24CA252EFF0400E14704 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4DDC24C8252EFF0400E14704 /* LaunchScreen.storyboard */; }; |
16 | 17 | 4DDC24D5252EFF0400E14704 /* StompClientLibExampleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DDC24D4252EFF0400E14704 /* StompClientLibExampleTests.swift */; }; |
17 | 18 | 4DDC24E0252EFF0400E14704 /* StompClientLibExampleUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DDC24DF252EFF0400E14704 /* StompClientLibExampleUITests.swift */; }; |
18 | | - 4DDC24F9252F016100E14704 /* StompClientLib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DDC24F8252F016100E14704 /* StompClientLib.swift */; }; |
19 | 19 | 515F892DE0B4F1D6811AAA99 /* Pods_StompClientLibExample_StompClientLibExampleUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998091BF2B72FE0D232EBD /* Pods_StompClientLibExample_StompClientLibExampleUITests.framework */; }; |
20 | 20 | C463B40B30140B34F80DE9CC /* Pods_StompClientLibExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A09E28D4F0D1C862DB14566E /* Pods_StompClientLibExample.framework */; }; |
21 | 21 | F7D7E8F90F1E75AA063CE9D4 /* Pods_StompClientLibExampleTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B5F10D61FC79B5256A559E91 /* Pods_StompClientLibExampleTests.framework */; }; |
|
43 | 43 | 0AA7DBE617D00B75746D8D98 /* Pods-StompClientLibExample-StompClientLibExampleUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-StompClientLibExample-StompClientLibExampleUITests.release.xcconfig"; path = "Target Support Files/Pods-StompClientLibExample-StompClientLibExampleUITests/Pods-StompClientLibExample-StompClientLibExampleUITests.release.xcconfig"; sourceTree = "<group>"; }; |
44 | 44 | 2420D6AC0CC10C10A0D9CB8C /* Pods-StompClientLibExampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-StompClientLibExampleTests.debug.xcconfig"; path = "Target Support Files/Pods-StompClientLibExampleTests/Pods-StompClientLibExampleTests.debug.xcconfig"; sourceTree = "<group>"; }; |
45 | 45 | 4CB0E35D0539542EEC8D550E /* Pods-StompClientLibExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-StompClientLibExample.release.xcconfig"; path = "Target Support Files/Pods-StompClientLibExample/Pods-StompClientLibExample.release.xcconfig"; sourceTree = "<group>"; }; |
| 46 | + 4D7A2EDE252F0A3400C25C02 /* StompClientLib.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = StompClientLib.swift; path = ../StompClientLib/Classes/StompClientLib.swift; sourceTree = "<group>"; }; |
46 | 47 | 4DDC24BA252EFF0200E14704 /* StompClientLibExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = StompClientLibExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
47 | 48 | 4DDC24BD252EFF0200E14704 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
48 | 49 | 4DDC24BF252EFF0200E14704 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; }; |
|
57 | 58 | 4DDC24DB252EFF0400E14704 /* StompClientLibExampleUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = StompClientLibExampleUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
58 | 59 | 4DDC24DF252EFF0400E14704 /* StompClientLibExampleUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StompClientLibExampleUITests.swift; sourceTree = "<group>"; }; |
59 | 60 | 4DDC24E1252EFF0500E14704 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
60 | | - 4DDC24F8252F016100E14704 /* StompClientLib.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = StompClientLib.swift; path = ../Example/StompClientLib.swift; sourceTree = "<group>"; }; |
61 | 61 | 825EA812F0119AE718B25D70 /* Pods-StompClientLibExample-StompClientLibExampleUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-StompClientLibExample-StompClientLibExampleUITests.debug.xcconfig"; path = "Target Support Files/Pods-StompClientLibExample-StompClientLibExampleUITests/Pods-StompClientLibExample-StompClientLibExampleUITests.debug.xcconfig"; sourceTree = "<group>"; }; |
62 | 62 | A09E28D4F0D1C862DB14566E /* Pods_StompClientLibExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_StompClientLibExample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
63 | 63 | B5F10D61FC79B5256A559E91 /* Pods_StompClientLibExampleTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_StompClientLibExampleTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
106 | 106 | 4DDC24B1252EFF0200E14704 = { |
107 | 107 | isa = PBXGroup; |
108 | 108 | children = ( |
109 | | - 4DDC24F8252F016100E14704 /* StompClientLib.swift */, |
| 109 | + 4D7A2EDE252F0A3400C25C02 /* StompClientLib.swift */, |
110 | 110 | 4DDC24BC252EFF0200E14704 /* StompClientLibExample */, |
111 | 111 | 4DDC24D3252EFF0400E14704 /* StompClientLibExampleTests */, |
112 | 112 | 4DDC24DE252EFF0400E14704 /* StompClientLibExampleUITests */, |
|
427 | 427 | isa = PBXSourcesBuildPhase; |
428 | 428 | buildActionMask = 2147483647; |
429 | 429 | files = ( |
430 | | - 4DDC24F9252F016100E14704 /* StompClientLib.swift in Sources */, |
| 430 | + 4D7A2EDF252F0A3400C25C02 /* StompClientLib.swift in Sources */, |
431 | 431 | 4DDC24C2252EFF0200E14704 /* ViewController.swift in Sources */, |
432 | 432 | 4DDC24BE252EFF0200E14704 /* AppDelegate.swift in Sources */, |
433 | 433 | 4DDC24C0252EFF0200E14704 /* SceneDelegate.swift in Sources */, |
|
0 commit comments