[Pcsclite-cvs-commit] r398 - trunk/MacAPDU/MacAPDU.xcodeproj

Ludovic Rousseau rousseau at costa.debian.org
Tue Feb 7 08:38:23 UTC 2006


Author: rousseau
Date: 2006-02-07 08:38:19 +0000 (Tue, 07 Feb 2006)
New Revision: 398

Modified:
   trunk/MacAPDU/MacAPDU.xcodeproj/project.pbxproj
Log:
upgrade to native targets
Thanks to Kevin McDonnell for the idea/solution


Modified: trunk/MacAPDU/MacAPDU.xcodeproj/project.pbxproj
===================================================================
--- trunk/MacAPDU/MacAPDU.xcodeproj/project.pbxproj	2006-02-07 08:32:39 UTC (rev 397)
+++ trunk/MacAPDU/MacAPDU.xcodeproj/project.pbxproj	2006-02-07 08:38:19 UTC (rev 398)
@@ -6,111 +6,20 @@
 	objectVersion = 42;
 	objects = {
 
-/* Begin PBXApplicationTarget section */
-		2A37F4C6FDCFA73011CA2CEA /* MacAPDU */ = {
-			isa = PBXApplicationTarget;
-			buildConfigurationList = 1F91A45309910BFA00C2EE2F /* Build configuration list for PBXApplicationTarget "MacAPDU" */;
-			buildPhases = (
-				2A37F4C7FDCFA73011CA2CEA /* Headers */,
-				2A37F4C9FDCFA73011CA2CEA /* Resources */,
-				2A37F4CEFDCFA73011CA2CEA /* Sources */,
-				2A37F4D1FDCFA73011CA2CEA /* Frameworks */,
-				043355CEFE303625C02AAC07 /* Rez */,
-			);
-			buildSettings = {
-				FRAMEWORK_SEARCH_PATHS = "";
-				HEADER_SEARCH_PATHS = "\"$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Libraries/CIncludes\"";
-				INSTALL_PATH = "$(HOME)/Applications";
-				LIBRARY_SEARCH_PATHS = "";
-				OTHER_CFLAGS = (
-					"-DMAC_OS_X=1",
-					"-D__COREFOUNDATION_CFPLUGINCOM__",
-				);
-				OTHER_LDFLAGS = "";
-				PRODUCT_NAME = "\U0001MacAPDU";
-				SECTORDER_FLAGS = "";
-				WARNING_CFLAGS = (
-					"-Wmost",
-					"-Wno-four-char-constants",
-					"-Wno-unknown-pragmas",
-				);
-				WRAPPER_EXTENSION = app;
-			};
-			dependencies = (
-			);
-			name = MacAPDU;
-			productInstallPath = "$(HOME)/Applications";
-			productName = MacAPDU;
-			productReference = 15A150BEFF3268167F000001 /* MacAPDU.app */;
-			productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
-<!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">
-<plist version=\"1.0\">
-<dict>
-	<key>CFBundleDevelopmentRegion</key>
-	<string>English</string>
-	<key>CFBundleDocumentTypes</key>
-	<array>
-		<dict>
-			<key>CFBundleTypeExtensions</key>
-			<array>
-				<string>?????</string>
-			</array>
-			<key>CFBundleTypeName</key>
-			<string>cardsession</string>
-			<key>CFBundleTypeOSTypes</key>
-			<array>
-				<string>?????</string>
-			</array>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>NSDocumentClass</key>
-			<string>MyDocument</string>
-		</dict>
-	</array>
-	<key>CFBundleExecutable</key>
-	<string>MacAPDU</string>
-	<key>CFBundleGetInfoString</key>
-	<string>MacAPDU</string>
-	<key>CFBundleIconFile</key>
-	<string>icons.icns</string>
-	<key>CFBundleIdentifier</key>
-	<string>MacAPDU</string>
-	<key>CFBundleInfoDictionaryVersion</key>
-	<string>6.0</string>
-	<key>CFBundleName</key>
-	<string>MacAPDU</string>
-	<key>CFBundlePackageType</key>
-	<string>APPL</string>
-	<key>CFBundleShortVersionString</key>
-	<string>0.1.0</string>
-	<key>CFBundleSignature</key>
-	<string>????</string>
-	<key>CFBundleVersion</key>
-	<string>0.0.1d1</string>
-	<key>NSMainNibFile</key>
-	<string>MainMenu</string>
-	<key>NSPrincipalClass</key>
-	<string>NSApplication</string>
-</dict>
-</plist>
-";
-		};
-/* End PBXApplicationTarget section */
-
 /* Begin PBXBuildFile section */
-		080E96D9FE201CDB7F000001 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 2A37F4B9FDCFA73011CA2CEA /* Credits.rtf */; };
-		080E96DAFE201CDB7F000001 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 2A37F4B6FDCFA73011CA2CEA /* MainMenu.nib */; };
-		089C1661FE840EACC02AAC07 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165FFE840EACC02AAC07 /* InfoPlist.strings */; };
-		1058C7A9FEA54F5311CA2CBB /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A7FEA54F5311CA2CBB /* Cocoa.framework */; };
-		15A150C2FF326AA87F000001 /* CardPanel.nib in Resources */ = {isa = PBXBuildFile; fileRef = 15A150C0FF326AA87F000001 /* CardPanel.nib */; };
-		15A150C5FF326BAE7F000001 /* ApduController.h in Headers */ = {isa = PBXBuildFile; fileRef = 15A150C3FF326BAE7F000001 /* ApduController.h */; };
-		15A150C6FF326BAE7F000001 /* ApduController.m in Sources */ = {isa = PBXBuildFile; fileRef = 15A150C4FF326BAE7F000001 /* ApduController.m */; settings = {ATTRIBUTES = (); }; };
-		1F91A48709910D0A00C2EE2F /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F91A48609910D0A00C2EE2F /* CoreData.framework */; };
-		2A37F4D0FDCFA73011CA2CEA /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A37F4B0FDCFA73011CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
-		F52AFC3B03140FB501B94986 /* icons.icns in Resources */ = {isa = PBXBuildFile; fileRef = F52AFC3A03140FB501B94986 /* icons.icns */; };
-		F52CBAA103141F9401B94986 /* MyDocument.h in Headers */ = {isa = PBXBuildFile; fileRef = F52CBA9F03141F9401B94986 /* MyDocument.h */; };
-		F52CBAA203141F9401B94986 /* MyDocument.m in Sources */ = {isa = PBXBuildFile; fileRef = F52CBAA003141F9401B94986 /* MyDocument.m */; };
-		F5F128660313E48401B94986 /* PCSC.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5F1285D0313E48401B94986 /* PCSC.framework */; };
+		1F8621AB099892F700CFD531 /* ApduController.h in Headers */ = {isa = PBXBuildFile; fileRef = 15A150C3FF326BAE7F000001 /* ApduController.h */; };
+		1F8621AC099892F700CFD531 /* MyDocument.h in Headers */ = {isa = PBXBuildFile; fileRef = F52CBA9F03141F9401B94986 /* MyDocument.h */; };
+		1F8621AE099892F700CFD531 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 2A37F4B9FDCFA73011CA2CEA /* Credits.rtf */; };
+		1F8621AF099892F700CFD531 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 2A37F4B6FDCFA73011CA2CEA /* MainMenu.nib */; };
+		1F8621B0099892F700CFD531 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165FFE840EACC02AAC07 /* InfoPlist.strings */; };
+		1F8621B1099892F700CFD531 /* CardPanel.nib in Resources */ = {isa = PBXBuildFile; fileRef = 15A150C0FF326AA87F000001 /* CardPanel.nib */; };
+		1F8621B2099892F700CFD531 /* icons.icns in Resources */ = {isa = PBXBuildFile; fileRef = F52AFC3A03140FB501B94986 /* icons.icns */; };
+		1F8621B4099892F700CFD531 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A37F4B0FDCFA73011CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
+		1F8621B5099892F700CFD531 /* ApduController.m in Sources */ = {isa = PBXBuildFile; fileRef = 15A150C4FF326BAE7F000001 /* ApduController.m */; settings = {ATTRIBUTES = (); }; };
+		1F8621B6099892F700CFD531 /* MyDocument.m in Sources */ = {isa = PBXBuildFile; fileRef = F52CBAA003141F9401B94986 /* MyDocument.m */; };
+		1F8621B8099892F700CFD531 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A7FEA54F5311CA2CBB /* Cocoa.framework */; };
+		1F8621B9099892F700CFD531 /* PCSC.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5F1285D0313E48401B94986 /* PCSC.framework */; };
+		1F8621BA099892F700CFD531 /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F91A48609910D0A00C2EE2F /* CoreData.framework */; };
 /* End PBXBuildFile section */
 
 /* Begin PBXBuildStyle section */
