public
Description: Git mirror for RubyCocoa.
Homepage: http://rubycocoa.sourceforge.net
Clone URL: git://github.com/alloy/rubycocoa.git
Now we can build a release package for Tiger on Leopard.

git-svn-id: 
https://rubycocoa.svn.sourceforge.net/svnroot/rubycocoa/trunk/src@2175 
f4f36d40-9719-0410-9868-dde021a23eda
Satoshi Nakagawa (author)
Sat Jan 19 12:28:30 -0800 2008
commit  908024987ce78a00ee028e53be3ee24df3b5544f
tree    2708efb25df6bc48e1a1e36af832ff0a26e167c6
parent  5035e4da09a2b0680848879fe6714f3c02969512
...
 
 
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
9
10
0
@@ -1,3 +1,10 @@
0
+2008-01-20 Satoshi Nakagawa <artension@gmail.com>
0
+
0
+ * package/pre-package.rb,
0
+ framework/post-setup.rb,
0
+ misc/bridge-support-tiger.tar.gz:
0
+ Now we can build a release package for Tiger on Leopard.
0
+
0
 2008-01-19 Eloy Duran <e.duran@superalloy.nl>
0
 
0
   * tests/TableView.nib,
...
36
37
38
39
 
40
41
42
...
36
37
38
 
39
40
41
42
0
@@ -36,7 +36,7 @@ File.link('tmpl/background.gif', File.join(resources_dir, 'background.gif'))
0
 Dir.mkdir contents_dir
0
 
0
 # Postflight and post-constent stuff
0
-if @config['build-universal'] == 'yes' and `sw_vers -productVersion`.to_f < 10.5
0
+if @config['build-universal'] == 'yes' and `sw_vers -productVersion`.to_f < 10.5 or @config['macosx-deployment-target'].to_f < 10.5
0
   postflight = File.join(resources_dir, 'postflight')
0
   erb('tmpl/postflight-universal.rb', postflight, binding)
0
   File.chmod(0755, postflight)

Comments

    No one has commented yet.