Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Correct TweakAccessorGenerator executable path in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodebortoli committed Apr 26, 2021
1 parent e07006e commit f72b0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ It's important to include the `tweakProviders.append(<#property_name#>)` stateme

```sh
script_phase :name => 'TweakAccessorGenerator',
:script => '$PODS_ROOT/JustTweak/Assets/TweakAccessorGenerator.bundle/TweakAccessorGenerator \
:script => '$PODS_ROOT/JustTweak/JustTweak/Assets/TweakAccessorGenerator.bundle/TweakAccessorGenerator \
-l $SRCROOT/<path_to_the_local_tweaks_json_file> \
-o $SRCROOT/<path_to_the_output_folder_for_the_generated_code> \
-c $SRCROOT/<path_to_the_folder_containing_config.json>',
Expand Down

0 comments on commit f72b0bc

Please sign in to comment.