-
-
Notifications
You must be signed in to change notification settings - Fork 319
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 - Move fixture files to Files directory
- Loading branch information
Alexey Fayzullov
committed
Feb 12, 2018
1 parent
abedbdc
commit e7a718e
Showing
8 changed files
with
123 additions
and
27 deletions.
There are no files selected for viewing
File renamed without changes.
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
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