@@ -141,10 +50,11 @@
 /* Begin PBXFileReference section */
 		089C1660FE840EACC02AAC07 /* English */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
 		1058C7A7FEA54F5311CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
-		15A150BEFF3268167F000001 /* MacAPDU.app */ = {isa = PBXFileReference; lastKnownFileType = wrapper.application; path = MacAPDU.app; sourceTree = BUILT_PRODUCTS_DIR; };
 		15A150C1FF326AA87F000001 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/CardPanel.nib; sourceTree = "<group>"; };
 		15A150C3FF326BAE7F000001 /* ApduController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ApduController.h; sourceTree = "<group>"; };
 		15A150C4FF326BAE7F000001 /* ApduController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ApduController.m; sourceTree = "<group>"; };
+		1F8621C0099892F700CFD531 /* Info-MacAPDU__Upgraded_.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "Info-MacAPDU__Upgraded_.plist"; sourceTree = "<group>"; };
+		1F8621C1099892F700CFD531 /* MacAPDU.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MacAPDU.app; sourceTree = BUILT_PRODUCTS_DIR; };
 		1F91A48609910D0A00C2EE2F /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
 		2A37F4B0FDCFA73011CA2CEA /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
 		2A37F4B7FDCFA73011CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = "<group>"; };
@@ -158,13 +68,13 @@
 /* End PBXFileReference section */
 
 /* Begin PBXFrameworksBuildPhase section */
