Updated URL for feedback.
parent
9eaad00043
commit
54062be242
|
@ -31,7 +31,7 @@ NSString *encodeForURL(NSString *s)
|
|||
|
||||
NSData *postData = [postString dataUsingEncoding:NSASCIIStringEncoding];
|
||||
|
||||
NSURL *url = [NSURL URLWithString:@"http://cogosx.sourceforge.net/feedback.php"];
|
||||
NSURL *url = [NSURL URLWithString:@"http://cogx.org/feedback.php"];
|
||||
NSMutableURLRequest *post = [NSMutableURLRequest requestWithURL:url];
|
||||
|
||||
[post addValue:@"application/x-www-form-urlencoded" forHTTPHeaderField:@"Content-Type"];
|
||||
|
|
11
Info.plist
11
Info.plist
|
@ -1,11 +1,4 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version='1.0'>
|
||||
<dict>
|
||||
|
@ -118,7 +111,3 @@
|
|||
<string>http://cogosx.sourceforge.net/appcast.xml</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue