Class: Pod::Podfile
- Inherits:
-
Object
show all
- Defined in:
- lib/cocoapods-cafswitcher/podfile_switch.rb
Defined Under Namespace
Modules: DSL
Classes: TargetDefinition
Constant Summary
collapse
- @@sourceList =
add flag :isReleasePackage def self.isReleasePackage
:isReleasePackage
end
[]
- @@archiveList =
[]
- @@frameworkList =
[]
- @@allPodName =
[]
- @@needUpdatePodList =
[]
- @@changedSubPods =
[]
- @@changedPods =
[]
- @@tmpSourceList =
[]
Class Method Summary
collapse
Class Method Details
.allPodName ⇒ Object
69
70
71
|
# File 'lib/cocoapods-cafswitcher/podfile_switch.rb', line 69
def self.allPodName
@@allPodName
end
|
.archiveList ⇒ Object
44
45
46
|
# File 'lib/cocoapods-cafswitcher/podfile_switch.rb', line 44
def self.archiveList
@@archiveList
end
|
.changedPods ⇒ Object
87
88
89
|
# File 'lib/cocoapods-cafswitcher/podfile_switch.rb', line 87
def self.changedPods
@@changedPods
end
|
.changedSubPods ⇒ Object
81
82
83
|
# File 'lib/cocoapods-cafswitcher/podfile_switch.rb', line 81
def self.changedSubPods
@@changedSubPods
end
|
.frameworkList ⇒ Object
50
51
52
|
# File 'lib/cocoapods-cafswitcher/podfile_switch.rb', line 50
def self.frameworkList
@@frameworkList
end
|
.isArchive ⇒ Object
add flag :isArchive => true
15
16
17
|
# File 'lib/cocoapods-cafswitcher/podfile_switch.rb', line 15
def self.isArchive
:isArchive
end
|
.isFramework ⇒ Object
20
21
22
|
# File 'lib/cocoapods-cafswitcher/podfile_switch.rb', line 20
def self.isFramework
:isFramework
end
|
.isSource ⇒ Object
add flag :isSource => true
9
10
11
|
# File 'lib/cocoapods-cafswitcher/podfile_switch.rb', line 9
def self.isSource
:isSource
end
|
.needUpdatePodList ⇒ Object
75
76
77
|
# File 'lib/cocoapods-cafswitcher/podfile_switch.rb', line 75
def self.needUpdatePodList
@@needUpdatePodList
end
|
.sourceList ⇒ Object
38
39
40
|
# File 'lib/cocoapods-cafswitcher/podfile_switch.rb', line 38
def self.sourceList
@@sourceList
end
|
.tmpSourceList ⇒ Object
93
94
95
|
# File 'lib/cocoapods-cafswitcher/podfile_switch.rb', line 93
def self.tmpSourceList
@@tmpSourceList
end
|