pod-builder 1.9.3 → 2.0.0.beta.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.gitignore +9 -0
- data/README.md +50 -13
- data/exe/pod_builder +39 -28
- data/lib/pod_builder/analyze.rb +32 -7
- data/lib/pod_builder/analyzer.rb +16 -0
- data/lib/pod_builder/command/build.rb +44 -161
- data/lib/pod_builder/command/build_all.rb +2 -2
- data/lib/pod_builder/command/clean.rb +34 -55
- data/lib/pod_builder/command/clear_lldbinit.rb +7 -3
- data/lib/pod_builder/command/deintegrate.rb +29 -7
- data/lib/pod_builder/command/generate_lfs.rb +3 -3
- data/lib/pod_builder/command/generate_podspec.rb +3 -2
- data/lib/pod_builder/command/info.rb +1 -1
- data/lib/pod_builder/command/init.rb +37 -14
- data/lib/pod_builder/command/install_sources.rb +21 -14
- data/lib/pod_builder/command/none.rb +2 -2
- data/lib/pod_builder/command/restore_all.rb +4 -4
- data/lib/pod_builder/command/switch.rb +137 -95
- data/lib/pod_builder/command/sync_podfile.rb +5 -3
- data/lib/pod_builder/command/update.rb +5 -6
- data/lib/pod_builder/command/update_lldbinit.rb +11 -9
- data/lib/pod_builder/configuration.rb +88 -13
- data/lib/pod_builder/core.rb +93 -12
- data/lib/pod_builder/info.rb +32 -98
- data/lib/pod_builder/install.rb +255 -195
- data/lib/pod_builder/licenses.rb +4 -4
- data/lib/pod_builder/podfile.rb +283 -73
- data/lib/pod_builder/podfile/post_actions.rb +9 -15
- data/lib/pod_builder/podfile_cp.rb +93 -0
- data/lib/pod_builder/podfile_item.rb +181 -82
- data/lib/pod_builder/podspec.rb +144 -135
- data/lib/pod_builder/rome/post_install.rb +240 -0
- data/lib/pod_builder/rome/pre_install.rb +6 -0
- data/lib/pod_builder/templates/build_podfile.template +3 -3
- data/lib/pod_builder/version.rb +1 -1
- data/pod-builder.gemspec +6 -6
- metadata +27 -80
- data/Example/Frameworks/PodBuilder.json +0 -32
- data/Example/PodBuilderExample.xcodeproj/project.pbxproj +0 -416
- data/Example/PodBuilderExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
- data/Example/PodBuilderExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- data/Example/PodBuilderExample.xcodeproj/project.xcworkspace/xcuserdata/tomas.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- data/Example/PodBuilderExample.xcodeproj/xcuserdata/tomas.xcuserdatad/xcschemes/xcschememanagement.plist +0 -14
- data/Example/PodBuilderExample.xcworkspace/contents.xcworkspacedata +0 -10
- data/Example/PodBuilderExample/AppDelegate.swift +0 -47
- data/Example/PodBuilderExample/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -98
- data/Example/PodBuilderExample/Assets.xcassets/Contents.json +0 -6
- data/Example/PodBuilderExample/Base.lproj/LaunchScreen.storyboard +0 -25
- data/Example/PodBuilderExample/Base.lproj/Main.storyboard +0 -24
- data/Example/PodBuilderExample/Info.plist +0 -45
- data/Example/PodBuilderExample/ViewController.swift +0 -25
- data/Example/Podfile +0 -8
- data/Example/Podfile.lock +0 -16
- data/Example/Pods/Alamofire/LICENSE +0 -19
- data/Example/Pods/Alamofire/README.md +0 -242
- data/Example/Pods/Alamofire/Source/AFError.swift +0 -460
- data/Example/Pods/Alamofire/Source/Alamofire.swift +0 -465
- data/Example/Pods/Alamofire/Source/DispatchQueue+Alamofire.swift +0 -37
- data/Example/Pods/Alamofire/Source/MultipartFormData.swift +0 -580
- data/Example/Pods/Alamofire/Source/NetworkReachabilityManager.swift +0 -233
- data/Example/Pods/Alamofire/Source/Notifications.swift +0 -55
- data/Example/Pods/Alamofire/Source/ParameterEncoding.swift +0 -483
- data/Example/Pods/Alamofire/Source/Request.swift +0 -654
- data/Example/Pods/Alamofire/Source/Response.swift +0 -567
- data/Example/Pods/Alamofire/Source/ResponseSerialization.swift +0 -715
- data/Example/Pods/Alamofire/Source/Result.swift +0 -300
- data/Example/Pods/Alamofire/Source/ServerTrustPolicy.swift +0 -307
- data/Example/Pods/Alamofire/Source/SessionDelegate.swift +0 -725
- data/Example/Pods/Alamofire/Source/SessionManager.swift +0 -896
- data/Example/Pods/Alamofire/Source/TaskDelegate.swift +0 -466
- data/Example/Pods/Alamofire/Source/Timeline.swift +0 -136
- data/Example/Pods/Alamofire/Source/Validation.swift +0 -315
- data/Example/Pods/Manifest.lock +0 -16
- data/Example/Pods/Pods.xcodeproj/project.pbxproj +0 -673
- data/Example/Pods/Pods.xcodeproj/xcuserdata/tomas.xcuserdatad/xcschemes/Alamofire.xcscheme +0 -60
- data/Example/Pods/Pods.xcodeproj/xcuserdata/tomas.xcuserdatad/xcschemes/Pods-PodBuilderExample.xcscheme +0 -60
- data/Example/Pods/Pods.xcodeproj/xcuserdata/tomas.xcuserdatad/xcschemes/xcschememanagement.plist +0 -21
- data/Example/Pods/Target Support Files/Alamofire/Alamofire-dummy.m +0 -5
- data/Example/Pods/Target Support Files/Alamofire/Alamofire-prefix.pch +0 -12
- data/Example/Pods/Target Support Files/Alamofire/Alamofire-umbrella.h +0 -16
- data/Example/Pods/Target Support Files/Alamofire/Alamofire.modulemap +0 -6
- data/Example/Pods/Target Support Files/Alamofire/Alamofire.xcconfig +0 -9
- data/Example/Pods/Target Support Files/Alamofire/Info.plist +0 -26
- data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Info.plist +0 -26
- data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-acknowledgements.markdown +0 -26
- data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-acknowledgements.plist +0 -58
- data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-dummy.m +0 -5
- data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-frameworks.sh +0 -153
- data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-resources.sh +0 -118
- data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-umbrella.h +0 -16
- data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample.debug.xcconfig +0 -11
- data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample.modulemap +0 -6
- data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample.release.xcconfig +0 -11
- data/lib/pod_builder/cocoapods/specification.rb +0 -27
@@ -1,10 +1,10 @@
|
|
1
|
-
require '
|
1
|
+
require 'cfpropertylist'
|
2
2
|
|
3
3
|
%%%sources%%%
|
4
4
|
|
5
|
-
use_frameworks
|
5
|
+
%%%use_frameworks%%%
|
6
6
|
|
7
|
-
plugin '
|
7
|
+
plugin 'podbuilder-rome', { dsym: true, configuration: '%%%build_configuration%%%', pre_compile: Proc.new { |installer|
|
8
8
|
|
9
9
|
def set_build_settings(target_name, build_configurations, installer)
|
10
10
|
installer.pods_project.targets.each do |target|
|
data/lib/pod_builder/version.rb
CHANGED
data/pod-builder.gemspec
CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "pod-builder"
|
8
8
|
spec.version = PodBuilder::VERSION
|
9
9
|
spec.authors = ["Tomas Camin"]
|
10
|
-
spec.email = ["tomas.camin@
|
10
|
+
spec.email = ["tomas.camin@adevinta.com"]
|
11
11
|
|
12
12
|
spec.summary = %q{Prebuild CocoaPods pods}
|
13
13
|
spec.description = %q{Prebuild CocoaPods pods to make compiling your Xcode projects faster}
|
@@ -15,22 +15,22 @@ Gem::Specification.new do |spec|
|
|
15
15
|
spec.license = "Apache-2.0"
|
16
16
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
18
|
-
f.match(%r{^(test|spec|features)/})
|
18
|
+
f.match(%r{^(test|spec|features|Example)/})
|
19
19
|
end
|
20
20
|
spec.bindir = "exe"
|
21
21
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
22
22
|
spec.require_paths = ["lib"]
|
23
23
|
|
24
24
|
spec.add_development_dependency "bundler", "~> 2.0"
|
25
|
-
spec.add_development_dependency "rake", "
|
26
|
-
spec.add_development_dependency "ruby-debug-ide"
|
27
|
-
spec.add_development_dependency "debase"
|
25
|
+
spec.add_development_dependency "rake", ">= 12.3.3"
|
26
|
+
spec.add_development_dependency "ruby-debug-ide", '0.6.1'
|
27
|
+
spec.add_development_dependency "debase", '0.2.2'
|
28
28
|
|
29
29
|
spec.add_runtime_dependency 'xcodeproj'
|
30
30
|
spec.add_runtime_dependency 'colored'
|
31
31
|
spec.add_runtime_dependency 'highline'
|
32
32
|
spec.add_runtime_dependency 'cocoapods', '~> 1.6'
|
33
33
|
spec.add_runtime_dependency 'cocoapods-core', '~> 1.6'
|
34
|
-
spec.add_runtime_dependency 'cocoapods-rome', '~> 1.0'
|
35
34
|
spec.add_runtime_dependency 'CFPropertyList'
|
35
|
+
spec.add_runtime_dependency 'json'
|
36
36
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pod-builder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.0.beta.22
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tomas Camin
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-09-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -28,44 +28,44 @@ dependencies:
|
|
28
28
|
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - "
|
31
|
+
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version:
|
33
|
+
version: 12.3.3
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- - "
|
38
|
+
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version:
|
40
|
+
version: 12.3.3
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: ruby-debug-ide
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- -
|
45
|
+
- - '='
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version:
|
47
|
+
version: 0.6.1
|
48
48
|
type: :development
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- -
|
52
|
+
- - '='
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version:
|
54
|
+
version: 0.6.1
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: debase
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
|
-
- -
|
59
|
+
- - '='
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version:
|
61
|
+
version: 0.2.2
|
62
62
|
type: :development
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
|
-
- -
|
66
|
+
- - '='
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version:
|
68
|
+
version: 0.2.2
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: xcodeproj
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
@@ -137,21 +137,21 @@ dependencies:
|
|
137
137
|
- !ruby/object:Gem::Version
|
138
138
|
version: '1.6'
|
139
139
|
- !ruby/object:Gem::Dependency
|
140
|
-
name:
|
140
|
+
name: CFPropertyList
|
141
141
|
requirement: !ruby/object:Gem::Requirement
|
142
142
|
requirements:
|
143
|
-
- - "
|
143
|
+
- - ">="
|
144
144
|
- !ruby/object:Gem::Version
|
145
|
-
version: '
|
145
|
+
version: '0'
|
146
146
|
type: :runtime
|
147
147
|
prerelease: false
|
148
148
|
version_requirements: !ruby/object:Gem::Requirement
|
149
149
|
requirements:
|
150
|
-
- - "
|
150
|
+
- - ">="
|
151
151
|
- !ruby/object:Gem::Version
|
152
|
-
version: '
|
152
|
+
version: '0'
|
153
153
|
- !ruby/object:Gem::Dependency
|
154
|
-
name:
|
154
|
+
name: json
|
155
155
|
requirement: !ruby/object:Gem::Requirement
|
156
156
|
requirements:
|
157
157
|
- - ">="
|
@@ -166,69 +166,13 @@ dependencies:
|
|
166
166
|
version: '0'
|
167
167
|
description: Prebuild CocoaPods pods to make compiling your Xcode projects faster
|
168
168
|
email:
|
169
|
-
- tomas.camin@
|
169
|
+
- tomas.camin@adevinta.com
|
170
170
|
executables:
|
171
171
|
- pod_builder
|
172
172
|
extensions: []
|
173
173
|
extra_rdoc_files: []
|
174
174
|
files:
|
175
175
|
- ".gitignore"
|
176
|
-
- Example/Frameworks/PodBuilder.json
|
177
|
-
- Example/PodBuilderExample.xcodeproj/project.pbxproj
|
178
|
-
- Example/PodBuilderExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata
|
179
|
-
- Example/PodBuilderExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
|
180
|
-
- Example/PodBuilderExample.xcodeproj/project.xcworkspace/xcuserdata/tomas.xcuserdatad/UserInterfaceState.xcuserstate
|
181
|
-
- Example/PodBuilderExample.xcodeproj/xcuserdata/tomas.xcuserdatad/xcschemes/xcschememanagement.plist
|
182
|
-
- Example/PodBuilderExample.xcworkspace/contents.xcworkspacedata
|
183
|
-
- Example/PodBuilderExample/AppDelegate.swift
|
184
|
-
- Example/PodBuilderExample/Assets.xcassets/AppIcon.appiconset/Contents.json
|
185
|
-
- Example/PodBuilderExample/Assets.xcassets/Contents.json
|
186
|
-
- Example/PodBuilderExample/Base.lproj/LaunchScreen.storyboard
|
187
|
-
- Example/PodBuilderExample/Base.lproj/Main.storyboard
|
188
|
-
- Example/PodBuilderExample/Info.plist
|
189
|
-
- Example/PodBuilderExample/ViewController.swift
|
190
|
-
- Example/Podfile
|
191
|
-
- Example/Podfile.lock
|
192
|
-
- Example/Pods/Alamofire/LICENSE
|
193
|
-
- Example/Pods/Alamofire/README.md
|
194
|
-
- Example/Pods/Alamofire/Source/AFError.swift
|
195
|
-
- Example/Pods/Alamofire/Source/Alamofire.swift
|
196
|
-
- Example/Pods/Alamofire/Source/DispatchQueue+Alamofire.swift
|
197
|
-
- Example/Pods/Alamofire/Source/MultipartFormData.swift
|
198
|
-
- Example/Pods/Alamofire/Source/NetworkReachabilityManager.swift
|
199
|
-
- Example/Pods/Alamofire/Source/Notifications.swift
|
200
|
-
- Example/Pods/Alamofire/Source/ParameterEncoding.swift
|
201
|
-
- Example/Pods/Alamofire/Source/Request.swift
|
202
|
-
- Example/Pods/Alamofire/Source/Response.swift
|
203
|
-
- Example/Pods/Alamofire/Source/ResponseSerialization.swift
|
204
|
-
- Example/Pods/Alamofire/Source/Result.swift
|
205
|
-
- Example/Pods/Alamofire/Source/ServerTrustPolicy.swift
|
206
|
-
- Example/Pods/Alamofire/Source/SessionDelegate.swift
|
207
|
-
- Example/Pods/Alamofire/Source/SessionManager.swift
|
208
|
-
- Example/Pods/Alamofire/Source/TaskDelegate.swift
|
209
|
-
- Example/Pods/Alamofire/Source/Timeline.swift
|
210
|
-
- Example/Pods/Alamofire/Source/Validation.swift
|
211
|
-
- Example/Pods/Manifest.lock
|
212
|
-
- Example/Pods/Pods.xcodeproj/project.pbxproj
|
213
|
-
- Example/Pods/Pods.xcodeproj/xcuserdata/tomas.xcuserdatad/xcschemes/Alamofire.xcscheme
|
214
|
-
- Example/Pods/Pods.xcodeproj/xcuserdata/tomas.xcuserdatad/xcschemes/Pods-PodBuilderExample.xcscheme
|
215
|
-
- Example/Pods/Pods.xcodeproj/xcuserdata/tomas.xcuserdatad/xcschemes/xcschememanagement.plist
|
216
|
-
- Example/Pods/Target Support Files/Alamofire/Alamofire-dummy.m
|
217
|
-
- Example/Pods/Target Support Files/Alamofire/Alamofire-prefix.pch
|
218
|
-
- Example/Pods/Target Support Files/Alamofire/Alamofire-umbrella.h
|
219
|
-
- Example/Pods/Target Support Files/Alamofire/Alamofire.modulemap
|
220
|
-
- Example/Pods/Target Support Files/Alamofire/Alamofire.xcconfig
|
221
|
-
- Example/Pods/Target Support Files/Alamofire/Info.plist
|
222
|
-
- Example/Pods/Target Support Files/Pods-PodBuilderExample/Info.plist
|
223
|
-
- Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-acknowledgements.markdown
|
224
|
-
- Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-acknowledgements.plist
|
225
|
-
- Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-dummy.m
|
226
|
-
- Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-frameworks.sh
|
227
|
-
- Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-resources.sh
|
228
|
-
- Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-umbrella.h
|
229
|
-
- Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample.debug.xcconfig
|
230
|
-
- Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample.modulemap
|
231
|
-
- Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample.release.xcconfig
|
232
176
|
- Gemfile
|
233
177
|
- LICENSE.txt
|
234
178
|
- README.md
|
@@ -238,7 +182,7 @@ files:
|
|
238
182
|
- exe/pod_builder
|
239
183
|
- lib/core_ext/string.rb
|
240
184
|
- lib/pod_builder/analyze.rb
|
241
|
-
- lib/pod_builder/
|
185
|
+
- lib/pod_builder/analyzer.rb
|
242
186
|
- lib/pod_builder/command.rb
|
243
187
|
- lib/pod_builder/command/build.rb
|
244
188
|
- lib/pod_builder/command/build_all.rb
|
@@ -263,8 +207,11 @@ files:
|
|
263
207
|
- lib/pod_builder/licenses.rb
|
264
208
|
- lib/pod_builder/podfile.rb
|
265
209
|
- lib/pod_builder/podfile/post_actions.rb
|
210
|
+
- lib/pod_builder/podfile_cp.rb
|
266
211
|
- lib/pod_builder/podfile_item.rb
|
267
212
|
- lib/pod_builder/podspec.rb
|
213
|
+
- lib/pod_builder/rome/post_install.rb
|
214
|
+
- lib/pod_builder/rome/pre_install.rb
|
268
215
|
- lib/pod_builder/templates/build_podfile.template
|
269
216
|
- lib/pod_builder/templates/build_podspec.template
|
270
217
|
- lib/pod_builder/version.rb
|
@@ -284,9 +231,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
284
231
|
version: '0'
|
285
232
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
286
233
|
requirements:
|
287
|
-
- - "
|
234
|
+
- - ">"
|
288
235
|
- !ruby/object:Gem::Version
|
289
|
-
version:
|
236
|
+
version: 1.3.1
|
290
237
|
requirements: []
|
291
238
|
rubygems_version: 3.1.2
|
292
239
|
signing_key:
|
@@ -1,32 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"project_name": "",
|
3
|
-
"spec_overrides": {
|
4
|
-
"Google-Mobile-Ads-SDK": {
|
5
|
-
"module_name": "GoogleMobileAds"
|
6
|
-
},
|
7
|
-
},
|
8
|
-
"skip_licenses": [
|
9
|
-
|
10
|
-
],
|
11
|
-
"skip_pods": [
|
12
|
-
"GoogleMaps"
|
13
|
-
],
|
14
|
-
"force_prebuild_pods": [
|
15
|
-
"Firebase"
|
16
|
-
],
|
17
|
-
"build_settings": {
|
18
|
-
"ENABLE_BITCODE": "NO",
|
19
|
-
"GCC_OPTIMIZATION_LEVEL": "s",
|
20
|
-
"SWIFT_OPTIMIZATION_LEVEL": "-Osize",
|
21
|
-
"SWIFT_COMPILATION_MODE": "wholemodule"
|
22
|
-
},
|
23
|
-
"build_settings_overrides": {
|
24
|
-
},
|
25
|
-
"build_system": "Legacy",
|
26
|
-
"license_filename": "Pods-acknowledgements",
|
27
|
-
"subspecs_to_split": [
|
28
|
-
|
29
|
-
],
|
30
|
-
"lfs_update_gitattributes": false,
|
31
|
-
"lfs_include_pods_folder": false
|
32
|
-
}
|
@@ -1,416 +0,0 @@
|
|
1
|
-
// !$*UTF8*$!
|
2
|
-
{
|
3
|
-
archiveVersion = 1;
|
4
|
-
classes = {
|
5
|
-
};
|
6
|
-
objectVersion = 50;
|
7
|
-
objects = {
|
8
|
-
|
9
|
-
/* Begin PBXBuildFile section */
|
10
|
-
07F9933044C5A4C511E34F39 /* Pods_PodBuilderExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0B81DBF4EAEBEEA494F55271 /* Pods_PodBuilderExample.framework */; };
|
11
|
-
C347BD5A212FE46900228046 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C347BD59212FE46900228046 /* AppDelegate.swift */; };
|
12
|
-
C347BD5C212FE46900228046 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C347BD5B212FE46900228046 /* ViewController.swift */; };
|
13
|
-
C347BD5F212FE46900228046 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C347BD5D212FE46900228046 /* Main.storyboard */; };
|
14
|
-
C347BD61212FE46A00228046 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C347BD60212FE46A00228046 /* Assets.xcassets */; };
|
15
|
-
C347BD64212FE46A00228046 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C347BD62212FE46A00228046 /* LaunchScreen.storyboard */; };
|
16
|
-
/* End PBXBuildFile section */
|
17
|
-
|
18
|
-
/* Begin PBXFileReference section */
|
19
|
-
0B81DBF4EAEBEEA494F55271 /* Pods_PodBuilderExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PodBuilderExample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
20
|
-
53811B6C2E6F875F02029CBE /* Pods-PodBuilderExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PodBuilderExample.release.xcconfig"; path = "Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample.release.xcconfig"; sourceTree = "<group>"; };
|
21
|
-
7C2008F2F5393C42A37869B9 /* Pods-PodBuilderExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PodBuilderExample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample.debug.xcconfig"; sourceTree = "<group>"; };
|
22
|
-
C347BD56212FE46900228046 /* PodBuilderExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PodBuilderExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
23
|
-
C347BD59212FE46900228046 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
24
|
-
C347BD5B212FE46900228046 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
|
25
|
-
C347BD5E212FE46900228046 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
26
|
-
C347BD60212FE46A00228046 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
27
|
-
C347BD63212FE46A00228046 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
28
|
-
C347BD65212FE46A00228046 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
29
|
-
/* End PBXFileReference section */
|
30
|
-
|
31
|
-
/* Begin PBXFrameworksBuildPhase section */
|
32
|
-
C347BD53212FE46900228046 /* Frameworks */ = {
|
33
|
-
isa = PBXFrameworksBuildPhase;
|
34
|
-
buildActionMask = 2147483647;
|
35
|
-
files = (
|
36
|
-
07F9933044C5A4C511E34F39 /* Pods_PodBuilderExample.framework in Frameworks */,
|
37
|
-
);
|
38
|
-
runOnlyForDeploymentPostprocessing = 0;
|
39
|
-
};
|
40
|
-
/* End PBXFrameworksBuildPhase section */
|
41
|
-
|
42
|
-
/* Begin PBXGroup section */
|
43
|
-
1374A41E4CBBEC4CCD85FF51 /* Pods */ = {
|
44
|
-
isa = PBXGroup;
|
45
|
-
children = (
|
46
|
-
7C2008F2F5393C42A37869B9 /* Pods-PodBuilderExample.debug.xcconfig */,
|
47
|
-
53811B6C2E6F875F02029CBE /* Pods-PodBuilderExample.release.xcconfig */,
|
48
|
-
);
|
49
|
-
name = Pods;
|
50
|
-
sourceTree = "<group>";
|
51
|
-
};
|
52
|
-
9AF35483B83A9276F4AFD20E /* Frameworks */ = {
|
53
|
-
isa = PBXGroup;
|
54
|
-
children = (
|
55
|
-
0B81DBF4EAEBEEA494F55271 /* Pods_PodBuilderExample.framework */,
|
56
|
-
);
|
57
|
-
name = Frameworks;
|
58
|
-
sourceTree = "<group>";
|
59
|
-
};
|
60
|
-
C347BD4D212FE46900228046 = {
|
61
|
-
isa = PBXGroup;
|
62
|
-
children = (
|
63
|
-
C347BD58212FE46900228046 /* PodBuilderExample */,
|
64
|
-
C347BD57212FE46900228046 /* Products */,
|
65
|
-
1374A41E4CBBEC4CCD85FF51 /* Pods */,
|
66
|
-
9AF35483B83A9276F4AFD20E /* Frameworks */,
|
67
|
-
);
|
68
|
-
sourceTree = "<group>";
|
69
|
-
};
|
70
|
-
C347BD57212FE46900228046 /* Products */ = {
|
71
|
-
isa = PBXGroup;
|
72
|
-
children = (
|
73
|
-
C347BD56212FE46900228046 /* PodBuilderExample.app */,
|
74
|
-
);
|
75
|
-
name = Products;
|
76
|
-
sourceTree = "<group>";
|
77
|
-
};
|
78
|
-
C347BD58212FE46900228046 /* PodBuilderExample */ = {
|
79
|
-
isa = PBXGroup;
|
80
|
-
children = (
|
81
|
-
C347BD59212FE46900228046 /* AppDelegate.swift */,
|
82
|
-
C347BD5B212FE46900228046 /* ViewController.swift */,
|
83
|
-
C347BD5D212FE46900228046 /* Main.storyboard */,
|
84
|
-
C347BD60212FE46A00228046 /* Assets.xcassets */,
|
85
|
-
C347BD62212FE46A00228046 /* LaunchScreen.storyboard */,
|
86
|
-
C347BD65212FE46A00228046 /* Info.plist */,
|
87
|
-
);
|
88
|
-
path = PodBuilderExample;
|
89
|
-
sourceTree = "<group>";
|
90
|
-
};
|
91
|
-
/* End PBXGroup section */
|
92
|
-
|
93
|
-
/* Begin PBXNativeTarget section */
|
94
|
-
C347BD55212FE46900228046 /* PodBuilderExample */ = {
|
95
|
-
isa = PBXNativeTarget;
|
96
|
-
buildConfigurationList = C347BD68212FE46A00228046 /* Build configuration list for PBXNativeTarget "PodBuilderExample" */;
|
97
|
-
buildPhases = (
|
98
|
-
9709696C87B33D4C75052133 /* [CP] Check Pods Manifest.lock */,
|
99
|
-
C347BD52212FE46900228046 /* Sources */,
|
100
|
-
C347BD53212FE46900228046 /* Frameworks */,
|
101
|
-
C347BD54212FE46900228046 /* Resources */,
|
102
|
-
348F41A01EA26776FF84C3AD /* [CP] Embed Pods Frameworks */,
|
103
|
-
);
|
104
|
-
buildRules = (
|
105
|
-
);
|
106
|
-
dependencies = (
|
107
|
-
);
|
108
|
-
name = PodBuilderExample;
|
109
|
-
productName = PodBuilderExample;
|
110
|
-
productReference = C347BD56212FE46900228046 /* PodBuilderExample.app */;
|
111
|
-
productType = "com.apple.product-type.application";
|
112
|
-
};
|
113
|
-
/* End PBXNativeTarget section */
|
114
|
-
|
115
|
-
/* Begin PBXProject section */
|
116
|
-
C347BD4E212FE46900228046 /* Project object */ = {
|
117
|
-
isa = PBXProject;
|
118
|
-
attributes = {
|
119
|
-
LastSwiftUpdateCheck = 0940;
|
120
|
-
LastUpgradeCheck = 0940;
|
121
|
-
ORGANIZATIONNAME = Subito;
|
122
|
-
TargetAttributes = {
|
123
|
-
C347BD55212FE46900228046 = {
|
124
|
-
CreatedOnToolsVersion = 9.4;
|
125
|
-
};
|
126
|
-
};
|
127
|
-
};
|
128
|
-
buildConfigurationList = C347BD51212FE46900228046 /* Build configuration list for PBXProject "PodBuilderExample" */;
|
129
|
-
compatibilityVersion = "Xcode 9.3";
|
130
|
-
developmentRegion = en;
|
131
|
-
hasScannedForEncodings = 0;
|
132
|
-
knownRegions = (
|
133
|
-
en,
|
134
|
-
Base,
|
135
|
-
);
|
136
|
-
mainGroup = C347BD4D212FE46900228046;
|
137
|
-
productRefGroup = C347BD57212FE46900228046 /* Products */;
|
138
|
-
projectDirPath = "";
|
139
|
-
projectRoot = "";
|
140
|
-
targets = (
|
141
|
-
C347BD55212FE46900228046 /* PodBuilderExample */,
|
142
|
-
);
|
143
|
-
};
|
144
|
-
/* End PBXProject section */
|
145
|
-
|
146
|
-
/* Begin PBXResourcesBuildPhase section */
|
147
|
-
C347BD54212FE46900228046 /* Resources */ = {
|
148
|
-
isa = PBXResourcesBuildPhase;
|
149
|
-
buildActionMask = 2147483647;
|
150
|
-
files = (
|
151
|
-
C347BD64212FE46A00228046 /* LaunchScreen.storyboard in Resources */,
|
152
|
-
C347BD61212FE46A00228046 /* Assets.xcassets in Resources */,
|
153
|
-
C347BD5F212FE46900228046 /* Main.storyboard in Resources */,
|
154
|
-
);
|
155
|
-
runOnlyForDeploymentPostprocessing = 0;
|
156
|
-
};
|
157
|
-
/* End PBXResourcesBuildPhase section */
|
158
|
-
|
159
|
-
/* Begin PBXShellScriptBuildPhase section */
|
160
|
-
348F41A01EA26776FF84C3AD /* [CP] Embed Pods Frameworks */ = {
|
161
|
-
isa = PBXShellScriptBuildPhase;
|
162
|
-
buildActionMask = 2147483647;
|
163
|
-
files = (
|
164
|
-
);
|
165
|
-
inputFileListPaths = (
|
166
|
-
);
|
167
|
-
inputPaths = (
|
168
|
-
"${SRCROOT}/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-frameworks.sh",
|
169
|
-
"${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework",
|
170
|
-
);
|
171
|
-
name = "[CP] Embed Pods Frameworks";
|
172
|
-
outputFileListPaths = (
|
173
|
-
);
|
174
|
-
outputPaths = (
|
175
|
-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework",
|
176
|
-
);
|
177
|
-
runOnlyForDeploymentPostprocessing = 0;
|
178
|
-
shellPath = /bin/sh;
|
179
|
-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-frameworks.sh\"\n";
|
180
|
-
showEnvVarsInLog = 0;
|
181
|
-
};
|
182
|
-
9709696C87B33D4C75052133 /* [CP] Check Pods Manifest.lock */ = {
|
183
|
-
isa = PBXShellScriptBuildPhase;
|
184
|
-
buildActionMask = 2147483647;
|
185
|
-
files = (
|
186
|
-
);
|
187
|
-
inputFileListPaths = (
|
188
|
-
);
|
189
|
-
inputPaths = (
|
190
|
-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
191
|
-
"${PODS_ROOT}/Manifest.lock",
|
192
|
-
);
|
193
|
-
name = "[CP] Check Pods Manifest.lock";
|
194
|
-
outputFileListPaths = (
|
195
|
-
);
|
196
|
-
outputPaths = (
|
197
|
-
"$(DERIVED_FILE_DIR)/Pods-PodBuilderExample-checkManifestLockResult.txt",
|
198
|
-
);
|
199
|
-
runOnlyForDeploymentPostprocessing = 0;
|
200
|
-
shellPath = /bin/sh;
|
201
|
-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
202
|
-
showEnvVarsInLog = 0;
|
203
|
-
};
|
204
|
-
/* End PBXShellScriptBuildPhase section */
|
205
|
-
|
206
|
-
/* Begin PBXSourcesBuildPhase section */
|
207
|
-
C347BD52212FE46900228046 /* Sources */ = {
|
208
|
-
isa = PBXSourcesBuildPhase;
|
209
|
-
buildActionMask = 2147483647;
|
210
|
-
files = (
|
211
|
-
C347BD5C212FE46900228046 /* ViewController.swift in Sources */,
|
212
|
-
C347BD5A212FE46900228046 /* AppDelegate.swift in Sources */,
|
213
|
-
);
|
214
|
-
runOnlyForDeploymentPostprocessing = 0;
|
215
|
-
};
|
216
|
-
/* End PBXSourcesBuildPhase section */
|
217
|
-
|
218
|
-
/* Begin PBXVariantGroup section */
|
219
|
-
C347BD5D212FE46900228046 /* Main.storyboard */ = {
|
220
|
-
isa = PBXVariantGroup;
|
221
|
-
children = (
|
222
|
-
C347BD5E212FE46900228046 /* Base */,
|
223
|
-
);
|
224
|
-
name = Main.storyboard;
|
225
|
-
sourceTree = "<group>";
|
226
|
-
};
|
227
|
-
C347BD62212FE46A00228046 /* LaunchScreen.storyboard */ = {
|
228
|
-
isa = PBXVariantGroup;
|
229
|
-
children = (
|
230
|
-
C347BD63212FE46A00228046 /* Base */,
|
231
|
-
);
|
232
|
-
name = LaunchScreen.storyboard;
|
233
|
-
sourceTree = "<group>";
|
234
|
-
};
|
235
|
-
/* End PBXVariantGroup section */
|
236
|
-
|
237
|
-
/* Begin XCBuildConfiguration section */
|
238
|
-
C347BD66212FE46A00228046 /* Debug */ = {
|
239
|
-
isa = XCBuildConfiguration;
|
240
|
-
buildSettings = {
|
241
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
242
|
-
CLANG_ANALYZER_NONNULL = YES;
|
243
|
-
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
244
|
-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
245
|
-
CLANG_CXX_LIBRARY = "libc++";
|
246
|
-
CLANG_ENABLE_MODULES = YES;
|
247
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
248
|
-
CLANG_ENABLE_OBJC_WEAK = YES;
|
249
|
-
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
250
|
-
CLANG_WARN_BOOL_CONVERSION = YES;
|
251
|
-
CLANG_WARN_COMMA = YES;
|
252
|
-
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
253
|
-
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
254
|
-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
255
|
-
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
256
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
257
|
-
CLANG_WARN_ENUM_CONVERSION = YES;
|
258
|
-
CLANG_WARN_INFINITE_RECURSION = YES;
|
259
|
-
CLANG_WARN_INT_CONVERSION = YES;
|
260
|
-
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
261
|
-
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
262
|
-
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
263
|
-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
264
|
-
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
265
|
-
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
266
|
-
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
267
|
-
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
268
|
-
CLANG_WARN_UNREACHABLE_CODE = YES;
|
269
|
-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
270
|
-
CODE_SIGN_IDENTITY = "iPhone Developer";
|
271
|
-
COPY_PHASE_STRIP = NO;
|
272
|
-
DEBUG_INFORMATION_FORMAT = dwarf;
|
273
|
-
ENABLE_BITCODE = NO;
|
274
|
-
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
275
|
-
ENABLE_TESTABILITY = YES;
|
276
|
-
GCC_C_LANGUAGE_STANDARD = gnu11;
|
277
|
-
GCC_DYNAMIC_NO_PIC = NO;
|
278
|
-
GCC_NO_COMMON_BLOCKS = YES;
|
279
|
-
GCC_OPTIMIZATION_LEVEL = 0;
|
280
|
-
GCC_PREPROCESSOR_DEFINITIONS = (
|
281
|
-
"DEBUG=1",
|
282
|
-
"$(inherited)",
|
283
|
-
);
|
284
|
-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
285
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
286
|
-
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
287
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
288
|
-
GCC_WARN_UNUSED_FUNCTION = YES;
|
289
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
290
|
-
IPHONEOS_DEPLOYMENT_TARGET = 11.4;
|
291
|
-
MTL_ENABLE_DEBUG_INFO = YES;
|
292
|
-
ONLY_ACTIVE_ARCH = YES;
|
293
|
-
SDKROOT = iphoneos;
|
294
|
-
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
295
|
-
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
296
|
-
};
|
297
|
-
name = Debug;
|
298
|
-
};
|
299
|
-
C347BD67212FE46A00228046 /* Release */ = {
|
300
|
-
isa = XCBuildConfiguration;
|
301
|
-
buildSettings = {
|
302
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
303
|
-
CLANG_ANALYZER_NONNULL = YES;
|
304
|
-
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
305
|
-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
306
|
-
CLANG_CXX_LIBRARY = "libc++";
|
307
|
-
CLANG_ENABLE_MODULES = YES;
|
308
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
309
|
-
CLANG_ENABLE_OBJC_WEAK = YES;
|
310
|
-
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
311
|
-
CLANG_WARN_BOOL_CONVERSION = YES;
|
312
|
-
CLANG_WARN_COMMA = YES;
|
313
|
-
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
314
|
-
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
315
|
-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
316
|
-
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
317
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
318
|
-
CLANG_WARN_ENUM_CONVERSION = YES;
|
319
|
-
CLANG_WARN_INFINITE_RECURSION = YES;
|
320
|
-
CLANG_WARN_INT_CONVERSION = YES;
|
321
|
-
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
322
|
-
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
323
|
-
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
324
|
-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
325
|
-
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
326
|
-
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
327
|
-
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
328
|
-
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
329
|
-
CLANG_WARN_UNREACHABLE_CODE = YES;
|
330
|
-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
331
|
-
CODE_SIGN_IDENTITY = "iPhone Developer";
|
332
|
-
COPY_PHASE_STRIP = NO;
|
333
|
-
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
334
|
-
ENABLE_BITCODE = NO;
|
335
|
-
ENABLE_NS_ASSERTIONS = NO;
|
336
|
-
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
337
|
-
GCC_C_LANGUAGE_STANDARD = gnu11;
|
338
|
-
GCC_NO_COMMON_BLOCKS = YES;
|
339
|
-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
340
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
341
|
-
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
342
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
343
|
-
GCC_WARN_UNUSED_FUNCTION = YES;
|
344
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
345
|
-
IPHONEOS_DEPLOYMENT_TARGET = 11.4;
|
346
|
-
MTL_ENABLE_DEBUG_INFO = NO;
|
347
|
-
SDKROOT = iphoneos;
|
348
|
-
SWIFT_COMPILATION_MODE = wholemodule;
|
349
|
-
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
350
|
-
VALIDATE_PRODUCT = YES;
|
351
|
-
};
|
352
|
-
name = Release;
|
353
|
-
};
|
354
|
-
C347BD69212FE46A00228046 /* Debug */ = {
|
355
|
-
isa = XCBuildConfiguration;
|
356
|
-
baseConfigurationReference = 7C2008F2F5393C42A37869B9 /* Pods-PodBuilderExample.debug.xcconfig */;
|
357
|
-
buildSettings = {
|
358
|
-
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
359
|
-
CODE_SIGN_STYLE = Automatic;
|
360
|
-
DEVELOPMENT_TEAM = HUC4RY3F6U;
|
361
|
-
INFOPLIST_FILE = PodBuilderExample/Info.plist;
|
362
|
-
LD_RUNPATH_SEARCH_PATHS = (
|
363
|
-
"$(inherited)",
|
364
|
-
"@executable_path/Frameworks",
|
365
|
-
);
|
366
|
-
PRODUCT_BUNDLE_IDENTIFIER = com.com.subito.PodBuilderExample;
|
367
|
-
PRODUCT_NAME = "$(TARGET_NAME)";
|
368
|
-
SWIFT_VERSION = 4.0;
|
369
|
-
TARGETED_DEVICE_FAMILY = "1,2";
|
370
|
-
};
|
371
|
-
name = Debug;
|
372
|
-
};
|
373
|
-
C347BD6A212FE46A00228046 /* Release */ = {
|
374
|
-
isa = XCBuildConfiguration;
|
375
|
-
baseConfigurationReference = 53811B6C2E6F875F02029CBE /* Pods-PodBuilderExample.release.xcconfig */;
|
376
|
-
buildSettings = {
|
377
|
-
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
378
|
-
CODE_SIGN_STYLE = Automatic;
|
379
|
-
DEVELOPMENT_TEAM = HUC4RY3F6U;
|
380
|
-
INFOPLIST_FILE = PodBuilderExample/Info.plist;
|
381
|
-
LD_RUNPATH_SEARCH_PATHS = (
|
382
|
-
"$(inherited)",
|
383
|
-
"@executable_path/Frameworks",
|
384
|
-
);
|
385
|
-
PRODUCT_BUNDLE_IDENTIFIER = com.com.subito.PodBuilderExample;
|
386
|
-
PRODUCT_NAME = "$(TARGET_NAME)";
|
387
|
-
SWIFT_VERSION = 4.0;
|
388
|
-
TARGETED_DEVICE_FAMILY = "1,2";
|
389
|
-
};
|
390
|
-
name = Release;
|
391
|
-
};
|
392
|
-
/* End XCBuildConfiguration section */
|
393
|
-
|
394
|
-
/* Begin XCConfigurationList section */
|
395
|
-
C347BD51212FE46900228046 /* Build configuration list for PBXProject "PodBuilderExample" */ = {
|
396
|
-
isa = XCConfigurationList;
|
397
|
-
buildConfigurations = (
|
398
|
-
C347BD66212FE46A00228046 /* Debug */,
|
399
|
-
C347BD67212FE46A00228046 /* Release */,
|
400
|
-
);
|
401
|
-
defaultConfigurationIsVisible = 0;
|
402
|
-
defaultConfigurationName = Release;
|
403
|
-
};
|
404
|
-
C347BD68212FE46A00228046 /* Build configuration list for PBXNativeTarget "PodBuilderExample" */ = {
|
405
|
-
isa = XCConfigurationList;
|
406
|
-
buildConfigurations = (
|
407
|
-
C347BD69212FE46A00228046 /* Debug */,
|
408
|
-
C347BD6A212FE46A00228046 /* Release */,
|
409
|
-
);
|
410
|
-
defaultConfigurationIsVisible = 0;
|
411
|
-
defaultConfigurationName = Release;
|
412
|
-
};
|
413
|
-
/* End XCConfigurationList section */
|
414
|
-
};
|
415
|
-
rootObject = C347BD4E212FE46900228046 /* Project object */;
|
416
|
-
}
|