Skip to content

Commit 47c3610

Browse files
committed
Remove RswiftModifyXcodePackages step as it doesn't seem needed anymore in latest Xcode versions
1 parent baac8c3 commit 47c3610

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ As of Rswift 7, Swift Package Manager is the recommended method of installation.
9494
1. In Project Settings, on the tab "Package Dependencies", click "+" and add `github.com/mac-cain13/R.swift`
9595
2. Select your target, on the tab "General", in the section "Frameworks, Libraries, and Embeded Content", click "+" and add `RswiftLibrary`
9696
3. Select your target, on the tab "Build Phases", in the section "Run Build Tool Plug-ins", click "+" and add `RswiftGenerateInternalResources`
97-
4. Right-click on your project, click `RswiftModifyXcodePackages`, click `Run`, click `Allow Command to Change Files`
98-
5. Build your project, now the `R` struct should be available in your code, use auto-complete to explore all static references
97+
4. Build your project, now the `R` struct should be available in your code, use auto-complete to explore all static references
9998

10099
_Screenshot of the Build Phase can be found [here](Documentation/Images/RunBuildToolPluginsRswift.png)_
101100

0 commit comments

Comments
 (0)