-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: Modernize Xcode project and testing #101
Conversation
Codecov Report
@@ Coverage Diff @@
## main #101 +/- ##
==========================================
+ Coverage 91.60% 91.64% +0.04%
==========================================
Files 172 172
Lines 15385 15385
==========================================
+ Hits 14093 14100 +7
+ Misses 1292 1285 -7
|
@@ -1,6 +1,6 @@ | |||
//: [Previous](@previous) | |||
|
|||
//: For this page, make sure your build target is set to ParseSwift (macOS) and targeting | |||
//: For this page, make sure your build target is set to ParseSwift and targeting |
Check warning
Code scanning / Tailor (reported by Codacy)
Single-line comment should start with whitespace
@@ -1,6 +1,6 @@ | |||
//: [Previous](@previous) | |||
|
|||
//: For this page, make sure your build target is set to ParseSwift (macOS) and targeting | |||
//: For this page, make sure your build target is set to ParseSwift and targeting |
Check warning
Code scanning / Tailor (reported by Codacy)
Single-line comment should start with whitespace
New Pull Request Checklist
Issue Description
Project structure isn't modernized to current Xcode structure
Approach
ParseSwift
target for all OS's in Xcode projectTODOs before merging