class XcodeArchiveCache::Config::Project
Public Class Methods
new(path)
click to toggle source
Calls superclass method
XcodeArchiveCache::Config::Entry::new
# File lib/config/config.rb, line 80 def initialize(path) super(path) @file_extname = ".xcodeproj" end