X-Git-Url: https://git.r.bdr.sh/rbdr/map/blobdiff_plain/8a50aceaf20dd2e9c06b278c8b252ebee91b6174..refs/heads/main:/Map.xcodeproj/project.pbxproj?ds=sidebyside diff --git a/Map.xcodeproj/project.pbxproj b/Map.xcodeproj/project.pbxproj index 7dc8883..fc3a574 100644 --- a/Map.xcodeproj/project.pbxproj +++ b/Map.xcodeproj/project.pbxproj @@ -48,6 +48,8 @@ B54587252C961E9E0067B788 /* MapTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B54587242C961E9E0067B788 /* MapTests.swift */; }; B545872F2C961E9E0067B788 /* MapUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B545872E2C961E9E0067B788 /* MapUITests.swift */; }; B54587312C961E9E0067B788 /* MapUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B54587302C961E9E0067B788 /* MapUITestsLaunchTests.swift */; }; + B5D42DC22C984E870075473D /* FocusedValues+document.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5D42DC12C984E7F0075473D /* FocusedValues+document.swift */; }; + B5D42DC42C9851ED0075473D /* SearchBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5D42DC32C9851ED0075473D /* SearchBar.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -111,6 +113,8 @@ B545872A2C961E9E0067B788 /* Map2UITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Map2UITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; B545872E2C961E9E0067B788 /* MapUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapUITests.swift; sourceTree = ""; }; B54587302C961E9E0067B788 /* MapUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapUITestsLaunchTests.swift; sourceTree = ""; }; + B5D42DC12C984E7F0075473D /* FocusedValues+document.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "FocusedValues+document.swift"; sourceTree = ""; }; + B5D42DC32C9851ED0075473D /* SearchBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchBar.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -144,6 +148,7 @@ B5012E3C2C96222E00AC4D68 /* Data */ = { isa = PBXGroup; children = ( + B5D42DC12C984E7F0075473D /* FocusedValues+document.swift */, B5012E412C96235B00AC4D68 /* Stage.swift */, B54587112C961E9C0067B788 /* MapDocument.swift */, ); @@ -169,6 +174,7 @@ B5012E6A2C96255A00AC4D68 /* MapRender */, B5012E462C96243500AC4D68 /* MapTextEditor.swift */, B5012E3E2C96232300AC4D68 /* EvolutionPicker.swift */, + B5D42DC32C9851ED0075473D /* SearchBar.swift */, ); path = "Base Components"; sourceTree = ""; @@ -465,6 +471,7 @@ B54587122C961E9C0067B788 /* MapDocument.swift in Sources */, B54587102C961E9C0067B788 /* MapApp.swift in Sources */, B5012E8C2C98244000AC4D68 /* ViewStyle.swift in Sources */, + B5D42DC42C9851ED0075473D /* SearchBar.swift in Sources */, B5012E8E2C9828D000AC4D68 /* Constants.swift in Sources */, B5012E7C2C972B6C00AC4D68 /* GroupParserStrategy.swift in Sources */, B5012E6B2C96255A00AC4D68 /* MapAxes.swift in Sources */, @@ -486,6 +493,7 @@ B5012E5B2C96249400AC4D68 /* OpportunityParserStrategy.swift in Sources */, B5012E5C2C96249400AC4D68 /* EdgeParserStrategy.swift in Sources */, B5012E5D2C96249400AC4D68 /* StageParserStrategy.swift in Sources */, + B5D42DC22C984E870075473D /* FocusedValues+document.swift in Sources */, B5012E812C97318600AC4D68 /* MapGroups.swift in Sources */, B5012E8A2C98235500AC4D68 /* MapCommands.swift in Sources */, B5012E5E2C96249400AC4D68 /* Debouncer.swift in Sources */, @@ -653,7 +661,7 @@ CODE_SIGN_ENTITLEMENTS = Map/Map.entitlements; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 4; + CURRENT_PROJECT_VERSION = 5; DEVELOPMENT_ASSET_PATHS = "\"Map/Preview Content\""; DEVELOPMENT_TEAM = S68NHQVJXW; ENABLE_HARDENED_RUNTIME = YES; @@ -667,7 +675,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 14.0; - MARKETING_VERSION = 3.0.1; + MARKETING_VERSION = 3.1.0; PRODUCT_BUNDLE_IDENTIFIER = systems.tranquil.Map; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; @@ -683,7 +691,7 @@ CODE_SIGN_ENTITLEMENTS = Map/Map.entitlements; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 4; + CURRENT_PROJECT_VERSION = 5; DEVELOPMENT_ASSET_PATHS = "\"Map/Preview Content\""; DEVELOPMENT_TEAM = S68NHQVJXW; ENABLE_HARDENED_RUNTIME = YES; @@ -697,7 +705,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 14.0; - MARKETING_VERSION = 3.0.1; + MARKETING_VERSION = 3.1.0; PRODUCT_BUNDLE_IDENTIFIER = systems.tranquil.Map; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES;