我最近将Sparkle Framework [ http://sparkle-project.org/ ]添加到我的cocoa应用程序中.当我向appcast.xml添加一个虚拟新项目(版本1.1),然后尝试从版本1.0更新时,它说"XXX 1.0是当前最新版本".
我已经有一段时间了,我已经阅读了很多次文档[ https://github.com/sparkle-project/Sparkle/wiki ],没有成功.
这是我的Info.plist:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>11E53</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>Snappi</string>
<key>CFBundleExecutable</key>
<string>Snappi</string>
<key>CFBundleIconFile</key>
<string>snappi_icon.icns</string>
<key>CFBundleIdentifier</key>
<string>com.snppi.Snappi</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Snappi</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>100</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>4E3002</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>11E52</string>
<key>DTSDKName</key>
<string>macosx10.7</string>
<key>DTXcode</key>
<string>0433</string>
<key>DTXcodeBuild</key>
<string>4E3002</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSBackgroundOnly</key>
<false/>
<key>LSMinimumSystemVersion</key>
<string>10.6</string>
<key>LSUIElement</key>
<string>1</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2012 Marshall Moutenot All rights reserved.</string>
<key>NSMainNibFile</key>
<string>StatusBar</string> …Run Code Online (Sandbox Code Playgroud)