Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
fb46e559
Commit
fb46e559
authored
Apr 19, 2018
by
Samuel Giddins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove old xcconfig generator, it is now unused
parent
d972fa53
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
20 deletions
+0
-20
cocoapods.rb
lib/cocoapods.rb
+0
-1
xcconfig.rb
lib/cocoapods/generator/xcconfig.rb
+0
-13
xcconfig_spec.rb
spec/unit/generator/xcconfig_spec.rb
+0
-6
No files found.
lib/cocoapods.rb
View file @
fb46e559
...
...
@@ -66,7 +66,6 @@ module Pod
autoload
:ModuleMap
,
'cocoapods/generator/module_map'
autoload
:PrefixHeader
,
'cocoapods/generator/prefix_header'
autoload
:UmbrellaHeader
,
'cocoapods/generator/umbrella_header'
autoload
:XCConfig
,
'cocoapods/generator/xcconfig'
autoload
:AppTargetHelper
,
'cocoapods/generator/app_target_helper'
end
...
...
lib/cocoapods/generator/xcconfig.rb
deleted
100644 → 0
View file @
d972fa53
module
Pod
module
Generator
# Generates Xcode configuration files. A configuration file is generated
# for each Pod and for each Pod target definition. The aggregates the
# configurations of the Pods and define target specific settings.
#
module
XCConfig
autoload
:AggregateXCConfig
,
'cocoapods/generator/xcconfig/aggregate_xcconfig'
autoload
:PodXCConfig
,
'cocoapods/generator/xcconfig/pod_xcconfig'
autoload
:XCConfigHelper
,
'cocoapods/generator/xcconfig/xcconfig_helper'
end
end
end
spec/unit/generator/xcconfig_spec.rb
deleted
100644 → 0
View file @
d972fa53
require
File
.
expand_path
(
'../../../spec_helper'
,
__FILE__
)
module
Pod
describe
Generator
::
XCConfig
do
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment