Revision: 28485
http://sourceforge.net/p/bibdesk/svn/28485
Author: hofman
Date: 2023-12-30 15:39:35 +0000 (Sat, 30 Dec 2023)
Log Message:
-----------
use config file for spotlight importer
Modified Paths:
--------------
trunk/bibdesk/BibImporter/BibImporter.xcodeproj/project.pbxproj
Added Paths:
-----------
trunk/bibdesk/Configurations/BibDesk-Importer.xcconfig
Modified: trunk/bibdesk/BibImporter/BibImporter.xcodeproj/project.pbxproj
===================================================================
--- trunk/bibdesk/BibImporter/BibImporter.xcodeproj/project.pbxproj
2023-12-30 00:00:28 UTC (rev 28484)
+++ trunk/bibdesk/BibImporter/BibImporter.xcodeproj/project.pbxproj
2023-12-30 15:39:35 UTC (rev 28485)
@@ -33,6 +33,7 @@
CEB10D600D7446E50053B916 /* BibDesk-Common.xcconfig */ = {isa =
PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path =
"BibDesk-Common.xcconfig"; sourceTree = "<group>"; };
CEB10D610D7446E50053B916 /* BibDesk-Debug.xcconfig */ = {isa =
PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path =
"BibDesk-Debug.xcconfig"; sourceTree = "<group>"; };
CEB10D620D7446E50053B916 /* BibDesk-Release.xcconfig */ = {isa
= PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path =
"BibDesk-Release.xcconfig"; sourceTree = "<group>"; };
+ CED0421B2B406FC1007A1495 /* BibDesk-Importer.xcconfig */ = {isa
= PBXFileReference; lastKnownFileType = text.xcconfig; path =
"BibDesk-Importer.xcconfig"; sourceTree = "<group>"; };
F9ABFF4408D8B8AB004298B3 /* ApplicationServices.framework */ =
{isa = PBXFileReference; lastKnownFileType = wrapper.framework; name =
ApplicationServices.framework; path =
/System/Library/Frameworks/ApplicationServices.framework; sourceTree =
"<absolute>"; };
F9C7DDAB0BE9570700D65C7F /* fr */ = {isa = PBXFileReference;
fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr; path =
fr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
F9C7DDAC0BE9570700D65C7F /* fr */ = {isa = PBXFileReference;
fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr; path =
fr.lproj/schema.strings; sourceTree = "<group>"; };
@@ -111,6 +112,7 @@
CEB10D600D7446E50053B916 /*
BibDesk-Common.xcconfig */,
CEB10D610D7446E50053B916 /*
BibDesk-Debug.xcconfig */,
CEB10D620D7446E50053B916 /*
BibDesk-Release.xcconfig */,
+ CED0421B2B406FC1007A1495 /*
BibDesk-Importer.xcconfig */,
);
name = Configurations;
path = ../Configurations;
@@ -237,38 +239,17 @@
/* Begin XCBuildConfiguration section */
F95CC102087F54B2002C5694 /* Debug */ = {
isa = XCBuildConfiguration;
+ baseConfigurationReference = CED0421B2B406FC1007A1495
/* BibDesk-Importer.xcconfig */;
buildSettings = {
- COMBINE_HIDPI_IMAGES = YES;
- DEBUGGING_SYMBOLS = YES;
INFOPLIST_FILE = Info.plist;
- INSTALL_PATH = "$(HOME)/Library/MDImporters";
- LIBRARY_STYLE = Bundle;
- OTHER_LDFLAGS = "";
- OTHER_REZFLAGS = "";
- PRODUCT_BUNDLE_IDENTIFIER =
net.sourceforge.bibdesk.bibimporter;
- PRODUCT_NAME = BibImporter;
- WRAPPER_EXTENSION = mdimporter;
};
name = Debug;
};
F95CC103087F54B2002C5694 /* Release */ = {
isa = XCBuildConfiguration;
+ baseConfigurationReference = CED0421B2B406FC1007A1495
/* BibDesk-Importer.xcconfig */;
buildSettings = {
- COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = Info.plist;
- INSTALL_PATH = "$(HOME)/Library/MDImporters";
- LIBRARY_STYLE = Bundle;
- OTHER_LDFLAGS = "";
- OTHER_REZFLAGS = "";
- PRODUCT_BUNDLE_IDENTIFIER =
net.sourceforge.bibdesk.bibimporter;
- PRODUCT_NAME = BibImporter;
- WARNING_CFLAGS = (
- "-Wall",
- "-Wno-parentheses",
- "-Wfloat-equal",
- "-Winline",
- );
- WRAPPER_EXTENSION = mdimporter;
};
name = Release;
};
Added: trunk/bibdesk/Configurations/BibDesk-Importer.xcconfig
===================================================================
--- trunk/bibdesk/Configurations/BibDesk-Importer.xcconfig
(rev 0)
+++ trunk/bibdesk/Configurations/BibDesk-Importer.xcconfig 2023-12-30
15:39:35 UTC (rev 28485)
@@ -0,0 +1,6 @@
+INSTALL_PATH = $(HOME)/Library/MDImporters
+INFOPLIST_FILE = Info.plist
+PRODUCT_BUNDLE_IDENTIFIER = net.sourceforge.bibdesk.bibimporter
+PRODUCT_NAME = BibImporter
+WRAPPER_EXTENSION = mdimporter
+LIBRARY_STYLE = Bundle
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit