|
23 | 23 | 88B689CE1E96EDF400B67FAB /* ScalebarExample.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88B689C41E96EDF400B67FAB /* ScalebarExample.swift */; };
|
24 | 24 | 88B689D11E96EDF400B67FAB /* VCListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88B689C71E96EDF400B67FAB /* VCListViewController.swift */; };
|
25 | 25 | 88DBC2A11FE83D6000255921 /* JobManagerExample.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88DBC2A01FE83D6000255921 /* JobManagerExample.swift */; };
|
| 26 | + E447A12B2267BB9500578C0B /* ARExample.swift in Sources */ = {isa = PBXBuildFile; fileRef = E447A12A2267BB9500578C0B /* ARExample.swift */; }; |
| 27 | + E464AA9122E62DC600969DBA /* Plane.swift in Sources */ = {isa = PBXBuildFile; fileRef = E464AA9022E62DC600969DBA /* Plane.swift */; }; |
26 | 28 | E46893271FEDAE29008ADA79 /* CompassExample.swift in Sources */ = {isa = PBXBuildFile; fileRef = E46893261FEDAE29008ADA79 /* CompassExample.swift */; };
|
| 29 | + E47B16FA22F8DECC000C9C8B /* ARStatusViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E47B16F822F8DECC000C9C8B /* ARStatusViewController.swift */; }; |
| 30 | + E47B16FB22F8DECC000C9C8B /* ARStatusViewController.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E47B16F922F8DECC000C9C8B /* ARStatusViewController.storyboard */; }; |
| 31 | + E47B17362304AB7D000C9C8B /* UserDirectionsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E47B17342304AB7D000C9C8B /* UserDirectionsView.swift */; }; |
| 32 | + E47B17372304AB7D000C9C8B /* CalibrationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E47B17352304AB7D000C9C8B /* CalibrationView.swift */; }; |
27 | 33 | E48405751E9BE7E600927208 /* LegendExample.swift in Sources */ = {isa = PBXBuildFile; fileRef = E48405741E9BE7E600927208 /* LegendExample.swift */; };
|
28 | 34 | /* End PBXBuildFile section */
|
29 | 35 |
|
|
83 | 89 | 88B689C41E96EDF400B67FAB /* ScalebarExample.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ScalebarExample.swift; sourceTree = "<group>"; };
|
84 | 90 | 88B689C71E96EDF400B67FAB /* VCListViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VCListViewController.swift; sourceTree = "<group>"; };
|
85 | 91 | 88DBC2A01FE83D6000255921 /* JobManagerExample.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JobManagerExample.swift; sourceTree = "<group>"; };
|
| 92 | + E447A12A2267BB9500578C0B /* ARExample.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ARExample.swift; sourceTree = "<group>"; }; |
| 93 | + E464AA9022E62DC600969DBA /* Plane.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Plane.swift; sourceTree = "<group>"; }; |
86 | 94 | E46893261FEDAE29008ADA79 /* CompassExample.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompassExample.swift; sourceTree = "<group>"; };
|
| 95 | + E47B16F822F8DECC000C9C8B /* ARStatusViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ARStatusViewController.swift; sourceTree = "<group>"; }; |
| 96 | + E47B16F922F8DECC000C9C8B /* ARStatusViewController.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = ARStatusViewController.storyboard; sourceTree = "<group>"; }; |
| 97 | + E47B17342304AB7D000C9C8B /* UserDirectionsView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserDirectionsView.swift; sourceTree = "<group>"; }; |
| 98 | + E47B17352304AB7D000C9C8B /* CalibrationView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CalibrationView.swift; sourceTree = "<group>"; }; |
87 | 99 | E48405741E9BE7E600927208 /* LegendExample.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LegendExample.swift; sourceTree = "<group>"; };
|
88 | 100 | /* End PBXFileReference section */
|
89 | 101 |
|
|
121 | 133 | 8839043D1DF6022A001F3188 /* ArcGISToolkitExamples */ = {
|
122 | 134 | isa = PBXGroup;
|
123 | 135 | children = (
|
| 136 | + E464AA8F22E62D5B00969DBA /* Misc */, |
124 | 137 | 883904421DF6022A001F3188 /* Main.storyboard */,
|
125 | 138 | 883904451DF6022A001F3188 /* Assets.xcassets */,
|
126 | 139 | 883904471DF6022A001F3188 /* LaunchScreen.storyboard */,
|
|
152 | 165 | 2140781D209B629000FBFDCC /* TimeSliderExample.swift */,
|
153 | 166 | 883EA74A20741A56006D6F72 /* PopupExample.swift */,
|
154 | 167 | 8800656D2228577A00F76945 /* TemplatePickerExample.swift */,
|
| 168 | + E447A12A2267BB9500578C0B /* ARExample.swift */, |
155 | 169 | );
|
156 | 170 | name = Examples;
|
157 | 171 | sourceTree = "<group>";
|
158 | 172 | };
|
| 173 | + E464AA8F22E62D5B00969DBA /* Misc */ = { |
| 174 | + isa = PBXGroup; |
| 175 | + children = ( |
| 176 | + E47B17352304AB7D000C9C8B /* CalibrationView.swift */, |
| 177 | + E47B17342304AB7D000C9C8B /* UserDirectionsView.swift */, |
| 178 | + E47B16F922F8DECC000C9C8B /* ARStatusViewController.storyboard */, |
| 179 | + E47B16F822F8DECC000C9C8B /* ARStatusViewController.swift */, |
| 180 | + E464AA9022E62DC600969DBA /* Plane.swift */, |
| 181 | + ); |
| 182 | + path = Misc; |
| 183 | + sourceTree = "<group>"; |
| 184 | + }; |
159 | 185 | /* End PBXGroup section */
|
160 | 186 |
|
161 | 187 | /* Begin PBXNativeTarget section */
|
|
168 | 194 | 883904391DF6022A001F3188 /* Resources */,
|
169 | 195 | 883904531DF60296001F3188 /* Embed Frameworks */,
|
170 | 196 | 88AE77111EFC267A00AFC80A /* ShellScript */,
|
| 197 | + E47ED066233AC27B0032440E /* Run Linter */, |
171 | 198 | );
|
172 | 199 | buildRules = (
|
173 | 200 | );
|
|
243 | 270 | files = (
|
244 | 271 | 883904491DF6022A001F3188 /* LaunchScreen.storyboard in Resources */,
|
245 | 272 | 883904461DF6022A001F3188 /* Assets.xcassets in Resources */,
|
| 273 | + E47B16FB22F8DECC000C9C8B /* ARStatusViewController.storyboard in Resources */, |
246 | 274 | 883904441DF6022A001F3188 /* Main.storyboard in Resources */,
|
247 | 275 | );
|
248 | 276 | runOnlyForDeploymentPostprocessing = 0;
|
|
261 | 289 | );
|
262 | 290 | runOnlyForDeploymentPostprocessing = 0;
|
263 | 291 | shellPath = /bin/sh;
|
264 |
| - shellScript = "bash \"${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}/ArcGIS.framework/strip-frameworks.sh\""; |
| 292 | + shellScript = "bash \"${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}/ArcGIS.framework/strip-frameworks.sh\"\n"; |
| 293 | + }; |
| 294 | + E47ED066233AC27B0032440E /* Run Linter */ = { |
| 295 | + isa = PBXShellScriptBuildPhase; |
| 296 | + buildActionMask = 2147483647; |
| 297 | + files = ( |
| 298 | + ); |
| 299 | + inputFileListPaths = ( |
| 300 | + ); |
| 301 | + inputPaths = ( |
| 302 | + ); |
| 303 | + name = "Run Linter"; |
| 304 | + outputFileListPaths = ( |
| 305 | + ); |
| 306 | + outputPaths = ( |
| 307 | + ); |
| 308 | + runOnlyForDeploymentPostprocessing = 0; |
| 309 | + shellPath = /bin/sh; |
| 310 | + shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; |
265 | 311 | };
|
266 | 312 | /* End PBXShellScriptBuildPhase section */
|
267 | 313 |
|
|
273 | 319 | 883EA74B20741A56006D6F72 /* PopupExample.swift in Sources */,
|
274 | 320 | 88B689C81E96EDF400B67FAB /* AppDelegate.swift in Sources */,
|
275 | 321 | 2140781E209B629000FBFDCC /* TimeSliderExample.swift in Sources */,
|
| 322 | + E47B17372304AB7D000C9C8B /* CalibrationView.swift in Sources */, |
| 323 | + E464AA9122E62DC600969DBA /* Plane.swift in Sources */, |
276 | 324 | 88B689CB1E96EDF400B67FAB /* MeasureExample.swift in Sources */,
|
277 | 325 | 88DBC2A11FE83D6000255921 /* JobManagerExample.swift in Sources */,
|
278 | 326 | 88B689D11E96EDF400B67FAB /* VCListViewController.swift in Sources */,
|
| 327 | + E47B16FA22F8DECC000C9C8B /* ARStatusViewController.swift in Sources */, |
279 | 328 | 8800656E2228577A00F76945 /* TemplatePickerExample.swift in Sources */,
|
| 329 | + E47B17362304AB7D000C9C8B /* UserDirectionsView.swift in Sources */, |
280 | 330 | 88B689CE1E96EDF400B67FAB /* ScalebarExample.swift in Sources */,
|
281 | 331 | 88B689C91E96EDF400B67FAB /* ExamplesViewController.swift in Sources */,
|
| 332 | + E447A12B2267BB9500578C0B /* ARExample.swift in Sources */, |
282 | 333 | E48405751E9BE7E600927208 /* LegendExample.swift in Sources */,
|
283 | 334 | E46893271FEDAE29008ADA79 /* CompassExample.swift in Sources */,
|
284 | 335 | );
|
|
0 commit comments