This repository has been archived by the owner on Mar 9, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved iOS build post-processor settings to 'Project Settings/yasirkul…
…a/Native Share'
- Loading branch information
Showing
4 changed files
with
78 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
Online documentation & example code available at: https://github.com/yasirkula/UnityNativeShare | ||
E-mail: [email protected] | ||
|
||
|
||
1. ABOUT | ||
This plugin helps you natively share files (images, videos, documents, etc.) and/or plain text on Android & iOS. A ContentProvider is used to share the media on Android. | ||
|
||
|
@@ -17,10 +18,10 @@ For reference, the legacy documentation is available at: https://github.com/yasi | |
There are two ways to set up the plugin on iOS: | ||
|
||
a. Automated Setup for iOS | ||
- change the value of PHOTO_LIBRARY_USAGE_DESCRIPTION in Plugins/NativeShare/Editor/NSPostProcessBuild.cs (optional) | ||
- (optional) change the value of 'Photo Library Usage Description' at 'Project Settings/yasirkula/Native Share' | ||
|
||
b. Manual Setup for iOS | ||
- set the value of ENABLED to false in NSPostProcessBuild.cs | ||
- set the value of 'Automated Setup' to false at 'Project Settings/yasirkula/Native Share' | ||
- build your project | ||
- enter a Photo Library Usage Description to Info.plist in Xcode (in case user decides to save the shared media to Photos) | ||
- also enter a Photo Library Additions Usage Description to Info.plist in Xcode, if exists | ||
|
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