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
Ben Copsey
2010-08-18 11:29:20 +0100
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
ce8d4727eb0867f63a3c285aa07881637e62b680
ce8d4727
2 parents
1b7e81e4
b8c2c628
Merge branch 'integration' of github.com:pokeb/asi-http-request into integration
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
Classes/ASIHTTPRequest.m
Classes/ASIHTTPRequest.m
View file @
ce8d472
...
...
@@ -3626,8 +3626,8 @@ static NSOperationQueue *sharedQueue = nil;
+
(
NSString
*
)
defaultUserAgentString
{
NSBundle
*
bundle
=
[
NSBundle
mainBundle
];
NSBundle
*
bundle
=
[
NSBundle
bundleForClass
:[
self
class
]
];
// Attempt to find a name for this application
NSString
*
appName
=
[
bundle
objectForInfoDictionaryKey
:
@"CFBundleDisplayName"
];
if
(
!
appName
)
{
...
...
Please
register
or
login
to post a comment