Rev 1 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1 | Rev 7 | ||
---|---|---|---|
Line 9... | Line 9... | ||
9 | /* Begin PBXBuildFile section */ |
9 | /* Begin PBXBuildFile section */ |
10 | 8B0987F32BC050EE0059C761 /* remote-console.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B0987F22BC050EE0059C761 /* remote-console.m */; }; |
10 | 8B0987F32BC050EE0059C761 /* remote-console.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B0987F22BC050EE0059C761 /* remote-console.m */; }; |
11 | 8B80A8342BC06C34006B4B7B /* CocoaAsyncSocket.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8B0987F02BC04B710059C761 /* CocoaAsyncSocket.xcframework */; }; |
11 | 8B80A8342BC06C34006B4B7B /* CocoaAsyncSocket.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8B0987F02BC04B710059C761 /* CocoaAsyncSocket.xcframework */; }; |
12 | 8B80A8352BC06C34006B4B7B /* CocoaAsyncSocket.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 8B0987F02BC04B710059C761 /* CocoaAsyncSocket.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
12 | 8B80A8352BC06C34006B4B7B /* CocoaAsyncSocket.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 8B0987F02BC04B710059C761 /* CocoaAsyncSocket.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
13 | 8B80A8382BC0E4BA006B4B7B /* AppIcon.png in Resources */ = {isa = PBXBuildFile; fileRef = 8B80A8372BC0E4BA006B4B7B /* AppIcon.png */; }; |
13 | 8B80A8382BC0E4BA006B4B7B /* AppIcon.png in Resources */ = {isa = PBXBuildFile; fileRef = 8B80A8372BC0E4BA006B4B7B /* AppIcon.png */; }; |
14 | AB1F42861D268327007A809B /* General.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB1F42851D268327007A809B /* General.swift */; }; |
- | |
15 | AB23FA701BA40D75000AE14A /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = AB23FA6D1BA37DED000AE14A /* Localizable.strings */; }; |
14 | AB23FA701BA40D75000AE14A /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = AB23FA6D1BA37DED000AE14A /* Localizable.strings */; }; |
16 | AB85C23C1B90E12A00DF39E7 /* ClientHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB85C23B1B90E12A00DF39E7 /* ClientHandler.swift */; }; |
15 | AB85C23C1B90E12A00DF39E7 /* ClientHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB85C23B1B90E12A00DF39E7 /* ClientHandler.swift */; }; |
17 | AB85C23E1B91406100DF39E7 /* GyroPacket.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB85C23D1B91406100DF39E7 /* GyroPacket.swift */; }; |
- | |
18 | ABA1AE901B7544A900F3A4EB /* ServerDiscoveryTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABA1AE8F1B7544A900F3A4EB /* ServerDiscoveryTableViewController.swift */; }; |
16 | ABA1AE901B7544A900F3A4EB /* ServerDiscoveryTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABA1AE8F1B7544A900F3A4EB /* ServerDiscoveryTableViewController.swift */; }; |
19 | ABB509171B9EEB2F00E32B35 /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABB509161B9EEB2F00E32B35 /* SettingsViewController.swift */; }; |
17 | ABB509171B9EEB2F00E32B35 /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABB509161B9EEB2F00E32B35 /* SettingsViewController.swift */; }; |
20 | ABCFBE3E1B74DCE300535048 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABCFBE3D1B74DCE300535048 /* AppDelegate.swift */; }; |
18 | ABCFBE3E1B74DCE300535048 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABCFBE3D1B74DCE300535048 /* AppDelegate.swift */; }; |
21 | ABCFBE431B74DCE300535048 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = ABCFBE411B74DCE300535048 /* Main.storyboard */; }; |
19 | ABCFBE431B74DCE300535048 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = ABCFBE411B74DCE300535048 /* Main.storyboard */; }; |
22 | ABCFBE451B74DCE300535048 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = ABCFBE441B74DCE300535048 /* Assets.xcassets */; }; |
20 | ABCFBE451B74DCE300535048 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = ABCFBE441B74DCE300535048 /* Assets.xcassets */; }; |
Line 42... | Line 40... | ||
42 | 40 | ||
43 | /* Begin PBXFileReference section */ |
41 | /* Begin PBXFileReference section */ |
44 | 8B0987F02BC04B710059C761 /* CocoaAsyncSocket.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = CocoaAsyncSocket.xcframework; sourceTree = "<group>"; }; |
42 | 8B0987F02BC04B710059C761 /* CocoaAsyncSocket.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = CocoaAsyncSocket.xcframework; sourceTree = "<group>"; }; |
45 | 8B0987F22BC050EE0059C761 /* remote-console.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "remote-console.m"; sourceTree = "<group>"; }; |
43 | 8B0987F22BC050EE0059C761 /* remote-console.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "remote-console.m"; sourceTree = "<group>"; }; |
46 | 8B80A8372BC0E4BA006B4B7B /* AppIcon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = AppIcon.png; sourceTree = "<group>"; }; |
44 | 8B80A8372BC0E4BA006B4B7B /* AppIcon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = AppIcon.png; sourceTree = "<group>"; }; |
47 | AB1F42851D268327007A809B /* General.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = General.swift; sourceTree = "<group>"; }; |
- | |
48 | AB23FA621BA376D5000AE14A /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Main.strings; sourceTree = "<group>"; }; |
45 | AB23FA621BA376D5000AE14A /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Main.strings; sourceTree = "<group>"; }; |
49 | AB23FA6C1BA37DED000AE14A /* Base */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = Base; path = Base.lproj/Localizable.strings; sourceTree = "<group>"; }; |
46 | AB23FA6C1BA37DED000AE14A /* Base */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = Base; path = Base.lproj/Localizable.strings; sourceTree = "<group>"; }; |
50 | AB23FA6E1BA37DF0000AE14A /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = "<group>"; }; |
47 | AB23FA6E1BA37DF0000AE14A /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = "<group>"; }; |
51 | AB85C23B1B90E12A00DF39E7 /* ClientHandler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ClientHandler.swift; sourceTree = "<group>"; }; |
48 | AB85C23B1B90E12A00DF39E7 /* ClientHandler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ClientHandler.swift; sourceTree = "<group>"; }; |
52 | AB85C23D1B91406100DF39E7 /* GyroPacket.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GyroPacket.swift; sourceTree = "<group>"; }; |
- | |
53 | ABA1AE881B75420500F3A4EB /* GyroMouse-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "GyroMouse-Bridging-Header.h"; sourceTree = "<group>"; }; |
49 | ABA1AE881B75420500F3A4EB /* GyroMouse-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "GyroMouse-Bridging-Header.h"; sourceTree = "<group>"; }; |
54 | ABA1AE8F1B7544A900F3A4EB /* ServerDiscoveryTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ServerDiscoveryTableViewController.swift; sourceTree = "<group>"; }; |
50 | ABA1AE8F1B7544A900F3A4EB /* ServerDiscoveryTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ServerDiscoveryTableViewController.swift; sourceTree = "<group>"; }; |
55 | ABB509161B9EEB2F00E32B35 /* SettingsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsViewController.swift; sourceTree = "<group>"; }; |
51 | ABB509161B9EEB2F00E32B35 /* SettingsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsViewController.swift; sourceTree = "<group>"; }; |
56 | ABCFBE3A1B74DCE300535048 /* GyroMouse.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GyroMouse.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
52 | ABCFBE3A1B74DCE300535048 /* GyroMouse.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GyroMouse.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
57 | ABCFBE3D1B74DCE300535048 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
53 | ABCFBE3D1B74DCE300535048 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
Line 121... | Line 117... | ||
121 | sourceTree = "<group>"; |
117 | sourceTree = "<group>"; |
122 | }; |
118 | }; |
123 | ABCFBE3C1B74DCE300535048 /* GyroMouse */ = { |
119 | ABCFBE3C1B74DCE300535048 /* GyroMouse */ = { |
124 | isa = PBXGroup; |
120 | isa = PBXGroup; |
125 | children = ( |
121 | children = ( |
126 | AB1F42851D268327007A809B /* General.swift */, |
- | |
127 | 8B0987F22BC050EE0059C761 /* remote-console.m */, |
122 | 8B0987F22BC050EE0059C761 /* remote-console.m */, |
128 | ABCFBE3D1B74DCE300535048 /* AppDelegate.swift */, |
123 | ABCFBE3D1B74DCE300535048 /* AppDelegate.swift */, |
129 | ABA1AE8F1B7544A900F3A4EB /* ServerDiscoveryTableViewController.swift */, |
124 | ABA1AE8F1B7544A900F3A4EB /* ServerDiscoveryTableViewController.swift */, |
130 | ABFBC2DA1B758BD900554BF2 /* MouseViewController.swift */, |
125 | ABFBC2DA1B758BD900554BF2 /* MouseViewController.swift */, |
131 | ABB509161B9EEB2F00E32B35 /* SettingsViewController.swift */, |
126 | ABB509161B9EEB2F00E32B35 /* SettingsViewController.swift */, |
132 | AB85C23B1B90E12A00DF39E7 /* ClientHandler.swift */, |
127 | AB85C23B1B90E12A00DF39E7 /* ClientHandler.swift */, |
133 | AB85C23D1B91406100DF39E7 /* GyroPacket.swift */, |
- | |
134 | ABCFBE411B74DCE300535048 /* Main.storyboard */, |
128 | ABCFBE411B74DCE300535048 /* Main.storyboard */, |
135 | AB23FA6D1BA37DED000AE14A /* Localizable.strings */, |
129 | AB23FA6D1BA37DED000AE14A /* Localizable.strings */, |
136 | ); |
130 | ); |
137 | path = GyroMouse; |
131 | path = GyroMouse; |
138 | sourceTree = "<group>"; |
132 | sourceTree = "<group>"; |
Line 210... | Line 204... | ||
210 | /* Begin PBXSourcesBuildPhase section */ |
204 | /* Begin PBXSourcesBuildPhase section */ |
211 | ABCFBE361B74DCE300535048 /* Sources */ = { |
205 | ABCFBE361B74DCE300535048 /* Sources */ = { |
212 | isa = PBXSourcesBuildPhase; |
206 | isa = PBXSourcesBuildPhase; |
213 | buildActionMask = 2147483647; |
207 | buildActionMask = 2147483647; |
214 | files = ( |
208 | files = ( |
215 | AB1F42861D268327007A809B /* General.swift in Sources */, |
- | |
216 | 8B0987F32BC050EE0059C761 /* remote-console.m in Sources */, |
209 | 8B0987F32BC050EE0059C761 /* remote-console.m in Sources */, |
217 | ABA1AE901B7544A900F3A4EB /* ServerDiscoveryTableViewController.swift in Sources */, |
210 | ABA1AE901B7544A900F3A4EB /* ServerDiscoveryTableViewController.swift in Sources */, |
218 | AB85C23C1B90E12A00DF39E7 /* ClientHandler.swift in Sources */, |
211 | AB85C23C1B90E12A00DF39E7 /* ClientHandler.swift in Sources */, |
219 | ABFBC2DB1B758BDA00554BF2 /* MouseViewController.swift in Sources */, |
212 | ABFBC2DB1B758BDA00554BF2 /* MouseViewController.swift in Sources */, |
220 | AB85C23E1B91406100DF39E7 /* GyroPacket.swift in Sources */, |
- | |
221 | ABCFBE3E1B74DCE300535048 /* AppDelegate.swift in Sources */, |
213 | ABCFBE3E1B74DCE300535048 /* AppDelegate.swift in Sources */, |
222 | ABB509171B9EEB2F00E32B35 /* SettingsViewController.swift in Sources */, |
214 | ABB509171B9EEB2F00E32B35 /* SettingsViewController.swift in Sources */, |
223 | ); |
215 | ); |
224 | runOnlyForDeploymentPostprocessing = 0; |
216 | runOnlyForDeploymentPostprocessing = 0; |
225 | }; |
217 | }; |