-
Notifications
You must be signed in to change notification settings - Fork 458
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ellen Teapot
committed
Jan 17, 2019
1 parent
4ee4a1a
commit 4b59ce1
Showing
4 changed files
with
15 additions
and
6 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
module Xcodeproj | ||
class DiffCommand < Command | ||
require 'xcodeproj/command/diff/project' | ||
require 'xcodeproj/command/diff/target' | ||
|
||
self.abstract_command = true | ||
self.command = 'diff' | ||
self.description = 'Shows the differences between Xcode objects.' | ||
end | ||
end |
4 changes: 2 additions & 2 deletions
4
lib/xcodeproj/command/project_diff.rb → lib/xcodeproj/command/diff/project.rb
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
4 changes: 2 additions & 2 deletions
4
lib/xcodeproj/command/target_diff.rb → lib/xcodeproj/command/diff/target.rb
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