aboutsummaryrefslogtreecommitdiff
path: root/Map.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-09-16 12:01:07 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-09-16 12:01:07 +0200
commitd3e21e6050fd8cfde6ff7c68d9f8dfedf7b6301f (patch)
tree3e9d76f8f4be7febedbd1dac01f1adc1c4c1b7db /Map.xcodeproj/project.pbxproj
parent45e5a80ae378a72720114641c39148c199c6332d (diff)
Add glass
Diffstat (limited to 'Map.xcodeproj/project.pbxproj')
-rw-r--r--Map.xcodeproj/project.pbxproj64
1 files changed, 24 insertions, 40 deletions
diff --git a/Map.xcodeproj/project.pbxproj b/Map.xcodeproj/project.pbxproj
index 130c91c..bc7c8f7 100644
--- a/Map.xcodeproj/project.pbxproj
+++ b/Map.xcodeproj/project.pbxproj
@@ -11,7 +11,7 @@
B5012E7F2C97315800AC4D68 /* ConcaveHull in Frameworks */ = {isa = PBXBuildFile; productRef = B5012E7E2C97315800AC4D68 /* ConcaveHull */; };
B51A45F52C982FAE00870ED5 /* Sparkle in Frameworks */ = {isa = PBXBuildFile; productRef = B51A45F42C982FAE00870ED5 /* Sparkle */; };
B5282B052E210D4500C62006 /* Quartz.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B5282B042E210D4400C62006 /* Quartz.framework */; };
- B5282B122E210D4500C62006 /* QuickLook.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = B5282B022E210D4400C62006 /* QuickLook.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
+ B5282B122E210D4500C62006 /* MapQuickLook.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = B5282B022E210D4400C62006 /* MapQuickLook.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
B5282B3D2E21109C00C62006 /* Patterns in Frameworks */ = {isa = PBXBuildFile; productRef = B5282B3C2E21109C00C62006 /* Patterns */; };
B5282B3F2E21109C00C62006 /* ConcaveHull in Frameworks */ = {isa = PBXBuildFile; productRef = B5282B3E2E21109C00C62006 /* ConcaveHull */; };
/* End PBXBuildFile section */
@@ -47,7 +47,7 @@
dstPath = "";
dstSubfolderSpec = 13;
files = (
- B5282B122E210D4500C62006 /* QuickLook.appex in Embed Foundation Extensions */,
+ B5282B122E210D4500C62006 /* MapQuickLook.appex in Embed Foundation Extensions */,
);
name = "Embed Foundation Extensions";
runOnlyForDeploymentPostprocessing = 0;
@@ -75,8 +75,9 @@
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
- B5282B022E210D4400C62006 /* QuickLook.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = QuickLook.appex; sourceTree = BUILT_PRODUCTS_DIR; };
+ B5282B022E210D4400C62006 /* MapQuickLook.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = MapQuickLook.appex; sourceTree = BUILT_PRODUCTS_DIR; };
B5282B042E210D4400C62006 /* Quartz.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Quartz.framework; path = System/Library/Frameworks/Quartz.framework; sourceTree = SDKROOT; };
+ B544FA1C2E66368D00E44DD7 /* Config.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Config.xcconfig; sourceTree = "<group>"; };
B545870C2C961E9C0067B788 /* Map.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Map.app; sourceTree = BUILT_PRODUCTS_DIR; };
B54587202C961E9E0067B788 /* MapTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MapTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
B545872A2C961E9E0067B788 /* MapUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MapUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -88,7 +89,7 @@
membershipExceptions = (
Info.plist,
);
- target = B5282B012E210D4400C62006 /* QuickLook */;
+ target = B5282B012E210D4400C62006 /* MapQuickLook */;
};
B5282B1B2E210D9F00C62006 /* PBXFileSystemSynchronizedBuildFileExceptionSet */ = {
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
@@ -129,21 +130,7 @@
"Presentation/Theme/NSColor+theme.swift",
"Presentation/Theme/NSFont+theme.swift",
);
- target = B5282B012E210D4400C62006 /* QuickLook */;
- };
- B564290B2E211EE400B1EE8B /* PBXFileSystemSynchronizedBuildFileExceptionSet */ = {
- isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
- membershipExceptions = (
- Config.xcconfig,
- );
- target = B545870B2C961E9C0067B788 /* Map */;
- };
- B564290C2E211EE400B1EE8B /* PBXFileSystemSynchronizedBuildFileExceptionSet */ = {
- isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
- membershipExceptions = (
- Config.xcconfig,
- );
- target = B5282B012E210D4400C62006 /* QuickLook */;
+ target = B5282B012E210D4400C62006 /* MapQuickLook */;
};
B59830752E17E7C700F5FBF6 /* PBXFileSystemSynchronizedBuildFileExceptionSet */ = {
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
@@ -180,7 +167,7 @@
/* Begin PBXFileSystemSynchronizedRootGroup section */
B5282B062E210D4500C62006 /* QuickLook */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (B5282B162E210D4500C62006 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = QuickLook; sourceTree = "<group>"; };
- B56429052E211C6900B1EE8B /* Shared */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (B564290B2E211EE400B1EE8B /* PBXFileSystemSynchronizedBuildFileExceptionSet */, B564290C2E211EE400B1EE8B /* PBXFileSystemSynchronizedBuildFileExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = Shared; sourceTree = "<group>"; };
+ B56429052E211C6900B1EE8B /* Shared */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = Shared; sourceTree = "<group>"; };
B598304E2E17E7C700F5FBF6 /* Map */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (B59830752E17E7C700F5FBF6 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, B5DF1E3F2E1868E8003477B5 /* PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet */, B5282B1B2E210D9F00C62006 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, B5282B492E21124E00C62006 /* PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = Map; sourceTree = "<group>"; };
B59830772E17E7CC00F5FBF6 /* MapTests */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = MapTests; sourceTree = "<group>"; };
B598307C2E17E7D600F5FBF6 /* MapUITests */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = MapUITests; sourceTree = "<group>"; };
@@ -236,6 +223,7 @@
isa = PBXGroup;
children = (
B56429052E211C6900B1EE8B /* Shared */,
+ B544FA1C2E66368D00E44DD7 /* Config.xcconfig */,
B598304E2E17E7C700F5FBF6 /* Map */,
B59830772E17E7CC00F5FBF6 /* MapTests */,
B598307C2E17E7D600F5FBF6 /* MapUITests */,
@@ -251,7 +239,7 @@
B545870C2C961E9C0067B788 /* Map.app */,
B54587202C961E9E0067B788 /* MapTests.xctest */,
B545872A2C961E9E0067B788 /* MapUITests.xctest */,
- B5282B022E210D4400C62006 /* QuickLook.appex */,
+ B5282B022E210D4400C62006 /* MapQuickLook.appex */,
);
name = Products;
sourceTree = "<group>";
@@ -259,9 +247,9 @@
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
- B5282B012E210D4400C62006 /* QuickLook */ = {
+ B5282B012E210D4400C62006 /* MapQuickLook */ = {
isa = PBXNativeTarget;
- buildConfigurationList = B5282B132E210D4500C62006 /* Build configuration list for PBXNativeTarget "QuickLook" */;
+ buildConfigurationList = B5282B132E210D4500C62006 /* Build configuration list for PBXNativeTarget "MapQuickLook" */;
buildPhases = (
B5282AFE2E210D4400C62006 /* Sources */,
B5282AFF2E210D4400C62006 /* Frameworks */,
@@ -276,13 +264,13 @@
B5282B062E210D4500C62006 /* QuickLook */,
B56429052E211C6900B1EE8B /* Shared */,
);
- name = QuickLook;
+ name = MapQuickLook;
packageProductDependencies = (
B5282B3C2E21109C00C62006 /* Patterns */,
B5282B3E2E21109C00C62006 /* ConcaveHull */,
);
productName = QuickLook;
- productReference = B5282B022E210D4400C62006 /* QuickLook.appex */;
+ productReference = B5282B022E210D4400C62006 /* MapQuickLook.appex */;
productType = "com.apple.product-type.app-extension";
};
B545870B2C961E9C0067B788 /* Map */ = {
@@ -403,7 +391,7 @@
B545870B2C961E9C0067B788 /* Map */,
B545871F2C961E9E0067B788 /* MapTests */,
B54587292C961E9E0067B788 /* MapUITests */,
- B5282B012E210D4400C62006 /* QuickLook */,
+ B5282B012E210D4400C62006 /* MapQuickLook */,
);
};
/* End PBXProject section */
@@ -473,7 +461,7 @@
/* Begin PBXTargetDependency section */
B5282B112E210D4500C62006 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- target = B5282B012E210D4400C62006 /* QuickLook */;
+ target = B5282B012E210D4400C62006 /* MapQuickLook */;
targetProxy = B5282B102E210D4500C62006 /* PBXContainerItemProxy */;
};
B54587222C961E9E0067B788 /* PBXTargetDependency */ = {
@@ -491,8 +479,7 @@
/* Begin XCBuildConfiguration section */
B5282B142E210D4500C62006 /* Debug */ = {
isa = XCBuildConfiguration;
- baseConfigurationReferenceAnchor = B56429052E211C6900B1EE8B /* Shared */;
- baseConfigurationReferenceRelativePath = Config.xcconfig;
+ baseConfigurationReference = B544FA1C2E66368D00E44DD7 /* Config.xcconfig */;
buildSettings = {
CODE_SIGN_ENTITLEMENTS = QuickLook/QuickLook.entitlements;
CODE_SIGN_STYLE = Automatic;
@@ -500,7 +487,7 @@
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = QuickLook/Info.plist;
- INFOPLIST_KEY_CFBundleDisplayName = QuickLook;
+ INFOPLIST_KEY_CFBundleDisplayName = "Map QuickLook";
INFOPLIST_KEY_NSHumanReadableCopyright = "";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
@@ -520,8 +507,7 @@
};
B5282B152E210D4500C62006 /* Release */ = {
isa = XCBuildConfiguration;
- baseConfigurationReferenceAnchor = B56429052E211C6900B1EE8B /* Shared */;
- baseConfigurationReferenceRelativePath = Config.xcconfig;
+ baseConfigurationReference = B544FA1C2E66368D00E44DD7 /* Config.xcconfig */;
buildSettings = {
CODE_SIGN_ENTITLEMENTS = QuickLook/QuickLook.entitlements;
CODE_SIGN_STYLE = Automatic;
@@ -529,7 +515,7 @@
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = QuickLook/Info.plist;
- INFOPLIST_KEY_CFBundleDisplayName = QuickLook;
+ INFOPLIST_KEY_CFBundleDisplayName = "Map QuickLook";
INFOPLIST_KEY_NSHumanReadableCopyright = "";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
@@ -673,8 +659,7 @@
};
B54587352C961E9E0067B788 /* Debug */ = {
isa = XCBuildConfiguration;
- baseConfigurationReferenceAnchor = B56429052E211C6900B1EE8B /* Shared */;
- baseConfigurationReferenceRelativePath = Config.xcconfig;
+ baseConfigurationReference = B544FA1C2E66368D00E44DD7 /* Config.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
@@ -694,7 +679,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
- MACOSX_DEPLOYMENT_TARGET = 14.0;
+ MACOSX_DEPLOYMENT_TARGET = 14;
MARKETING_VERSION = 4.1.1;
PRODUCT_BUNDLE_IDENTIFIER = systems.tranquil.Map;
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -707,8 +692,7 @@
};
B54587362C961E9E0067B788 /* Release */ = {
isa = XCBuildConfiguration;
- baseConfigurationReferenceAnchor = B56429052E211C6900B1EE8B /* Shared */;
- baseConfigurationReferenceRelativePath = Config.xcconfig;
+ baseConfigurationReference = B544FA1C2E66368D00E44DD7 /* Config.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
@@ -728,7 +712,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
- MACOSX_DEPLOYMENT_TARGET = 14.0;
+ MACOSX_DEPLOYMENT_TARGET = 14;
MARKETING_VERSION = 4.1.1;
PRODUCT_BUNDLE_IDENTIFIER = systems.tranquil.Map;
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -810,7 +794,7 @@
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
- B5282B132E210D4500C62006 /* Build configuration list for PBXNativeTarget "QuickLook" */ = {
+ B5282B132E210D4500C62006 /* Build configuration list for PBXNativeTarget "MapQuickLook" */ = {
isa = XCConfigurationList;
buildConfigurations = (
B5282B142E210D4500C62006 /* Debug */,