From: Andrew M. <fit...@us...> - 2006-02-24 22:13:05
|
Update of /cvsroot/radmind/radmind-assistant/rsm/rsm.xcodeproj In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23110/rsm.xcodeproj Modified Files: project.pbxproj Log Message: Universal binary settings, auth tool as separate target. Index: project.pbxproj =================================================================== RCS file: /cvsroot/radmind/radmind-assistant/rsm/rsm.xcodeproj/project.pbxproj,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** project.pbxproj 20 Dec 2005 13:43:52 -0000 1.6 --- project.pbxproj 24 Feb 2006 22:12:56 -0000 1.7 *************** *** 30,34 **** 0966F51209490F6C0061D4EC /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; }; 0966F51309490F6C0061D4EC /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; }; - 0966F51409490F6C0061D4EC /* rsmauthtool in Resources */ = {isa = PBXBuildFile; fileRef = 09C83D7C04696A8500A8002B /* rsmauthtool */; }; 0966F51509490F6C0061D4EC /* deletekfile.png in Resources */ = {isa = PBXBuildFile; fileRef = 09D1FF08046AB6840087E7E6 /* deletekfile.png */; }; 0966F51609490F6C0061D4EC /* newkfile.png in Resources */ = {isa = PBXBuildFile; fileRef = 09D1FF09046AB6840087E7E6 /* newkfile.png */; }; --- 30,33 ---- *************** *** 81,91 **** 0966F54609490F6C0061D4EC /* RSMNewFolderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 0952D10D0802367500BF8531 /* RSMNewFolderHelper.m */; }; 0966F54709490F6C0061D4EC /* sessionrights.c in Sources */ = {isa = PBXBuildFile; fileRef = 09E73B0A080CA0E200DFAA34 /* sessionrights.c */; }; - 0966F54909490F6C0061D4EC /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; }; 0966F54A09490F6C0061D4EC /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 097966E00468BFAE00A8002B /* Security.framework */; }; - 0966F54B09490F6C0061D4EC /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 09D4E56D05457D120089D7A6 /* ApplicationServices.framework */; }; 0966F54C09490F6C0061D4EC /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 09D4E570054584210089D7A6 /* CoreFoundation.framework */; }; 0966F725094E11190061D4EC /* NSPanel(Resizing).h in Headers */ = {isa = PBXBuildFile; fileRef = 0966F723094E11190061D4EC /* NSPanel(Resizing).h */; }; 0966F726094E11190061D4EC /* NSPanel(Resizing).m in Sources */ = {isa = PBXBuildFile; fileRef = 0966F724094E11190061D4EC /* NSPanel(Resizing).m */; }; 0966F7A9094E3EF20061D4EC /* serverprefs.png in Resources */ = {isa = PBXBuildFile; fileRef = 0966F7A8094E3EF20061D4EC /* serverprefs.png */; }; /* End PBXBuildFile section */ --- 80,103 ---- 0966F54609490F6C0061D4EC /* RSMNewFolderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 0952D10D0802367500BF8531 /* RSMNewFolderHelper.m */; }; 0966F54709490F6C0061D4EC /* sessionrights.c in Sources */ = {isa = PBXBuildFile; fileRef = 09E73B0A080CA0E200DFAA34 /* sessionrights.c */; }; 0966F54A09490F6C0061D4EC /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 097966E00468BFAE00A8002B /* Security.framework */; }; 0966F54C09490F6C0061D4EC /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 09D4E570054584210089D7A6 /* CoreFoundation.framework */; }; 0966F725094E11190061D4EC /* NSPanel(Resizing).h in Headers */ = {isa = PBXBuildFile; fileRef = 0966F723094E11190061D4EC /* NSPanel(Resizing).h */; }; 0966F726094E11190061D4EC /* NSPanel(Resizing).m in Sources */ = {isa = PBXBuildFile; fileRef = 0966F724094E11190061D4EC /* NSPanel(Resizing).m */; }; 0966F7A9094E3EF20061D4EC /* serverprefs.png in Resources */ = {isa = PBXBuildFile; fileRef = 0966F7A8094E3EF20061D4EC /* serverprefs.png */; }; + 09EFC1DB099CE40300A7D599 /* genplist.c in Sources */ = {isa = PBXBuildFile; fileRef = 09EFC1C4099CE40300A7D599 /* genplist.c */; }; + 09EFC1DD099CE40300A7D599 /* llist.c in Sources */ = {isa = PBXBuildFile; fileRef = 09EFC1C7099CE40300A7D599 /* llist.c */; }; + 09EFC1E2099CE40300A7D599 /* radpaths.c in Sources */ = {isa = PBXBuildFile; fileRef = 09EFC1CE099CE40300A7D599 /* radpaths.c */; }; + 09EFC1E4099CE40300A7D599 /* rmdirs.c in Sources */ = {isa = PBXBuildFile; fileRef = 09EFC1D2099CE40300A7D599 /* rmdirs.c */; }; + 09EFC1E7099CE40300A7D599 /* selfrepair.c in Sources */ = {isa = PBXBuildFile; fileRef = 09EFC1D9099CE40300A7D599 /* selfrepair.c */; }; + 09EFC1EF099CE4E500A7D599 /* rsmauthtool.c in Sources */ = {isa = PBXBuildFile; fileRef = 09C83D7A0469673C00A8002B /* rsmauthtool.c */; }; + 09EFC1F0099CE4E900A7D599 /* code.c in Sources */ = {isa = PBXBuildFile; fileRef = 09773131048C53C6007C46D8 /* code.c */; }; + 09EFC1F1099CE4EB00A7D599 /* addspecial.c in Sources */ = {isa = PBXBuildFile; fileRef = 0996666F048D2EFB005FCB4F /* addspecial.c */; }; + 09EFC1F2099CE4EE00A7D599 /* copy.c in Sources */ = {isa = PBXBuildFile; fileRef = 09966671048D2EFB005FCB4F /* copy.c */; }; + 09EFC1F3099CE4F900A7D599 /* makedir.c in Sources */ = {isa = PBXBuildFile; fileRef = 09966673048D2EFB005FCB4F /* makedir.c */; }; + 09EFC1F5099CE57000A7D599 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 097966E00468BFAE00A8002B /* Security.framework */; }; + 09EFC31F099CE58800A7D599 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; }; + 09EFC320099CE58D00A7D599 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 09D4E56D05457D120089D7A6 /* ApplicationServices.framework */; }; + 09EFC321099CE59800A7D599 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 09D4E570054584210089D7A6 /* CoreFoundation.framework */; }; + 09EFC327099CE5AD00A7D599 /* argcargv.c in Sources */ = {isa = PBXBuildFile; fileRef = 097966EA0468C08C00A8002B /* argcargv.c */; }; /* End PBXBuildFile section */ *************** *** 142,145 **** --- 154,167 ---- /* End PBXBuildStyle section */ + /* Begin PBXContainerItemProxy section */ + 09EFC1BE099CE3C000A7D599 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */; + proxyType = 1; + remoteGlobalIDString = 09EFC1B9099CE3A900A7D599; + remoteInfo = rsmauthtool; + }; + /* End PBXContainerItemProxy section */ + /* Begin PBXFileReference section */ 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; }; *************** *** 224,227 **** --- 246,260 ---- 09E73D03080DF14700DFAA34 /* advancedprefs.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = advancedprefs.png; sourceTree = "<group>"; }; 09E73D04080DF14700DFAA34 /* generalprefs.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = generalprefs.png; sourceTree = "<group>"; }; + 09EFC1BA099CE3A900A7D599 /* rsmauthtool */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = rsmauthtool; sourceTree = BUILT_PRODUCTS_DIR; }; + 09EFC1C4099CE40300A7D599 /* genplist.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = genplist.c; sourceTree = "<group>"; }; + 09EFC1C5099CE40300A7D599 /* genplist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = genplist.h; sourceTree = "<group>"; }; + 09EFC1C7099CE40300A7D599 /* llist.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = llist.c; sourceTree = "<group>"; }; + 09EFC1C8099CE40300A7D599 /* llist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = llist.h; sourceTree = "<group>"; }; + 09EFC1CE099CE40300A7D599 /* radpaths.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = radpaths.c; sourceTree = "<group>"; }; + 09EFC1CF099CE40300A7D599 /* radpaths.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = radpaths.h; sourceTree = "<group>"; }; + 09EFC1D2099CE40300A7D599 /* rmdirs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rmdirs.c; sourceTree = "<group>"; }; + 09EFC1D3099CE40300A7D599 /* rmdirs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rmdirs.h; sourceTree = "<group>"; }; + 09EFC1D9099CE40300A7D599 /* selfrepair.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = selfrepair.c; sourceTree = "<group>"; }; + 09EFC1DA099CE40300A7D599 /* selfrepair.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = selfrepair.h; sourceTree = "<group>"; }; 09F09F1D081551E9008698D6 /* editor.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = editor.png; sourceTree = "<group>"; }; 09FBACCC06485BEE0089C37B /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/Preferences.nib; sourceTree = "<group>"; }; *************** *** 244,254 **** buildActionMask = 2147483647; files = ( ! 0966F54909490F6C0061D4EC /* Cocoa.framework in Frameworks */, 0966F54A09490F6C0061D4EC /* Security.framework in Frameworks */, ! 0966F54B09490F6C0061D4EC /* ApplicationServices.framework in Frameworks */, 0966F54C09490F6C0061D4EC /* CoreFoundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ --- 277,296 ---- buildActionMask = 2147483647; files = ( ! 09EFC31F099CE58800A7D599 /* Cocoa.framework in Frameworks */, 0966F54A09490F6C0061D4EC /* Security.framework in Frameworks */, ! 09EFC320099CE58D00A7D599 /* ApplicationServices.framework in Frameworks */, 0966F54C09490F6C0061D4EC /* CoreFoundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; + 09EFC1B8099CE3A900A7D599 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 09EFC321099CE59800A7D599 /* CoreFoundation.framework in Frameworks */, + 09EFC1F5099CE57000A7D599 /* Security.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXFrameworksBuildPhase section */ *************** *** 282,285 **** --- 324,337 ---- isa = PBXGroup; children = ( + 09EFC1C4099CE40300A7D599 /* genplist.c */, + 09EFC1C5099CE40300A7D599 /* genplist.h */, + 09EFC1C7099CE40300A7D599 /* llist.c */, + 09EFC1C8099CE40300A7D599 /* llist.h */, + 09EFC1CE099CE40300A7D599 /* radpaths.c */, + 09EFC1CF099CE40300A7D599 /* radpaths.h */, + 09EFC1D2099CE40300A7D599 /* rmdirs.c */, + 09EFC1D3099CE40300A7D599 /* rmdirs.h */, + 09EFC1D9099CE40300A7D599 /* selfrepair.c */, + 09EFC1DA099CE40300A7D599 /* selfrepair.h */, 09C83D7A0469673C00A8002B /* rsmauthtool.c */, 09966675048D2EFB005FCB4F /* rsmauthtool.h */, *************** *** 383,386 **** --- 435,439 ---- children = ( 0966F55609490F6C0061D4EC /* Radmind Server Manager.app */, + 09EFC1BA099CE3A900A7D599 /* rsmauthtool */, ); name = Products; *************** *** 393,396 **** --- 446,450 ---- 09718B020466E87F003C81A3 /* Subclasses */, 080E96DDFE201D6D7F000001 /* Classes */, + 09174DBC04D6C78A00A8022B /* authtool */, 29B97315FDCFA39411CA2CEA /* Other Sources */, 29B97317FDCFA39411CA2CEA /* Resources */, *************** *** 408,412 **** 09FBAD1C064ABA9D0089C37B /* srvprocinfo.c */, 09FBAD1D064ABA9D0089C37B /* srvprocinfo.h */, - 09174DBC04D6C78A00A8022B /* authtool */, 29B97316FDCFA39411CA2CEA /* main.m */, 097966E20468BFF100A8002B /* authtools.c */, --- 462,465 ---- *************** *** 511,514 **** --- 564,568 ---- }; dependencies = ( + 09EFC1BF099CE3C000A7D599 /* PBXTargetDependency */, ); name = "Radmind Server Manager"; *************** *** 518,521 **** --- 572,599 ---- productType = "com.apple.product-type.application"; }; + 09EFC1B9099CE3A900A7D599 /* rsmauthtool */ = { + isa = PBXNativeTarget; + buildConfigurationList = 09EFC1C0099CE3F000A7D599 /* Build configuration list for PBXNativeTarget "rsmauthtool" */; + buildPhases = ( + 09EFC1B7099CE3A900A7D599 /* Sources */, + 09EFC1B8099CE3A900A7D599 /* Frameworks */, + ); + buildRules = ( + ); + buildSettings = { + GCC_ENABLE_FIX_AND_CONTINUE = YES; + GCC_MODEL_TUNING = G5; + INSTALL_PATH = "$(HOME)/bin"; + PREBINDING = NO; + PRODUCT_NAME = rsmauthtool; + ZERO_LINK = YES; + }; + dependencies = ( + ); + name = rsmauthtool; + productName = rsmauthtool; + productReference = 09EFC1BA099CE3A900A7D599 /* rsmauthtool */; + productType = "com.apple.product-type.tool"; + }; /* End PBXNativeTarget section */ *************** *** 535,538 **** --- 613,617 ---- targets = ( 0966F4FB09490F6C0061D4EC /* Radmind Server Manager */, + 09EFC1B9099CE3A900A7D599 /* rsmauthtool */, ); }; *************** *** 546,550 **** 0966F51209490F6C0061D4EC /* MainMenu.nib in Resources */, 0966F51309490F6C0061D4EC /* InfoPlist.strings in Resources */, - 0966F51409490F6C0061D4EC /* rsmauthtool in Resources */, 0966F51509490F6C0061D4EC /* deletekfile.png in Resources */, 0966F51609490F6C0061D4EC /* newkfile.png in Resources */, --- 625,628 ---- *************** *** 585,594 **** 0966F54D09490F6C0061D4EC /* ShellScript */ = { isa = PBXShellScriptBuildPhase; ! buildActionMask = 8; files = ( ); ! runOnlyForDeploymentPostprocessing = 1; shellPath = /bin/sh; ! shellScript = "open ~/src/radassist/rsm/setuidbits.command"; }; /* End PBXShellScriptBuildPhase section */ --- 663,672 ---- 0966F54D09490F6C0061D4EC /* ShellScript */ = { isa = PBXShellScriptBuildPhase; ! buildActionMask = 12; files = ( ); ! runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; ! shellScript = "#! /bin/sh\n\nPATH=/bin:/usr/bin:/sbin:/usr/sbin; export PATH\n\ntoolname=\"rsmauthtool\"\ntoolpath=\"${BUILT_PRODUCTS_DIR}/${toolname}\"\nrsrcdir=\"${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\n\nif [ x\"${ACTION}\" != x\"build\" ]; then\n\texit 0\nfi\n\nif [ \"${toolpath}\" -nt \"${rsrcdir}/${toolname}\" \\\n\t\t-o ! -f \"${rsrcdir}/${toolname}\" ]; then\n\techo Copying ${toolpath} to ${rsrcdir}...\n\tcp -f \"${toolpath}\" \"${rsrcdir}\"\n\tif [ $? -ne 0 ]; then\n\t\techo Copy failed.\n\t\texit 2\n\tfi\nfi\n\nexit 0"; }; /* End PBXShellScriptBuildPhase section */ *************** *** 624,629 **** --- 702,733 ---- runOnlyForDeploymentPostprocessing = 0; }; + 09EFC1B7099CE3A900A7D599 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 09EFC327099CE5AD00A7D599 /* argcargv.c in Sources */, + 09EFC1F0099CE4E900A7D599 /* code.c in Sources */, + 09EFC1F2099CE4EE00A7D599 /* copy.c in Sources */, + 09EFC1F1099CE4EB00A7D599 /* addspecial.c in Sources */, + 09EFC1DB099CE40300A7D599 /* genplist.c in Sources */, + 09EFC1DD099CE40300A7D599 /* llist.c in Sources */, + 09EFC1F3099CE4F900A7D599 /* makedir.c in Sources */, + 09EFC1E2099CE40300A7D599 /* radpaths.c in Sources */, + 09EFC1E4099CE40300A7D599 /* rmdirs.c in Sources */, + 09EFC1EF099CE4E500A7D599 /* rsmauthtool.c in Sources */, + 09EFC1E7099CE40300A7D599 /* selfrepair.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXSourcesBuildPhase section */ + /* Begin PBXTargetDependency section */ + 09EFC1BF099CE3C000A7D599 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 09EFC1B9099CE3A900A7D599 /* rsmauthtool */; + targetProxy = 09EFC1BE099CE3C000A7D599 /* PBXContainerItemProxy */; + }; + /* End PBXTargetDependency section */ + /* Begin PBXVariantGroup section */ 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = { *************** *** 761,767 **** isa = XCBuildConfiguration; buildSettings = { INFOPLIST_FILE = Info.plist; ! MACOSX_DEPLOYMENT_TARGET = 10.3; ! SDKROOT = /Developer/SDKs/MacOSX10.3.9.sdk; }; name = Development; --- 865,875 ---- isa = XCBuildConfiguration; buildSettings = { + ARCHS = ( + ppc, + i386, + ); INFOPLIST_FILE = Info.plist; ! MACOSX_DEPLOYMENT_TARGET = 10.4; ! SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; }; name = Development; *************** *** 770,776 **** isa = XCBuildConfiguration; buildSettings = { INFOPLIST_FILE = Info.plist; ! MACOSX_DEPLOYMENT_TARGET = 10.3; ! SDKROOT = /Developer/SDKs/MacOSX10.3.9.sdk; }; name = Deployment; --- 878,888 ---- isa = XCBuildConfiguration; buildSettings = { + ARCHS = ( + ppc, + i386, + ); INFOPLIST_FILE = Info.plist; ! MACOSX_DEPLOYMENT_TARGET = 10.4; ! SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; }; name = Deployment; *************** *** 779,785 **** isa = XCBuildConfiguration; buildSettings = { INFOPLIST_FILE = Info.plist; ! MACOSX_DEPLOYMENT_TARGET = 10.3; ! SDKROOT = /Developer/SDKs/MacOSX10.3.9.sdk; }; name = Default; --- 891,944 ---- isa = XCBuildConfiguration; buildSettings = { + ARCHS = ( + ppc, + i386, + ); INFOPLIST_FILE = Info.plist; ! MACOSX_DEPLOYMENT_TARGET = 10.4; ! PREBINDING = NO; ! SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; ! }; ! name = Default; ! }; ! 09EFC1C1099CE3F000A7D599 /* Development */ = { ! isa = XCBuildConfiguration; ! buildSettings = { ! COPY_PHASE_STRIP = NO; ! GCC_DYNAMIC_NO_PIC = NO; ! GCC_ENABLE_FIX_AND_CONTINUE = YES; ! GCC_GENERATE_DEBUGGING_SYMBOLS = YES; ! GCC_MODEL_TUNING = G5; ! GCC_OPTIMIZATION_LEVEL = 0; ! INSTALL_PATH = "$(HOME)/bin"; ! PREBINDING = NO; ! PRODUCT_NAME = rsmauthtool; ! ZERO_LINK = YES; ! }; ! name = Development; ! }; ! 09EFC1C2099CE3F000A7D599 /* Deployment */ = { ! isa = XCBuildConfiguration; ! buildSettings = { ! COPY_PHASE_STRIP = YES; ! GCC_ENABLE_FIX_AND_CONTINUE = NO; ! GCC_GENERATE_DEBUGGING_SYMBOLS = NO; ! GCC_MODEL_TUNING = G5; ! INSTALL_PATH = "$(HOME)/bin"; ! PREBINDING = NO; ! PRODUCT_NAME = rsmauthtool; ! ZERO_LINK = NO; ! }; ! name = Deployment; ! }; ! 09EFC1C3099CE3F000A7D599 /* Default */ = { ! isa = XCBuildConfiguration; ! buildSettings = { ! GCC_ENABLE_FIX_AND_CONTINUE = YES; ! GCC_MODEL_TUNING = G5; ! INSTALL_PATH = "$(HOME)/bin"; ! PREBINDING = NO; ! PRODUCT_NAME = rsmauthtool; ! ZERO_LINK = YES; }; name = Default; *************** *** 808,811 **** --- 967,980 ---- defaultConfigurationName = Default; }; + 09EFC1C0099CE3F000A7D599 /* Build configuration list for PBXNativeTarget "rsmauthtool" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 09EFC1C1099CE3F000A7D599 /* Development */, + 09EFC1C2099CE3F000A7D599 /* Deployment */, + 09EFC1C3099CE3F000A7D599 /* Default */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Default; + }; /* End XCConfigurationList section */ }; |