Skip to content

Commit 0acf36e

Browse files
authored
Update Migration.md
1 parent 78f2271 commit 0acf36e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/Migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Pointers for migration between major versions.
1414

1515
If you're using Swift Package Manager:
1616
- Separate R.swift.Library is no longer needed, remove dependency on that package
17-
- `R.generated.swift` is no longer needed on Xcode, delete and move to trash
17+
- `R.generated.swift` file is no longer needed in the project, delete the file
18+
- Remove custom Run Script Build Phase that invokes `rswift` binary
1819
- Add SPM dependency on `github.com/mac-cain13/R.swift.git` package
1920
- Add `RswiftLibrary` to your targets
20-
- Remove custom Run Script Build Phase that invokes `rswift` binary
2121
- Under "Run Build Tool Plug-ins" Build Phase, add `RswiftGenerateInternalResources` or `RswiftGeneratePublicResources` ([Screenshot](Images/RunBuildToolPluginsRswift.png))
2222
- Right-click on your project, and run `RswiftXcodeModifyPackages` to modify your Xcode project so that the build tool plug-in will actually run during builds (this seems to fix a bug in Xcode?) ([Screenshot](Images/RunXcodeModifyPackages.png))
2323

0 commit comments

Comments
 (0)