|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 1C40F3322B46118800C00ED5 /* WorldScaleExampleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C40F3312B46118800C00ED5 /* WorldScaleExampleView.swift */; }; |
10 | 11 | 1CC376D42ABA0B3700A83300 /* TableTopExampleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CC376D32ABA0B3700A83300 /* TableTopExampleView.swift */; };
|
11 | 12 | 4D19FCB52881C8F3002601E8 /* PopupExampleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D19FCB42881C8F3002601E8 /* PopupExampleView.swift */; };
|
| 13 | + 4D995CD72B5B01DB00AD45FE /* FeatureFormExampleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B615012AD76158009D19B6 /* FeatureFormExampleView.swift */; }; |
12 | 14 | 75230DAE28614369009AF501 /* UtilityNetworkTraceExampleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75230DAD28614369009AF501 /* UtilityNetworkTraceExampleView.swift */; };
|
13 | 15 | 752A4FC4294D268000A49479 /* MapDataModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 752A4FC2294D268000A49479 /* MapDataModel.swift */; };
|
14 | 16 | 752A4FC5294D268000A49479 /* SceneDataModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 752A4FC3294D268000A49479 /* SceneDataModel.swift */; };
|
|
46 | 48 | /* End PBXCopyFilesBuildPhase section */
|
47 | 49 |
|
48 | 50 | /* Begin PBXFileReference section */
|
| 51 | + 1C40F3312B46118800C00ED5 /* WorldScaleExampleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WorldScaleExampleView.swift; sourceTree = "<group>"; }; |
49 | 52 | 1CC376D32ABA0B3700A83300 /* TableTopExampleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TableTopExampleView.swift; sourceTree = "<group>"; };
|
50 | 53 | 4D19FCB42881C8F3002601E8 /* PopupExampleView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PopupExampleView.swift; sourceTree = "<group>"; };
|
51 | 54 | 75230DAD28614369009AF501 /* UtilityNetworkTraceExampleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UtilityNetworkTraceExampleView.swift; sourceTree = "<group>"; };
|
52 | 55 | 752A4FC2294D268000A49479 /* MapDataModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapDataModel.swift; sourceTree = "<group>"; };
|
53 | 56 | 752A4FC3294D268000A49479 /* SceneDataModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDataModel.swift; sourceTree = "<group>"; };
|
54 | 57 | 75657E4727ABAC8400EE865B /* CompassExampleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompassExampleView.swift; sourceTree = "<group>"; };
|
| 58 | + 75B615012AD76158009D19B6 /* FeatureFormExampleView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FeatureFormExampleView.swift; sourceTree = "<group>"; }; |
55 | 59 | 75C37C9127BEDBD800FC9DCE /* BookmarksExampleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BookmarksExampleView.swift; sourceTree = "<group>"; };
|
56 | 60 | 75D41B2A27C6F21400624D7C /* ScalebarExampleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScalebarExampleView.swift; sourceTree = "<group>"; };
|
57 | 61 | 882899FC2AB5099300A0BDC1 /* FlyoverExampleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlyoverExampleView.swift; sourceTree = "<group>"; };
|
|
101 | 105 | E4C389D426B8A12C002BC255 /* BasemapGalleryExampleView.swift */,
|
102 | 106 | 75C37C9127BEDBD800FC9DCE /* BookmarksExampleView.swift */,
|
103 | 107 | 75657E4727ABAC8400EE865B /* CompassExampleView.swift */,
|
| 108 | + 75B615012AD76158009D19B6 /* FeatureFormExampleView.swift */, |
104 | 109 | E4AA9315276BF5ED000E6289 /* FloatingPanelExampleView.swift */,
|
105 | 110 | E4624A24278CE815000D2A38 /* FloorFilterExampleView.swift */,
|
| 111 | + 882899FC2AB5099300A0BDC1 /* FlyoverExampleView.swift */, |
106 | 112 | E4F9BC98265EFCAF001280FF /* OverviewMapExampleView.swift */,
|
107 | 113 | 4D19FCB42881C8F3002601E8 /* PopupExampleView.swift */,
|
108 | 114 | 75D41B2A27C6F21400624D7C /* ScalebarExampleView.swift */,
|
109 | 115 | E42BFBE82672BF9500159107 /* SearchExampleView.swift */,
|
110 |
| - 75230DAD28614369009AF501 /* UtilityNetworkTraceExampleView.swift */, |
111 |
| - 882899FC2AB5099300A0BDC1 /* FlyoverExampleView.swift */, |
112 | 116 | 1CC376D32ABA0B3700A83300 /* TableTopExampleView.swift */,
|
| 117 | + 75230DAD28614369009AF501 /* UtilityNetworkTraceExampleView.swift */, |
| 118 | + 1C40F3312B46118800C00ED5 /* WorldScaleExampleView.swift */, |
113 | 119 | );
|
114 | 120 | name = Examples;
|
115 | 121 | sourceTree = "<group>";
|
|
270 | 276 | isa = PBXSourcesBuildPhase;
|
271 | 277 | buildActionMask = 2147483647;
|
272 | 278 | files = (
|
| 279 | + 4D995CD72B5B01DB00AD45FE /* FeatureFormExampleView.swift in Sources */, |
| 280 | + 1C40F3322B46118800C00ED5 /* WorldScaleExampleView.swift in Sources */, |
273 | 281 | 1CC376D42ABA0B3700A83300 /* TableTopExampleView.swift in Sources */,
|
274 | 282 | 752A4FC4294D268000A49479 /* MapDataModel.swift in Sources */,
|
275 | 283 | 752A4FC5294D268000A49479 /* SceneDataModel.swift in Sources */,
|
|
419 | 427 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
420 | 428 | CODE_SIGN_ENTITLEMENTS = ExamplesApp/Examples.entitlements;
|
421 | 429 | CODE_SIGN_STYLE = Automatic;
|
| 430 | + CURRENT_PROJECT_VERSION = 1; |
422 | 431 | DEVELOPMENT_ASSET_PATHS = "\"ExamplesApp/Preview Content\"";
|
423 | 432 | DEVELOPMENT_TEAM = "";
|
424 | 433 | ENABLE_PREVIEWS = YES;
|
|
429 | 438 | "$(inherited)",
|
430 | 439 | "@executable_path/Frameworks",
|
431 | 440 | );
|
432 |
| - MARKETING_VERSION = 200.3.0; |
| 441 | + MARKETING_VERSION = 200.4.0; |
433 | 442 | PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-toolkit-examples";
|
434 | 443 | PRODUCT_NAME = "$(TARGET_NAME)";
|
435 | 444 | SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
|
447 | 456 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
448 | 457 | CODE_SIGN_ENTITLEMENTS = ExamplesApp/Examples.entitlements;
|
449 | 458 | CODE_SIGN_STYLE = Automatic;
|
| 459 | + CURRENT_PROJECT_VERSION = 1; |
450 | 460 | DEVELOPMENT_ASSET_PATHS = "\"ExamplesApp/Preview Content\"";
|
451 | 461 | DEVELOPMENT_TEAM = "";
|
452 | 462 | ENABLE_PREVIEWS = YES;
|
|
457 | 467 | "$(inherited)",
|
458 | 468 | "@executable_path/Frameworks",
|
459 | 469 | );
|
460 |
| - MARKETING_VERSION = 200.3.0; |
| 470 | + MARKETING_VERSION = 200.4.0; |
461 | 471 | PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-toolkit-examples";
|
462 | 472 | PRODUCT_NAME = "$(TARGET_NAME)";
|
463 | 473 | SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
|
0 commit comments