Skip to content

Commit

Permalink
Snapshot 22
Browse files Browse the repository at this point in the history
The 'make-snapshot.sh' script has also been updated.
  • Loading branch information
b4winckler committed Feb 13, 2008
1 parent a6907b9 commit ef149aa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/MacVim/Info.plist
Expand Up @@ -530,7 +530,7 @@
<key>CFBundleSignature</key>
<string>VIMM</string>
<key>CFBundleVersion</key>
<string>21</string>
<string>22</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
6 changes: 3 additions & 3 deletions src/MacVim/MacVim.xcodeproj/project.pbxproj
Expand Up @@ -605,7 +605,7 @@
i386,
);
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 21;
CURRENT_PROJECT_VERSION = 22;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
Expand Down Expand Up @@ -646,7 +646,7 @@
buildSettings = {
ARCHS = "$(NATIVE_ARCH)";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 21;
CURRENT_PROJECT_VERSION = 22;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
Expand Down Expand Up @@ -677,7 +677,7 @@
buildSettings = {
ARCHS = "$(NATIVE_ARCH)";
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 21;
CURRENT_PROJECT_VERSION = 22;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
Expand Down
7 changes: 6 additions & 1 deletion src/MacVim/make-snapshot.sh
@@ -1,12 +1,17 @@
#!/bin/sh

# Increment build number
/Developer/Tools/agvtool next-version -all
/Developer/Tools/agvtool next-version -all > /dev/null

# Get current build number
BUILDNUM=`/Developer/Tools/agvtool what-version -terse`
DEST=~/Desktop/MacVim-snapshot-$BUILDNUM

echo '****************************************************'
echo " BUILDING SNAPSHOT $BUILDNUM"
echo '****************************************************'
echo ''

# Build Vim binary
echo 'BUILDING VIM BINARY'
echo ' running configure...'
Expand Down

0 comments on commit ef149aa

Please sign in to comment.