Commit 3d8c14c7 authored by David Smith's avatar David Smith Committed by david

Step 4 of N. Everything works, but the background image for the dmg is wrong

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@7669 b35dd754-fafc-0310-a699-88a17e54d16e
parent 6eb5183c
......@@ -1484,7 +1484,7 @@
</fileset>
</copy>
<mkdir dir="${mac.pkg.dir}/Library/LaunchDaemons"/>
<copy file="${basedir}/build/osx/org.jivesoftware.wildfire.plist"
<copy file="${basedir}/build/osx/org.jivesoftware.openfire.plist"
todir="${mac.pkg.dir}/Library/LaunchDaemons"/>
<mkdir dir="${mac.dmg.dir}"/>
<mkdir dir="${mac.pkg.dir}/Library/PreferencePanes"/>
......
......@@ -12,8 +12,8 @@
633BEAAD0B39EEF8003AD355 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 633BEAAC0B39EEF8003AD355 /* CoreFoundation.framework */; };
6358CFF40B39F6B800BFA7DC /* HelperTool in CopyFiles */ = {isa = PBXBuildFile; fileRef = 633BEA760B39EB2B003AD355 /* HelperTool */; };
63A50BAD0BB338EF009E9FD0 /* openfire-logo-notext.tif in Resources */ = {isa = PBXBuildFile; fileRef = 63A50BAA0BB338EF009E9FD0 /* openfire-logo-notext.tif */; };
63A50BAE0BB338EF009E9FD0 /* wildfire-logo-notext.png in Resources */ = {isa = PBXBuildFile; fileRef = 63A50BAB0BB338EF009E9FD0 /* wildfire-logo-notext.png */; };
63A50BAF0BB338EF009E9FD0 /* wildfire-logo.png in Resources */ = {isa = PBXBuildFile; fileRef = 63A50BAC0BB338EF009E9FD0 /* wildfire-logo.png */; };
63A719E80BB339C4002929AA /* openfire-logo-notext.png in Resources */ = {isa = PBXBuildFile; fileRef = 63A719E60BB339C4002929AA /* openfire-logo-notext.png */; };
63A719E90BB339C4002929AA /* openfirePrefPanePref.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 63A719E70BB339C4002929AA /* openfirePrefPanePref.tiff */; };
650096350A60403400B6046A /* jivesoftware_logo.png in Resources */ = {isa = PBXBuildFile; fileRef = 650096340A60403400B6046A /* jivesoftware_logo.png */; };
65E2E73A0A5E8F2900DFFC2E /* openfire-logo.png in Resources */ = {isa = PBXBuildFile; fileRef = 65E2E7390A5E8F2900DFFC2E /* openfire-logo.png */; };
65E2E7C90A5EF1F200DFFC2E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 65E2E7C80A5EF1F200DFFC2E /* Security.framework */; };
......@@ -60,8 +60,8 @@
633BEA790B39EB60003AD355 /* authTool.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = authTool.c; sourceTree = "<group>"; };
633BEAAC0B39EEF8003AD355 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; };
63A50BAA0BB338EF009E9FD0 /* openfire-logo-notext.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = "openfire-logo-notext.tif"; sourceTree = "<group>"; };
63A50BAB0BB338EF009E9FD0 /* wildfire-logo-notext.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "wildfire-logo-notext.png"; sourceTree = "<group>"; };
63A50BAC0BB338EF009E9FD0 /* wildfire-logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "wildfire-logo.png"; sourceTree = "<group>"; };
63A719E60BB339C4002929AA /* openfire-logo-notext.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "openfire-logo-notext.png"; sourceTree = "<group>"; };
63A719E70BB339C4002929AA /* openfirePrefPanePref.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = openfirePrefPanePref.tiff; sourceTree = "<group>"; };
650096340A60403400B6046A /* jivesoftware_logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = jivesoftware_logo.png; sourceTree = "<group>"; };
65E2E7390A5E8F2900DFFC2E /* openfire-logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "openfire-logo.png"; sourceTree = "<group>"; };
65E2E7C80A5EF1F200DFFC2E /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = "<absolute>"; };
......@@ -121,8 +121,8 @@
isa = PBXGroup;
children = (
63A50BAA0BB338EF009E9FD0 /* openfire-logo-notext.tif */,
63A50BAB0BB338EF009E9FD0 /* wildfire-logo-notext.png */,
63A50BAC0BB338EF009E9FD0 /* wildfire-logo.png */,
63A719E60BB339C4002929AA /* openfire-logo-notext.png */,
63A719E70BB339C4002929AA /* openfirePrefPanePref.tiff */,
8D202CF70486D31800D8A456 /* Info.plist */,
089C167DFE841241C02AAC07 /* InfoPlist.strings */,
65E2E7380A5E8F1600DFFC2E /* Images */,
......@@ -268,8 +268,8 @@
65E2E73A0A5E8F2900DFFC2E /* openfire-logo.png in Resources */,
650096350A60403400B6046A /* jivesoftware_logo.png in Resources */,
63A50BAD0BB338EF009E9FD0 /* openfire-logo-notext.tif in Resources */,
63A50BAE0BB338EF009E9FD0 /* wildfire-logo-notext.png in Resources */,
63A50BAF0BB338EF009E9FD0 /* wildfire-logo.png in Resources */,
63A719E80BB339C4002929AA /* openfire-logo-notext.png in Resources */,
63A719E90BB339C4002929AA /* openfirePrefPanePref.tiff in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment