-
-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error thrown on adding framework reference
- Replace check `isFile` with `exists` for a filePath in `addFile` method defined in PBXProjObjects+Helpers.swift - Add checks for supported files based on PBXFileReference's `fileTypeHash` - Add some more test cases Misc: - Add XCTAssertThrowsSpecificError assert to check if specific error was thrown
- Loading branch information
Alexey Fayzullov
committed
Feb 12, 2018
1 parent
abedbdc
commit 88e37ea
Showing
6 changed files
with
114 additions
and
22 deletions.
There are no files selected for viewing
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters