diff --git a/example/ios/Runner.xcodeproj/project.pbxproj b/example/ios/Runner.xcodeproj/project.pbxproj index 35e34cc..a0dfac3 100644 --- a/example/ios/Runner.xcodeproj/project.pbxproj +++ b/example/ios/Runner.xcodeproj/project.pbxproj @@ -192,8 +192,8 @@ 97C146EC1CF9000F007C117D /* Resources */, 9705A1C41CF9048500538489 /* Embed Frameworks */, 3B06AD1E1E4923F5004D2608 /* Thin Binary */, - B9B671E3C40E880838FB64E7 /* [CP] Embed Pods Frameworks */, 899C77A1D3A1538F2586AEF5 /* [CP] Copy Pods Resources */, + E7B9A74D27A5D98EA55BB3FD /* [CP] Embed Pods Frameworks */, ); buildRules = ( ); @@ -318,7 +318,7 @@ shellPath = /bin/sh; shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build"; }; - B9B671E3C40E880838FB64E7 /* [CP] Embed Pods Frameworks */ = { + E7B9A74D27A5D98EA55BB3FD /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -491,7 +491,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - PRODUCT_BUNDLE_IDENTIFIER = com.jarvanmo.tobias1; + PRODUCT_BUNDLE_IDENTIFIER = com.jarvanmo.tobias2; PRODUCT_NAME = "$(TARGET_NAME)"; VERSIONING_SYSTEM = "apple-generic"; }; @@ -515,7 +515,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - PRODUCT_BUNDLE_IDENTIFIER = com.jarvanmo.tobias1; + PRODUCT_BUNDLE_IDENTIFIER = com.jarvanmo.tobias2; PRODUCT_NAME = "$(TARGET_NAME)"; VERSIONING_SYSTEM = "apple-generic"; }; diff --git a/example/ios/Runner/Info.plist b/example/ios/Runner/Info.plist index c6898e5..0a87d27 100644 --- a/example/ios/Runner/Info.plist +++ b/example/ios/Runner/Info.plist @@ -37,7 +37,7 @@ LSApplicationQueriesSchemes - weixin + alipays LSRequiresIPhoneOS @@ -65,14 +65,5 @@ UIViewControllerBasedStatusBarAppearance - LSApplicationQueriesSchemes - - alipays - - NSAppTransportSecurity - - NSAllowsArbitraryLoads - - diff --git a/ios/Classes/TobiasPlugin.h b/ios/Classes/TobiasPlugin.h index 6f708ea..75d09e7 100644 --- a/ios/Classes/TobiasPlugin.h +++ b/ios/Classes/TobiasPlugin.h @@ -1,5 +1,5 @@ #import -#import +#import "AlipaySDK/AlipaySDK.h" @interface TobiasPlugin : NSObject +(BOOL)handleOpenURL:(NSURL*)url;