You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/Migration.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,10 @@ Pointers for migration between major versions.
14
14
15
15
If you're using Swift Package Manager:
16
16
- 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
18
19
- Add SPM dependency on `github.com/mac-cain13/R.swift.git` package
19
20
- Add `RswiftLibrary` to your targets
20
-
- Remove custom Run Script Build Phase that invokes `rswift` binary
21
21
- Under "Run Build Tool Plug-ins" Build Phase, add `RswiftGenerateInternalResources` or `RswiftGeneratePublicResources` ([Screenshot](Images/RunBuildToolPluginsRswift.png))
22
22
- 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))
0 commit comments