-		2A37F4D1FDCFA73011CA2CEA /* Frameworks */ = {
+		1F8621B7099892F700CFD531 /* Frameworks */ = {
 			isa = PBXFrameworksBuildPhase;
 			buildActionMask = 2147483647;
 			files = (
-				1058C7A9FEA54F5311CA2CBB /* Cocoa.framework in Frameworks */,
-				F5F128660313E48401B94986 /* PCSC.framework in Frameworks */,
-				1F91A48709910D0A00C2EE2F /* CoreData.framework in Frameworks */,
+				1F8621B8099892F700CFD531 /* Cocoa.framework in Frameworks */,
+				1F8621B9099892F700CFD531 /* PCSC.framework in Frameworks */,
+				1F8621BA099892F700CFD531 /* CoreData.framework in Frameworks */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
@@ -192,7 +102,7 @@
 		19C28FB0FE9D524F11CA2CBB /* Products */ = {
 			isa = PBXGroup;
 			children = (
-				15A150BEFF3268167F000001 /* MacAPDU.app */,
+				1F8621C1099892F700CFD531 /* MacAPDU.app */,
 			);
 			name = Products;
 			sourceTree = "<group>";
@@ -206,6 +116,7 @@
 				2A37F4C3FDCFA73011CA2CEA /* Frameworks */,
 				19C28FB0FE9D524F11CA2CBB /* Products */,
 				F5F1285D0313E48401B94986 /* PCSC.framework */,
+				1F8621C0099892F700CFD531 /* Info-MacAPDU__Upgraded_.plist */,
 			);
 			name = CocoaDocApp;
 			sourceTree = "<group>";
@@ -253,17 +164,59 @@
 /* End PBXGroup section */
 
 /* Begin PBXHeadersBuildPhase section */
-		2A37F4C7FDCFA73011CA2CEA /* Headers */ = {
+		1F8621AA099892F700CFD531 /* Headers */ = {
 			isa = PBXHeadersBuildPhase;
 			buildActionMask = 2147483647;
 			files = (
-				15A150C5FF326BAE7F000001 /* ApduController.h in Headers */,
-				F52CBAA103141F9401B94986 /* MyDocument.h in Headers */,
+				1F8621AB099892F700CFD531 /* ApduController.h in Headers */,
+				1F8621AC099892F700CFD531 /* MyDocument.h in Headers */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
 /* End PBXHeadersBuildPhase section */
 
+/* Begin PBXNativeTarget section */
+		1F8621A9099892F700CFD531 /* MacAPDU (Upgraded) */ = {
+			isa = PBXNativeTarget;
+			buildConfigurationList = 1F8621BC099892F700CFD531 /* Build configuration list for PBXNativeTarget "MacAPDU (Upgraded)" */;
+			buildPhases = (
+				1F8621AA099892F700CFD531 /* Headers */,
+				1F8621AD099892F700CFD531 /* Resources */,
+				1F8621B3099892F700CFD531 /* Sources */,
+				1F8621B7099892F700CFD531 /* Frameworks */,
+				1F8621BB099892F700CFD531 /* Rez */,
+			);
+			buildRules = (
+			);
+			buildSettings = {
+				FRAMEWORK_SEARCH_PATHS = "";
+				HEADER_SEARCH_PATHS = "\"$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Libraries/CIncludes\"";
+				INSTALL_PATH = "$(HOME)/Applications";
+				LIBRARY_SEARCH_PATHS = "";
+				OTHER_CFLAGS = (
+					"-DMAC_OS_X=1",
+					"-D__COREFOUNDATION_CFPLUGINCOM__",
+				);
+				OTHER_LDFLAGS = "";
+				PRODUCT_NAME = "\U0001MacAPDU";
+				SECTORDER_FLAGS = "";
+				WARNING_CFLAGS = (
+					"-Wmost",
+					"-Wno-four-char-constants",
+					"-Wno-unknown-pragmas",
+				);
+				WRAPPER_EXTENSION = app;
+			};
+			dependencies = (
+			);
+			name = "MacAPDU (Upgraded)";
+			productInstallPath = "$(HOME)/Applications";
+			productName = MacAPDU;
+			productReference = 1F8621C1099892F700CFD531 /* MacAPDU.app */;
+			productType = "com.apple.product-type.application";
+		};
+/* End PBXNativeTarget section */
+
 /* Begin PBXProject section */
 		2A37F4A9FDCFA73011CA2CEA /* Project object */ = {
 			isa = PBXProject;
@@ -278,28 +231,28 @@
 			mainGroup = 2A37F4AAFDCFA73011CA2CEA /* CocoaDocApp */;
 			projectDirPath = "";
 			targets = (
-				2A37F4C6FDCFA73011CA2CEA /* MacAPDU */,
+				1F8621A9099892F700CFD531 /* MacAPDU (Upgraded) */,
 			);
 		};
 /* End PBXProject section */
 
 /* Begin PBXResourcesBuildPhase section */
-		2A37F4C9FDCFA73011CA2CEA /* Resources */ = {
+		1F8621AD099892F700CFD531 /* Resources */ = {
 			isa = PBXResourcesBuildPhase;
 			buildActionMask = 2147483647;
 			files = (
-				080E96D9FE201CDB7F000001 /* Credits.rtf in Resources */,
-				080E96DAFE201CDB7F000001 /* MainMenu.nib in Resources */,
-				089C1661FE840EACC02AAC07 /* InfoPlist.strings in Resources */,
-				15A150C2FF326AA87F000001 /* CardPanel.nib in Resources */,
-				F52AFC3B03140FB501B94986 /* icons.icns in Resources */,
+				1F8621AE099892F700CFD531 /* Credits.rtf in Resources */,
+				1F8621AF099892F700CFD531 /* MainMenu.nib in Resources */,
+				1F8621B0099892F700CFD531 /* InfoPlist.strings in Resources */,
+				1F8621B1099892F700CFD531 /* CardPanel.nib in Resources */,
+				1F8621B2099892F700CFD531 /* icons.icns in Resources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
 /* End PBXResourcesBuildPhase section */
 
 /* Begin PBXRezBuildPhase section */
-		043355CEFE303625C02AAC07 /* Rez */ = {
+		1F8621BB099892F700CFD531 /* Rez */ = {
 			isa = PBXRezBuildPhase;
 			buildActionMask = 2147483647;
 			files = (
@@ -309,13 +262,13 @@
 /* End PBXRezBuildPhase section */
 
 /* Begin PBXSourcesBuildPhase section */
-		2A37F4CEFDCFA73011CA2CEA /* Sources */ = {
+		1F8621B3099892F700CFD531 /* Sources */ = {
 			isa = PBXSourcesBuildPhase;
 			buildActionMask = 2147483647;
 			files = (
-				2A37F4D0FDCFA73011CA2CEA /* main.m in Sources */,
-				15A150C6FF326BAE7F000001 /* ApduController.m in Sources */,
-				F52CBAA203141F9401B94986 /* MyDocument.m in Sources */,
+				1F8621B4099892F700CFD531 /* main.m in Sources */,
+				1F8621B5099892F700CFD531 /* ApduController.m in Sources */,
+				1F8621B6099892F700CFD531 /* MyDocument.m in Sources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
@@ -357,7 +310,7 @@
 /* End PBXVariantGroup section */
 
 /* Begin XCBuildConfiguration section */
-		1F91A45409910BFA00C2EE2F /* Development */ = {
+		1F8621BD099892F700CFD531 /* Development */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
 				COPY_PHASE_STRIP = NO;
@@ -366,10 +319,12 @@
 				GCC_ENABLE_FIX_AND_CONTINUE = YES;
 				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
 				GCC_OPTIMIZATION_LEVEL = 0;
+				GCC_PREPROCESSOR_DEFINITIONS = "MAC_OS_X=1";
 				HEADER_SEARCH_PATHS = "\"$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Libraries/CIncludes\"";
+				INFOPLIST_FILE = "Info-MacAPDU__Upgraded_.plist";
 				INSTALL_PATH = "$(HOME)/Applications";
 				LIBRARY_SEARCH_PATHS = "";
-				OTHER_CFLAGS = "-DMAC_OS_X=1";
+				OTHER_CFLAGS = "";
 				OTHER_LDFLAGS = "";
 				PRODUCT_NAME = MacAPDU;
 				SECTORDER_FLAGS = "";
@@ -383,19 +338,17 @@
 			};
 			name = Development;
 		};
-		1F91A45509910BFA00C2EE2F /* Deployment */ = {
+		1F8621BE099892F700CFD531 /* Deployment */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
 				COPY_PHASE_STRIP = YES;
 				FRAMEWORK_SEARCH_PATHS = "";
 				GCC_ENABLE_FIX_AND_CONTINUE = NO;
 				HEADER_SEARCH_PATHS = "\"$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Libraries/CIncludes\"";
+				INFOPLIST_FILE = "Info-MacAPDU__Upgraded_.plist";
 				INSTALL_PATH = "$(HOME)/Applications";
 				LIBRARY_SEARCH_PATHS = "";
-				OTHER_CFLAGS = (
-					"-DMAC_OS_X=1",
-					"-D__COREFOUNDATION_CFPLUGINCOM__",
-				);
+				OTHER_CFLAGS = "";
 				OTHER_LDFLAGS = "";
 				PRODUCT_NAME = MacAPDU;
 				SECTORDER_FLAGS = "";
@@ -409,17 +362,19 @@
 			};
 			name = Deployment;
 		};
-		1F91A45609910BFA00C2EE2F /* Default */ = {
+		1F8621BF099892F700CFD531 /* Default */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
 				FRAMEWORK_SEARCH_PATHS = "";
+				GCC_PREPROCESSOR_DEFINITIONS = (
+					"MAC_OS_X=1",
+					__COREFOUNDATION_CFPLUGINCOM__,
+				);
 				HEADER_SEARCH_PATHS = "\"$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Libraries/CIncludes\"";
+				INFOPLIST_FILE = "Info-MacAPDU__Upgraded_.plist";
 				INSTALL_PATH = "$(HOME)/Applications";
 				LIBRARY_SEARCH_PATHS = "";
-				OTHER_CFLAGS = (
-					"-DMAC_OS_X=1",
-					"-D__COREFOUNDATION_CFPLUGINCOM__",
-				);
+				OTHER_CFLAGS = "";
 				OTHER_LDFLAGS = "";
 				PRODUCT_NAME = MacAPDU;
 				SECTORDER_FLAGS = "";
@@ -453,12 +408,12 @@
 /* End XCBuildConfiguration section */
 
 /* Begin XCConfigurationList section */
-		1F91A45309910BFA00C2EE2F /* Build configuration list for PBXApplicationTarget "MacAPDU" */ = {
+		1F8621BC099892F700CFD531 /* Build configuration list for PBXNativeTarget "MacAPDU (Upgraded)" */ = {
 			isa = XCConfigurationList;
 			buildConfigurations = (
-				1F91A45409910BFA00C2EE2F /* Development */,
-				1F91A45509910BFA00C2EE2F /* Deployment */,
-				1F91A45609910BFA00C2EE2F /* Default */,
+				1F8621BD099892F700CFD531 /* Development */,
+				1F8621BE099892F700CFD531 /* Deployment */,
+				1F8621BF099892F700CFD531 /* Default */,
 			);
 			defaultConfigurationIsVisible = 0;
 			defaultConfigurationName = Default;




More information about the Pcsclite-cvs-commit mailing list