Skip to content

Commit

Permalink
Merge pull request Naituw#3 from wang9262/patch
Browse files Browse the repository at this point in the history
Update patch.sh: Remove the Watch folder if it exists to avoid code signing failure
  • Loading branch information
Naituw committed Mar 19, 2017
2 parents 3a56421 + 4bb354c commit 6450588
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tools/patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,10 @@ done


# ---------------------------------------------------
# 5. Remove Plugins (AppExtensions), To Simplify the Signing Process
# 5. Remove Plugins/Watch (AppExtensions), To Simplify the Signing Process

rm -rf "$TARGET_APP_PATH/PlugIns" || true
rm -rf "$TARGET_APP_PATH/Watch" || true



Expand Down

0 comments on commit 6450588

Please sign in to comment.