Skip to content

Commit 295e6db

Browse files
committed
Added a hook to allow add .plist/AndroidManifest additional configs from config.xml
TODO: Move this created hook to another cordova plugin
1 parent 40a832d commit 295e6db

File tree

5 files changed

+3290
-30
lines changed

5 files changed

+3290
-30
lines changed

cordova-plugin-nativeview.podspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "cordova-plugin-nativeview"
19-
s.version = "0.0.9"
19+
s.version = "1.0.0"
2020
s.summary = "Start or Back to a native screen/page from app or other app"
2121

2222
# This description is used to generate tags and improve search results.
@@ -26,7 +26,8 @@ Pod::Spec.new do |s|
2626
# * Finally, don't worry about the indent, CocoaPods strips it!
2727
s.description = <<-DESC
2828
Start or Back to a UIViewController(ios)/Activity(Android)
29-
relative to you cordova app or open other screen/page from other app
29+
relative to you cordova app or open other screen/page from other app. You can
30+
start another app too (by package, uri scheme...)
3031
DESC
3132

3233
s.homepage = "https://github.com/mfdeveloper/cordova-plugin-nativeview"

0 commit comments

Comments
 (0)