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
{{ message }}
This repository was archived by the owner on Feb 6, 2023. It is now read-only.
-[Reporting Issues & Requesting Features](#reporting-issues-requesting-features)
45
45
*[Project Goals](#project-goals)
46
46
-[Goal 1: Write a useful test automation tool](#goal-1-write-a-useful-test-automation-tool)
47
47
-[Goal 2: Write a new macOS app](#goal-2-write-a-new-macos-app)
48
-
-[Goal 3: Experiment using XCTest with macOS / iOS libraries](#goal-3-experiment-using-xctest-with-macos-ios-libraries
48
+
-[Goal 3: Experiment with using XCTest for macOS / iOS libraries](#goal-3-experiment-with-using-xctest-for-macos-ios-libraries
49
49
)
50
50
51
51
## Getting Started
@@ -207,7 +207,7 @@ Some things have been updated, like `NSTableView`, which can now be view-based o
207
207
208
208
On the other hand I really appreciated again how feature rich macOS and the development environment is. Native apps are kind of on their way out which is kind of too bad, since native apps have the potential to be very powerful and expressive, and the developement environment is generally pretty good.
209
209
210
-
### Goal 3: Experiment using XCTest with macOS / iOS libraries
210
+
### Goal 3: Experiment with using XCTest for macOS / iOS libraries
211
211
212
212
At Branch we distribute iOS, tvOS, and macOS SDK libraries that are widely used and have to be tested and correct. Further, many developers want to run the Branch SDK tests as part of their testing.
0 commit comments