CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 23 Aug 2025 08:09:50 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091012194821
location: https://web.archive.org/web/20091012194821/https://github.com/digdog/xcode-git-cfbundleversion/tree/
server-timing: captures_list;dur=0.783324, exclusion.robots;dur=0.025170, exclusion.robots.policy;dur=0.011712, esindex;dur=0.012984, cdx.remote;dur=18.296564, LoadShardBlock;dur=147.642015, PetaboxLoader3.datanode;dur=85.757582, PetaboxLoader3.resolve;dur=29.571746
x-app-server: wwwb-app217
x-ts: 302
x-tr: 221
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app217; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 23 Aug 2025 08:09:51 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Mon, 12 Oct 2009 19:48:20 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "665048dd86c5acdbb89a7cf1ccf51b74"
x-archive-orig-x-runtime: 122ms
x-archive-orig-content-length: 20958
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 12 Oct 2009 19:48:21 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 12 Oct 2009 19:48:21 GMT", ; rel="memento"; datetime="Mon, 12 Oct 2009 19:48:21 GMT", ; rel="last memento"; datetime="Mon, 12 Oct 2009 19:48:21 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_12_20091012182546_crawl102-c/52_12_20091012194703_crawl101.arc.gz
server-timing: captures_list;dur=0.530407, exclusion.robots;dur=0.018319, exclusion.robots.policy;dur=0.008190, esindex;dur=0.010293, cdx.remote;dur=8.388460, LoadShardBlock;dur=188.464772, PetaboxLoader3.datanode;dur=116.438042, PetaboxLoader3.resolve;dur=436.607238, load_resource;dur=428.265313
x-app-server: wwwb-app217
x-ts: 200
x-tr: 681
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
digdog's xcode-git-cfbundleversion at master - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | Update CFBundleVersion in Info.plist file with short Git revision string edit |
Homepage: | edit |
Public Clone URL: |
git://github.com/digdog/xcode-git-cfbundleversion.git
Give this clone URL to anyone.
git clone git://github.com/digdog/xcode-git-cfbundleversion.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:digdog/xcode-git-cfbundleversion.git
|
name | age | message | |
---|---|---|---|
![]() |
README.markdown | Wed Apr 22 09:10:56 -0700 2009 | Update URL. [digdog] |
![]() |
xcode-git-cfbundleversion.rb | Sat Jul 25 21:51:51 -0700 2009 | update plist file only when git is available [digdog] |
README.markdown
xcode-git-cfbundleversion.rb
Update CFBundleVersion in Info.plist file with short Git revision string
How to use
- Right-click the target you want to add the versioning phase to (usually the target that builds your app)
- Select: Add -> New Build Phase -> New Run Script Build Phase
- Specify /usr/bin/ruby as the Shell for the script
- Paste the script body into the Script text area
- Ensure that the build phase is at the end of the target's list of build phases
References
This script is based on following people's works:
This feature is coming soon. Sit tight!