Skip to content

Commit

Permalink
tag
Browse files Browse the repository at this point in the history
  • Loading branch information
karosLi committed Jan 12, 2021
1 parent 031ee98 commit 71cbc26
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion KKJSBridge.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "KKJSBridge"
s.version = "1.3.7"
s.version = "1.3.8"
s.summary = "One-stop solution for WKWebView to support offline resource,ajax/fetch request and cookie sync issues."
s.description = <<-DESC
One-stop solution for WKWebView to support offline resource,ajax/fetch request and cookie sync issues
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions KKJSBridgeDemo/KKJSBridgeDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.karosli.KKJSBridgeDemo1;
PRODUCT_BUNDLE_IDENTIFIER = com.karosli.KKJSBridgeDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -542,7 +542,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.karosli.KKJSBridgeDemo1;
PRODUCT_BUNDLE_IDENTIFIER = com.karosli.KKJSBridgeDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down
1 change: 1 addition & 0 deletions KKJSBridgeDemo/KKJSBridgeDemo/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ - (void)load {
}
url = @"https://h5.leoao.com/fit-m/#/pages/pt/index";
url = @"https://h5.leoao.com/multiple/coach/cert.html#/certEdit";
url = @"http://www.baidu.com";
WebViewController *web = [[WebViewController alloc] initWithUrl:url];
[self.navigationController pushViewController:web animated:YES];
}
Expand Down

0 comments on commit 71cbc26

Please sign in to comment.