File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33$ bundleName = "ImageOptim " ;
44$ baseURL = dirname (readKey ('SUFeedURL ' ));
5- $ minOSVersion = readKey ( ' LSMinimumSystemVersion ' ) ;
5+ $ minOSVersion = " 10.8 " ;
66$ exactVersion = readKey ('CFBundleVersion ' );
77$ niceVersion = readKey ('CFBundleShortVersionString ' );
88if (!$ niceVersion ) $ niceVersion = $ exactVersion ;
99
1010$ download_url = "$ baseURL/ $ bundleName$ niceVersion.tar.bz2 " ;
11- $ archivepath = isset ( $ argv [ 1 ]) ? $ argv [ 1 ] : " DerivedData/ImageOptim/Build/Products/Release /$ bundleName.tar.bz2 " ;
11+ $ archivepath = exec ( ' xcodebuild -project ImageOptim.xcodeproj/ -showBuildSettings 2>/dev/null | fgrep TARGET_BUILD_DIR | awk \' {print $3} \'' ) . " / $ bundleName.tar.bz2 " ;
1212$ pempath = getenv ("HOME " )."/.ssh/dsa_priv_imageoptim.pem " ;
1313
1414$ appcastpath = rawurldecode (basename (readKey ('SUFeedURL ' )));
You can’t perform that action at this time.
0 commit comments