File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 132132 <key >CFBundleExecutable </key >
133133 <string >Notational Velocity </string >
134134 <key >CFBundleGetInfoString </key >
135- <string >2.0 β4 , Copyright © 2010 Zachary Schneirov, All Rights Reserved. </string >
135+ <string >2.0 β5 , Copyright © 2011 Zachary Schneirov, All Rights Reserved. </string >
136136 <key >CFBundleIconFile </key >
137137 <string >Notality </string >
138138 <key >CFBundleIdentifier </key >
142142 <key >CFBundlePackageType </key >
143143 <string >APPL </string >
144144 <key >CFBundleShortVersionString </key >
145- <string >2.0 β4 </string >
145+ <string >2.0 β5 </string >
146146 <key >CFBundleSignature </key >
147147 <string >N†l√ </string >
148148 <key >CFBundleVersion </key >
149- <string >7 </string >
149+ <string >8 </string >
150150 <key >LSMinimumSystemVersion </key >
151151 <string >10.4 </string >
152152 <key >LSMinimumSystemVersionByArchitecture </key >
203203 <real >345600 </real >
204204 <key >SUFeedURL </key >
205205 <string >http://notational.net/nvupdates.xml </string >
206+ <key >SUPublicDSAKeyFile </key >
207+ <string >dsa_pub.pem </string >
206208 <key >NSAppleScriptEnabled </key >
207209 <true />
208210 <key >OSAScriptingDefinition </key >
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ - (BOOL)start {
8989 }
9090
9191 [request setHTTPShouldHandleCookies: NO ];
92- [request addValue: @" Sinus cardinalis NV 2.0B4 " forHTTPHeaderField: @" User-agent" ];
92+ [request addValue: @" Sinus cardinalis NV 2.0B5 " forHTTPHeaderField: @" User-agent" ];
9393
9494 // if POSTData is nil, do a plain GET request
9595 if (dataToSend) {
You can’t perform that action at this time.
0 commit comments