Changeset 610
- Timestamp:
- 06/29/07 12:37:46 (1 year ago)
- Files:
-
- branches/perian-1.0 (modified) (1 prop)
- branches/perian-1.0/Plists/Perian-Info.plist (modified) (2 diffs)
- branches/perian-1.0/Plists/PerianPane-Info.plist (modified) (1 diff)
- branches/perian-1.0/Plists/PerianUpdateChecker-Info.plist (modified) (1 diff)
- branches/perian-1.0/Release/Makefile (modified) (1 diff)
- branches/perian-1.0/Update Checker Sources/UpdateCheckerAppDelegate.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/perian-1.0
- Property svn:externals changed from
ffmpeg svn://svn.mplayerhq.hu/ffmpeg/trunk
libebml http://svn.matroska.org/svn/matroska/trunk/libebml
libmatroska http://svn.matroska.org/svn/matroska/trunk/libmatroska
a52codec http://svn.cod3r.com/a52codec/trunk
to
ffmpeg -r9384 svn://svn.mplayerhq.hu/ffmpeg/trunk
libebml -r1297 http://svn.matroska.org/svn/matroska/trunk/libebml
libmatroska -r1297 http://svn.matroska.org/svn/matroska/trunk/libmatroska
a52codec -r51 http://svn.cod3r.com/a52codec/trunk
- Property svn:externals changed from
branches/perian-1.0/Plists/Perian-Info.plist
r527 r610 8 8 <string>Perian</string> 9 9 <key>CFBundleGetInfoString</key> 10 <string>1.0 b5(SVNREVISION ffmpeg: FFMPEGREVISION), Copyright 2007 The Perian Team</string>10 <string>1.0 (SVNREVISION ffmpeg: FFMPEGREVISION), Copyright 2007 The Perian Team</string> 11 11 <key>CFBundleIdentifier</key> 12 12 <string>org.perian.Perian</string> … … 16 16 <string>BNDL</string> 17 17 <key>CFBundleShortVersionString</key> 18 <string>1.0 b5</string>18 <string>1.0</string> 19 19 <key>CFBundleSignature</key> 20 20 <string>????</string> 21 21 <key>CFBundleVersion</key> 22 <string>1.0 b5</string>22 <string>1.0</string> 23 23 <key>CSResourcesFileMapped</key> 24 24 <string>yes</string> branches/perian-1.0/Plists/PerianPane-Info.plist
r527 r610 33 33 <string>????</string> 34 34 <key>CFBundleVersion</key> 35 <string>1.0 b5</string>35 <string>1.0</string> 36 36 <key>CFBundleName</key> 37 37 <string>Perian</string> branches/perian-1.0/Plists/PerianUpdateChecker-Info.plist
r527 r610 18 18 <string>????</string> 19 19 <key>CFBundleVersion</key> 20 <string>1.0 b5</string>20 <string>1.0</string> 21 21 <key>NSMainNibFile</key> 22 22 <string>UpdateCheckerMainMenu</string> branches/perian-1.0/Release/Makefile
r528 r610 4 4 # Check the Perian.component target and PerianPane target. 5 5 6 VERSION=1.0 b56 VERSION=1.0 7 7 BETA=FALSE 8 8 SRC_DIR=.. branches/perian-1.0/Update Checker Sources/UpdateCheckerAppDelegate.m
r581 r610 15 15 16 16 //define the following to use the beta appcast URL, but DON'T commit that change 17 #define betaAppcastUrl @"whatever"17 //#define betaAppcastUrl @"whatever" 18 18 19 19 @interface UpdateCheckerAppDelegate (private)
