forked from I2P_Developers/i2p.i2p
Mac OSX Launcher: Added Carthage file + shell script bumpInfoPlist.sh
This commit is contained in:
3
launchers/macosx/Carthage
Normal file
3
launchers/macosx/Carthage
Normal file
@@ -0,0 +1,3 @@
|
||||
github 'sparkle-project/Sparkle' == 1.21.0
|
||||
|
||||
|
6
launchers/macosx/bumpInfoPlist.sh
Normal file
6
launchers/macosx/bumpInfoPlist.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env ruby
|
||||
git = `sh /etc/profile; which git`.chomp
|
||||
app_build = `#{git} rev-list HEAD --count`.chomp.to_i
|
||||
`/usr/libexec/PlistBuddy -c "Set :CFBundleVersion #{app_build}" "${TARGET_BUILD_DIR}/${INFOPLIST_PATH}"`
|
||||
puts "Updated #{ENV['TARGET_BUILD_DIR']}/#{ENV['INFOPLIST_PATH']}"
|
||||
|
Reference in New Issue
Block a user