Skip to content

Commit

Permalink
New release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SonoIo committed Sep 12, 2018
1 parent 77de5a0 commit 876854d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,17 @@ window.plugins.SalesforceSnapIns.initialize({
If you want to remove, add or change any color after the first prepare be sure to clean `android.json`.
Alternatively you can type your color directly into `app/src/main/res/values/colors.xml` with the drawback that you will lose them renewing the platform.


## Prepare for submission (iOS)

As documented on [Salesforce documentation](https://developer.salesforce.com/docs/atlas.en-us.noversion.service_sdk_ios.meta/service_sdk_ios/prepare_for_appstore.htm)
on XCode project:

- select `Build Phases`
- create `Run script`
- paste this line of code `$PODS_ROOT/ServiceSDK/Frameworks/ServiceCore.framework/prepare-framework`


## TODO

- Add Case management support
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-salesforce-snapins",
"version": "1.0.0",
"version": "1.0.1",
"description": "Plugin for SalesForce Snap-ins",
"cordova": {
"id": "cordova-plugin-salesforce-snapins",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="cordova-plugin-salesforce-snapins" version="1.0.0"
<plugin id="cordova-plugin-salesforce-snapins" version="1.0.1"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<name>Snap-ins Salseforce</name>
Expand Down

0 comments on commit 876854d

Please sign in to comment.