mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=5980
This commit is contained in:
parent
44b8232bc4
commit
705c39c985
|
@ -5874,3 +5874,9 @@ Bruce 29 April 2005
|
|||
inc/
|
||||
credit.inc
|
||||
|
||||
Charlie 29 April 2005
|
||||
Mac: made path to Installer-info.plist in XCode project relative
|
||||
rather than absolute.
|
||||
Checked in Installer-info.plist.
|
||||
mac_build/
|
||||
Installer-info.plist (new)
|
||||
|
|
|
@ -0,0 +1,20 @@
|
|||
<?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>CFBundleExecutable</key>
|
||||
<string>PostInstall</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>edu.berkeley.boinc.Installer</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>3.40</string>
|
||||
</dict>
|
||||
</plist>
|
|
@ -27,7 +27,7 @@
|
|||
buildSettings = {
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = NO;
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
OPTIMIZATION_CFLAGS = "-O0";
|
||||
|
@ -750,10 +750,9 @@
|
|||
DD1277B5081F3D67007B5DE1 = {
|
||||
isa = PBXFileReference;
|
||||
lastKnownFileType = text.xml;
|
||||
name = "Installer-Info.plist";
|
||||
path = "/Volumes/Moon/BOINC_Mac/boinc/mac_build/Installer-Info.plist";
|
||||
refType = 0;
|
||||
sourceTree = "<absolute>";
|
||||
path = "Installer-Info.plist";
|
||||
refType = 2;
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
DD1277BC081F3E59007B5DE1 = {
|
||||
children = (
|
||||
|
|
Loading…
Reference in New Issue