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
2009-11-14 17:51:24 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
430dfb5aca78c4aa5cc76031245177baebe2c646
430dfb5a
1 parent
82f47cff
Tweak before push
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
Classes/ASIHTTPRequest.h
iPhone Sample/Info.plist
Classes/ASIHTTPRequest.h
View file @
430dfb5
...
...
@@ -380,7 +380,6 @@ extern unsigned long const ASIWWANBandwidthThrottleAmount;
#pragma mark upload/download progress
// Called on main thread to update progress delegates
-
(
void
)
updateProgressIndicators
;
-
(
void
)
resetUploadProgress
:(
unsigned
long
long
)
value
;
-
(
void
)
updateUploadProgress
;
...
...
iPhone Sample/Info.plist
View file @
430dfb5
...
...
@@ -9,7 +9,7 @@
<key>
CFBundleIconFile
</key>
<string>
iphone-icon.png
</string>
<key>
CFBundleIdentifier
</key>
<string>
com.
allseeinginteractive.trailsnetwork.foo
</string>
<string>
com.
your.company.blah
</string>
<key>
CFBundleInfoDictionaryVersion
</key>
<string>
6.0
</string>
<key>
CFBundlePackageType
</key>
...
...
Please
register
or
login
to post a comment