Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
asi-http-request
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Michael Mayo
2010-01-10 17:25:38 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f5ec31fe85c2d349dbca0f517bc7d7225d7737d8
f5ec31fe
1 parent
b5e5a19f
cleanup
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
Classes/ASIHTTPRequest.m
Classes/Tests/ASICloudFilesRequestTests.m
Classes/ASIHTTPRequest.m
View file @
f5ec31f
...
...
@@ -21,7 +21,7 @@
#import "ASIInputStream.h"
// Automatically set on build
NSString
*
ASIHTTPRequestVersion
=
@"v1.2-3
4
2010-01-10"
;
NSString
*
ASIHTTPRequestVersion
=
@"v1.2-3
5
2010-01-10"
;
// We use our own custom run loop mode as CoreAnimation seems to want to hijack our threads otherwise
static
CFStringRef
ASIHTTPRequestRunMode
=
CFSTR
(
"ASIHTTPRequest"
);
...
...
Classes/Tests/ASICloudFilesRequestTests.m
View file @
f5ec31f
...
...
@@ -9,7 +9,6 @@
#import "ASICloudFilesRequestTests.h"
// models
#import "ASICloudFilesAccount.h"
#import "ASICloudFilesContainer.h"
#import "ASICloudFilesObject.h"
...
...
Please
register
or
login
to post a comment