Remove dead constant
This commit is contained in:
parent
5883f1675d
commit
2d8d7184f6
@ -6,7 +6,6 @@ module OS
|
|||||||
V4_BUNDLE_ID = "com.apple.dt.Xcode"
|
V4_BUNDLE_ID = "com.apple.dt.Xcode"
|
||||||
V3_BUNDLE_ID = "com.apple.Xcode"
|
V3_BUNDLE_ID = "com.apple.Xcode"
|
||||||
V4_BUNDLE_PATH = Pathname.new("/Applications/Xcode.app")
|
V4_BUNDLE_PATH = Pathname.new("/Applications/Xcode.app")
|
||||||
V3_BUNDLE_PATH = Pathname.new("/Developer/Applications/Xcode.app")
|
|
||||||
|
|
||||||
# Locate the "current Xcode folder" via xcode-select. See:
|
# Locate the "current Xcode folder" via xcode-select. See:
|
||||||
# man xcode-select
|
# man xcode-select
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user