Skip to content

Commit 8f8581e

Browse files
committed
mark 3.1.201507151430
1 parent aa05155 commit 8f8581e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Coding_iOS/AppDelegate.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,8 @@ - (void)customizeInterface {
224224
#pragma mark URL Schemes
225225
- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation{
226226
DebugLog(@"path: %@, params: %@", [url path], [url queryParams]);
227-
return [self showPasswordWithURL:url];
227+
[self showPasswordWithURL:url];
228+
return YES;
228229
}
229230

230231
- (BOOL)showPasswordWithURL:(NSURL *)url{

Coding_iOS/Coding_iOS-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</dict>
3333
</array>
3434
<key>CFBundleVersion</key>
35-
<string>3.1.201507141830</string>
35+
<string>3.1.201507151430</string>
3636
<key>LSRequiresIPhoneOS</key>
3737
<true/>
3838
<key>NSAppTransportSecurity</key>

0 commit comments

Comments
 (0)