diff options
Diffstat (limited to 'Library/Homebrew/os/mac/xcode.rb')
| -rw-r--r-- | Library/Homebrew/os/mac/xcode.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb index 0f78e4412..8ec0b91de 100644 --- a/Library/Homebrew/os/mac/xcode.rb +++ b/Library/Homebrew/os/mac/xcode.rb @@ -1,7 +1,7 @@ module OS module Mac module Xcode - extend self + module_function V4_BUNDLE_ID = "com.apple.dt.Xcode".freeze V3_BUNDLE_ID = "com.apple.Xcode".freeze |
