forked from joshoconnor89/cordova-plugin-openwith
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/j3k0/cordova-plugin-openwith
into j3k0-master * 'master' of https://github.com/j3k0/cordova-plugin-openwith: Fix missing quotes Change code sign indentity and style Fix async call Added a copy files to after install hook IOS : Fix __BUNDLE_IDENTIFIER__ to prevent double suffix IOS : Add ShareExtension-Entitlements.plist to package.json IOS : Remove "iOS Setup" section IOS : Fix App Group creation and fix Share Extension Bundle Identifier IOS : Fix getCordovaParameter() to use package.json Because after_prepare hook does not pass installation variables in process.argv IOS : Move hooks on before and after prepare This allows ShareExtension to be created and updated in any case 2.0.0 Bump version 2.0.0 change hook triggering iosAddTarget.js. Fixes the target not being added to xcode project. (j3k0#72) Fix iOS build flags (j3k0#84) Fix extension crash on iOS 13 (j3k0#69) 1.3.0 Set version in plugin.xml
- Loading branch information
Showing
6 changed files
with
77 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>com.apple.security.application-groups</key> | ||
<array> | ||
<string>__GROUP_IDENTIFIER__</string> | ||
</array> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters