pod-builder 2.0.0.beta.21 ā 2.0.0.beta.26
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/README.md +10 -22
- data/exe/pod_builder +10 -32
- data/lib/pod_builder/command.rb +1 -3
- data/lib/pod_builder/command/build.rb +0 -1
- data/lib/pod_builder/command/generate_lldbinit.rb +151 -0
- data/lib/pod_builder/command/init.rb +26 -12
- data/lib/pod_builder/configuration.rb +2 -20
- data/lib/pod_builder/core.rb +17 -7
- data/lib/pod_builder/install.rb +135 -71
- data/lib/pod_builder/podfile.rb +23 -5
- data/lib/pod_builder/podfile_cp.rb +1 -1
- data/lib/pod_builder/podfile_item.rb +1 -1
- data/lib/pod_builder/rome/post_install.rb +185 -12
- data/lib/pod_builder/templates/build_podfile.template +1 -1
- data/lib/pod_builder/version.rb +1 -1
- data/pod-builder.gemspec +2 -2
- metadata +4 -28
- data/Example/PodBuilder/.gitignore +0 -6
- data/Example/PodBuilder/.pod_builder/pod_builder +0 -0
- data/Example/PodBuilder/PodBuilder.json +0 -38
- data/Example/PodBuilder/Podfile +0 -23
- data/Example/PodBuilder/Podfile.restore +0 -40
- data/Example/PodBuilderExample.xcodeproj/project.pbxproj +0 -411
- 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.xcworkspace/contents.xcworkspacedata +0 -10
- data/Example/PodBuilderExample.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- data/Example/PodBuilderExample/AppDelegate.swift +0 -51
- 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 -49
- data/Example/Podfile.lock +0 -435
- data/Example/Pods-acknowledgements.md +0 -210
- data/Example/Pods-acknowledgements.plist +0 -206
- data/lib/pod_builder/command/clear_lldbinit.rb +0 -48
- data/lib/pod_builder/command/generate_lfs.rb +0 -70
- data/lib/pod_builder/command/update_lldbinit.rb +0 -162
@@ -1,38 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"project_name": "PodBuilderExample",
|
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
|
-
"GoogleTagManager"
|
17
|
-
],
|
18
|
-
"build_settings": {
|
19
|
-
"ENABLE_BITCODE": "NO",
|
20
|
-
"GCC_OPTIMIZATION_LEVEL": "s",
|
21
|
-
"SWIFT_OPTIMIZATION_LEVEL": "-Osize",
|
22
|
-
"SWIFT_COMPILATION_MODE": "wholemodule",
|
23
|
-
"CODE_SIGN_IDENTITY": "",
|
24
|
-
"CODE_SIGNING_REQUIRED": "NO",
|
25
|
-
"CODE_SIGN_ENTITLEMENTS": "",
|
26
|
-
"CODE_SIGNING_ALLOWED": "NO"
|
27
|
-
},
|
28
|
-
"build_settings_overrides": {
|
29
|
-
},
|
30
|
-
"build_system": "Legacy",
|
31
|
-
"library_evolution_support": false,
|
32
|
-
"license_filename": "Pods-acknowledgements",
|
33
|
-
"subspecs_to_split": [
|
34
|
-
|
35
|
-
],
|
36
|
-
"lfs_update_gitattributes": false,
|
37
|
-
"lfs_include_pods_folder": false
|
38
|
-
}
|
data/Example/PodBuilder/Podfile
DELETED
@@ -1,23 +0,0 @@
|
|
1
|
-
platform :ios, '9.0'
|
2
|
-
|
3
|
-
target 'PodBuilderExample' do
|
4
|
-
use_frameworks!
|
5
|
-
|
6
|
-
# Pods for PodBuilderExample
|
7
|
-
pod 'Alamofire' # Swift sample
|
8
|
-
pod 'AFNetworking' # Objective-C sample
|
9
|
-
pod 'Loop' # Assets
|
10
|
-
|
11
|
-
# Firebase
|
12
|
-
pod 'Firebase'
|
13
|
-
pod 'FirebaseCore'
|
14
|
-
pod 'FirebaseDatabase'
|
15
|
-
pod 'FirebaseAuth'
|
16
|
-
pod 'FirebaseFirestore'
|
17
|
-
pod 'FirebasePerformance'
|
18
|
-
pod 'FirebaseCrashlytics'
|
19
|
-
end
|
20
|
-
|
21
|
-
pre_install do |installer|
|
22
|
-
raise "\nšØ Do not launch 'pod install' manually, use `pod_builder` instead!\n" if !File.exist?('pod_builder.lock')
|
23
|
-
end
|
@@ -1,40 +0,0 @@
|
|
1
|
-
# Autogenerated by PodBuilder (https://github.com/Subito-it/PodBuilder)
|
2
|
-
# Please don't modify this file
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
use_frameworks!
|
7
|
-
|
8
|
-
platform :ios, '9.0'
|
9
|
-
|
10
|
-
target 'PodBuilderExample' do
|
11
|
-
pod 'AFNetworking', '=4.0.1' # pb<AFNetworking> is<false>
|
12
|
-
pod 'Alamofire', '=4.9.1' # pb<Alamofire> is<false> sv<swiftlang-1200.0.25.2>
|
13
|
-
pod 'BoringSSL-GRPC', '=0.0.7' # pb<BoringSSL-GRPC> is<false>
|
14
|
-
pod 'Firebase', '=6.30.0' # pb<Firebase>
|
15
|
-
pod 'FirebaseABTesting', '=4.2.0' # pb<FirebaseABTesting>
|
16
|
-
pod 'FirebaseAnalytics', '=6.7.2'
|
17
|
-
pod 'FirebaseAuth', '=6.8.0' # pb<FirebaseAuth> is<true>
|
18
|
-
pod 'FirebaseCore', '=6.10.0' # pb<FirebaseCore> is<true>
|
19
|
-
pod 'FirebaseCoreDiagnostics', '=1.5.0' # pb<FirebaseCoreDiagnostics> is<true>
|
20
|
-
pod 'FirebaseCrashlytics', '=4.4.0' # pb<FirebaseCrashlytics> is<true>
|
21
|
-
pod 'FirebaseDatabase', '=6.5.0' # pb<FirebaseDatabase> is<true>
|
22
|
-
pod 'FirebaseFirestore', '=1.16.4' # pb<FirebaseFirestore> is<true>
|
23
|
-
pod 'FirebaseInstallations', '=1.6.0' # pb<FirebaseInstallations> is<true>
|
24
|
-
pod 'FirebasePerformance', '=3.3.0'
|
25
|
-
pod 'FirebaseRemoteConfig', '=4.9.0' # pb<FirebaseRemoteConfig>
|
26
|
-
pod 'GTMSessionFetcher/Core', '=1.4.0' # pb<GTMSessionFetcher/Core> is<false>
|
27
|
-
pod 'GoogleAppMeasurement', '=6.7.2'
|
28
|
-
pod 'GoogleDataTransport', '=7.2.0' # pb<GoogleDataTransport> is<true>
|
29
|
-
pod 'GoogleToolboxForMac/Defines', '=2.2.2' # pb<GoogleToolboxForMac/Defines>
|
30
|
-
pod 'GoogleUtilities/AppDelegateSwizzler', '=6.7.2' # pb<GoogleUtilities/AppDelegateSwizzler> is<false>
|
31
|
-
pod 'Loop', '=1.0.0' # pb<Loop> is<false> sv<swiftlang-1200.0.25.2>
|
32
|
-
pod 'PromisesObjC', '=1.2.10' # pb<PromisesObjC> is<false>
|
33
|
-
pod 'Protobuf', '=3.12.0' # pb<Protobuf>
|
34
|
-
pod 'ReactiveSwift', '=6.3.0' # pb<ReactiveSwift> is<false> sv<swiftlang-1200.0.25.2>
|
35
|
-
pod 'abseil/algorithm', '=0.20200225.0' # pb<abseil/algorithm> is<false>
|
36
|
-
pod 'gRPC-C++', '=1.28.2' # pb<gRPC-C++> is<false>
|
37
|
-
pod 'gRPC-Core', '=1.28.2' # pb<gRPC-Core> is<false>
|
38
|
-
pod 'leveldb-library', '=1.22' # pb<leveldb-library> is<false>
|
39
|
-
pod 'nanopb', '=1.30905.0' # pb<nanopb> is<false>
|
40
|
-
end
|
@@ -1,411 +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
|
-
"${PODS_ROOT}/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
167
|
-
);
|
168
|
-
name = "[CP] Embed Pods Frameworks";
|
169
|
-
outputFileListPaths = (
|
170
|
-
"${PODS_ROOT}/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
171
|
-
);
|
172
|
-
runOnlyForDeploymentPostprocessing = 0;
|
173
|
-
shellPath = /bin/sh;
|
174
|
-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-frameworks.sh\"\n";
|
175
|
-
showEnvVarsInLog = 0;
|
176
|
-
};
|
177
|
-
9709696C87B33D4C75052133 /* [CP] Check Pods Manifest.lock */ = {
|
178
|
-
isa = PBXShellScriptBuildPhase;
|
179
|
-
buildActionMask = 2147483647;
|
180
|
-
files = (
|
181
|
-
);
|
182
|
-
inputFileListPaths = (
|
183
|
-
);
|
184
|
-
inputPaths = (
|
185
|
-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
186
|
-
"${PODS_ROOT}/Manifest.lock",
|
187
|
-
);
|
188
|
-
name = "[CP] Check Pods Manifest.lock";
|
189
|
-
outputFileListPaths = (
|
190
|
-
);
|
191
|
-
outputPaths = (
|
192
|
-
"$(DERIVED_FILE_DIR)/Pods-PodBuilderExample-checkManifestLockResult.txt",
|
193
|
-
);
|
194
|
-
runOnlyForDeploymentPostprocessing = 0;
|
195
|
-
shellPath = /bin/sh;
|
196
|
-
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";
|
197
|
-
showEnvVarsInLog = 0;
|
198
|
-
};
|
199
|
-
/* End PBXShellScriptBuildPhase section */
|
200
|
-
|
201
|
-
/* Begin PBXSourcesBuildPhase section */
|
202
|
-
C347BD52212FE46900228046 /* Sources */ = {
|
203
|
-
isa = PBXSourcesBuildPhase;
|
204
|
-
buildActionMask = 2147483647;
|
205
|
-
files = (
|
206
|
-
C347BD5C212FE46900228046 /* ViewController.swift in Sources */,
|
207
|
-
C347BD5A212FE46900228046 /* AppDelegate.swift in Sources */,
|
208
|
-
);
|
209
|
-
runOnlyForDeploymentPostprocessing = 0;
|
210
|
-
};
|
211
|
-
/* End PBXSourcesBuildPhase section */
|
212
|
-
|
213
|
-
/* Begin PBXVariantGroup section */
|
214
|
-
C347BD5D212FE46900228046 /* Main.storyboard */ = {
|
215
|
-
isa = PBXVariantGroup;
|
216
|
-
children = (
|
217
|
-
C347BD5E212FE46900228046 /* Base */,
|
218
|
-
);
|
219
|
-
name = Main.storyboard;
|
220
|
-
sourceTree = "<group>";
|
221
|
-
};
|
222
|
-
C347BD62212FE46A00228046 /* LaunchScreen.storyboard */ = {
|
223
|
-
isa = PBXVariantGroup;
|
224
|
-
children = (
|
225
|
-
C347BD63212FE46A00228046 /* Base */,
|
226
|
-
);
|
227
|
-
name = LaunchScreen.storyboard;
|
228
|
-
sourceTree = "<group>";
|
229
|
-
};
|
230
|
-
/* End PBXVariantGroup section */
|
231
|
-
|
232
|
-
/* Begin XCBuildConfiguration section */
|
233
|
-
C347BD66212FE46A00228046 /* Debug */ = {
|
234
|
-
isa = XCBuildConfiguration;
|
235
|
-
buildSettings = {
|
236
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
237
|
-
CLANG_ANALYZER_NONNULL = YES;
|
238
|
-
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
239
|
-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
240
|
-
CLANG_CXX_LIBRARY = "libc++";
|
241
|
-
CLANG_ENABLE_MODULES = YES;
|
242
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
243
|
-
CLANG_ENABLE_OBJC_WEAK = YES;
|
244
|
-
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
245
|
-
CLANG_WARN_BOOL_CONVERSION = YES;
|
246
|
-
CLANG_WARN_COMMA = YES;
|
247
|
-
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
248
|
-
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
249
|
-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
250
|
-
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
251
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
252
|
-
CLANG_WARN_ENUM_CONVERSION = YES;
|
253
|
-
CLANG_WARN_INFINITE_RECURSION = YES;
|
254
|
-
CLANG_WARN_INT_CONVERSION = YES;
|
255
|
-
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
256
|
-
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
257
|
-
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
258
|
-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
259
|
-
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
260
|
-
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
261
|
-
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
262
|
-
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
263
|
-
CLANG_WARN_UNREACHABLE_CODE = YES;
|
264
|
-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
265
|
-
CODE_SIGN_IDENTITY = "iPhone Developer";
|
266
|
-
COPY_PHASE_STRIP = NO;
|
267
|
-
DEBUG_INFORMATION_FORMAT = dwarf;
|
268
|
-
ENABLE_BITCODE = NO;
|
269
|
-
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
270
|
-
ENABLE_TESTABILITY = YES;
|
271
|
-
GCC_C_LANGUAGE_STANDARD = gnu11;
|
272
|
-
GCC_DYNAMIC_NO_PIC = NO;
|
273
|
-
GCC_NO_COMMON_BLOCKS = YES;
|
274
|
-
GCC_OPTIMIZATION_LEVEL = 0;
|
275
|
-
GCC_PREPROCESSOR_DEFINITIONS = (
|
276
|
-
"DEBUG=1",
|
277
|
-
"$(inherited)",
|
278
|
-
);
|
279
|
-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
280
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
281
|
-
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
282
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
283
|
-
GCC_WARN_UNUSED_FUNCTION = YES;
|
284
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
285
|
-
IPHONEOS_DEPLOYMENT_TARGET = 11.4;
|
286
|
-
MTL_ENABLE_DEBUG_INFO = YES;
|
287
|
-
ONLY_ACTIVE_ARCH = YES;
|
288
|
-
SDKROOT = iphoneos;
|
289
|
-
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
290
|
-
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
291
|
-
};
|
292
|
-
name = Debug;
|
293
|
-
};
|
294
|
-
C347BD67212FE46A00228046 /* Release */ = {
|
295
|
-
isa = XCBuildConfiguration;
|
296
|
-
buildSettings = {
|
297
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
298
|
-
CLANG_ANALYZER_NONNULL = YES;
|
299
|
-
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
300
|
-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
301
|
-
CLANG_CXX_LIBRARY = "libc++";
|
302
|
-
CLANG_ENABLE_MODULES = YES;
|
303
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
304
|
-
CLANG_ENABLE_OBJC_WEAK = YES;
|
305
|
-
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
306
|
-
CLANG_WARN_BOOL_CONVERSION = YES;
|
307
|
-
CLANG_WARN_COMMA = YES;
|
308
|
-
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
309
|
-
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
310
|
-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
311
|
-
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
312
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
313
|
-
CLANG_WARN_ENUM_CONVERSION = YES;
|
314
|
-
CLANG_WARN_INFINITE_RECURSION = YES;
|
315
|
-
CLANG_WARN_INT_CONVERSION = YES;
|
316
|
-
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
317
|
-
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
318
|
-
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
319
|
-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
320
|
-
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
321
|
-
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
322
|
-
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
323
|
-
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
324
|
-
CLANG_WARN_UNREACHABLE_CODE = YES;
|
325
|
-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
326
|
-
CODE_SIGN_IDENTITY = "iPhone Developer";
|
327
|
-
COPY_PHASE_STRIP = NO;
|
328
|
-
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
329
|
-
ENABLE_BITCODE = NO;
|
330
|
-
ENABLE_NS_ASSERTIONS = NO;
|
331
|
-
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
332
|
-
GCC_C_LANGUAGE_STANDARD = gnu11;
|
333
|
-
GCC_NO_COMMON_BLOCKS = YES;
|
334
|
-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
335
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
336
|
-
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
337
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
338
|
-
GCC_WARN_UNUSED_FUNCTION = YES;
|
339
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
340
|
-
IPHONEOS_DEPLOYMENT_TARGET = 11.4;
|
341
|
-
MTL_ENABLE_DEBUG_INFO = NO;
|
342
|
-
SDKROOT = iphoneos;
|
343
|
-
SWIFT_COMPILATION_MODE = wholemodule;
|
344
|
-
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
345
|
-
VALIDATE_PRODUCT = YES;
|
346
|
-
};
|
347
|
-
name = Release;
|
348
|
-
};
|
349
|
-
C347BD69212FE46A00228046 /* Debug */ = {
|
350
|
-
isa = XCBuildConfiguration;
|
351
|
-
baseConfigurationReference = 7C2008F2F5393C42A37869B9 /* Pods-PodBuilderExample.debug.xcconfig */;
|
352
|
-
buildSettings = {
|
353
|
-
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
354
|
-
CODE_SIGN_STYLE = Automatic;
|
355
|
-
DEVELOPMENT_TEAM = HUC4RY3F6U;
|
356
|
-
INFOPLIST_FILE = PodBuilderExample/Info.plist;
|
357
|
-
LD_RUNPATH_SEARCH_PATHS = (
|
358
|
-
"$(inherited)",
|
359
|
-
"@executable_path/Frameworks",
|
360
|
-
);
|
361
|
-
PRODUCT_BUNDLE_IDENTIFIER = com.com.subito.PodBuilderExample;
|
362
|
-
PRODUCT_NAME = "$(TARGET_NAME)";
|
363
|
-
SWIFT_VERSION = 4.0;
|
364
|
-
TARGETED_DEVICE_FAMILY = "1,2";
|
365
|
-
};
|
366
|
-
name = Debug;
|
367
|
-
};
|
368
|
-
C347BD6A212FE46A00228046 /* Release */ = {
|
369
|
-
isa = XCBuildConfiguration;
|
370
|
-
baseConfigurationReference = 53811B6C2E6F875F02029CBE /* Pods-PodBuilderExample.release.xcconfig */;
|
371
|
-
buildSettings = {
|
372
|
-
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
373
|
-
CODE_SIGN_STYLE = Automatic;
|
374
|
-
DEVELOPMENT_TEAM = HUC4RY3F6U;
|
375
|
-
INFOPLIST_FILE = PodBuilderExample/Info.plist;
|
376
|
-
LD_RUNPATH_SEARCH_PATHS = (
|
377
|
-
"$(inherited)",
|
378
|
-
"@executable_path/Frameworks",
|
379
|
-
);
|
380
|
-
PRODUCT_BUNDLE_IDENTIFIER = com.com.subito.PodBuilderExample;
|
381
|
-
PRODUCT_NAME = "$(TARGET_NAME)";
|
382
|
-
SWIFT_VERSION = 4.0;
|
383
|
-
TARGETED_DEVICE_FAMILY = "1,2";
|
384
|
-
};
|
385
|
-
name = Release;
|
386
|
-
};
|
387
|
-
/* End XCBuildConfiguration section */
|
388
|
-
|
389
|
-
/* Begin XCConfigurationList section */
|
390
|
-
C347BD51212FE46900228046 /* Build configuration list for PBXProject "PodBuilderExample" */ = {
|
391
|
-
isa = XCConfigurationList;
|
392
|
-
buildConfigurations = (
|
393
|
-
C347BD66212FE46A00228046 /* Debug */,
|
394
|
-
C347BD67212FE46A00228046 /* Release */,
|
395
|
-
);
|
396
|
-
defaultConfigurationIsVisible = 0;
|
397
|
-
defaultConfigurationName = Release;
|
398
|
-
};
|
399
|
-
C347BD68212FE46A00228046 /* Build configuration list for PBXNativeTarget "PodBuilderExample" */ = {
|
400
|
-
isa = XCConfigurationList;
|
401
|
-
buildConfigurations = (
|
402
|
-
C347BD69212FE46A00228046 /* Debug */,
|
403
|
-
C347BD6A212FE46A00228046 /* Release */,
|
404
|
-
);
|
405
|
-
defaultConfigurationIsVisible = 0;
|
406
|
-
defaultConfigurationName = Release;
|
407
|
-
};
|
408
|
-
/* End XCConfigurationList section */
|
409
|
-
};
|
410
|
-
rootObject = C347BD4E212FE46900228046 /* Project object */;
|
411
|
-
}
|