Showing
2 changed files
with
1 additions
and
2 deletions
| @@ -380,7 +380,6 @@ extern unsigned long const ASIWWANBandwidthThrottleAmount; | @@ -380,7 +380,6 @@ extern unsigned long const ASIWWANBandwidthThrottleAmount; | ||
| 380 | 380 | ||
| 381 | #pragma mark upload/download progress | 381 | #pragma mark upload/download progress |
| 382 | 382 | ||
| 383 | -// Called on main thread to update progress delegates | ||
| 384 | - (void)updateProgressIndicators; | 383 | - (void)updateProgressIndicators; |
| 385 | - (void)resetUploadProgress:(unsigned long long)value; | 384 | - (void)resetUploadProgress:(unsigned long long)value; |
| 386 | - (void)updateUploadProgress; | 385 | - (void)updateUploadProgress; |
| @@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
| 9 | <key>CFBundleIconFile</key> | 9 | <key>CFBundleIconFile</key> |
| 10 | <string>iphone-icon.png</string> | 10 | <string>iphone-icon.png</string> |
| 11 | <key>CFBundleIdentifier</key> | 11 | <key>CFBundleIdentifier</key> |
| 12 | - <string>com.allseeinginteractive.trailsnetwork.foo</string> | 12 | + <string>com.your.company.blah</string> |
| 13 | <key>CFBundleInfoDictionaryVersion</key> | 13 | <key>CFBundleInfoDictionaryVersion</key> |
| 14 | <string>6.0</string> | 14 | <string>6.0</string> |
| 15 | <key>CFBundlePackageType</key> | 15 | <key>CFBundlePackageType</key> |
-
Please register or login to post a comment