Skip to content

Commit b31e594

Browse files
Updated for Xcode 9.3.1
1 parent 33f4fc8 commit b31e594

File tree

6 files changed

+59
-101
lines changed

6 files changed

+59
-101
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ target 'SQLiteViewer' do
77
use_frameworks!
88

99
# Pods for SQLiteViewer
10-
pod 'Http.swift', '~> 2.0'
11-
pod 'SQLite.swift', '~> 0.11.4'
10+
pod 'Http.swift', '~> 2.1'
11+
pod 'SQLite.swift', '~> 0.11.5'
1212

1313
target 'SQLiteViewerTests' do
1414
inherit! :search_paths

SQLite.viewer-Example/SQLite.viewer-Example.xcodeproj/project.pbxproj

Lines changed: 45 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
63B963FF7E9F41F9533BF2EC /* Pods_SQLite_viewer_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3631778B997CDFE3B08C2F5F /* Pods_SQLite_viewer_Example.framework */; };
10+
49D2DAEC45B9BBCB97EC3338 /* Pods_SQLite_viewer_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F2F6A184CC3B504E1EA170AA /* Pods_SQLite_viewer_Example.framework */; };
1111
9D1DFFDE1F30863B00880FC8 /* chinook.sqlite in Resources */ = {isa = PBXBuildFile; fileRef = 9D1DFFDC1F30854A00880FC8 /* chinook.sqlite */; };
1212
9D1DFFDF1F30863B00880FC8 /* Northwind.sl3 in Resources */ = {isa = PBXBuildFile; fileRef = 9D1DFFDD1F30854A00880FC8 /* Northwind.sl3 */; };
1313
9DEE22111F097B1E001E5F78 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DEE22101F097B1E001E5F78 /* AppDelegate.swift */; };
@@ -18,8 +18,8 @@
1818
/* End PBXBuildFile section */
1919

2020
/* Begin PBXFileReference section */
21-
3631778B997CDFE3B08C2F5F /* Pods_SQLite_viewer_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SQLite_viewer_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
22-
8EAFEA907FB076947E8AF4F6 /* Pods-SQLite.viewer-Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SQLite.viewer-Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SQLite.viewer-Example/Pods-SQLite.viewer-Example.debug.xcconfig"; sourceTree = "<group>"; };
21+
56A0023837F6302B2A30BABE /* Pods-SQLite.viewer-Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SQLite.viewer-Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SQLite.viewer-Example/Pods-SQLite.viewer-Example.debug.xcconfig"; sourceTree = "<group>"; };
22+
7F8D8C4EBEFDCA33608F496B /* Pods-SQLite.viewer-Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SQLite.viewer-Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-SQLite.viewer-Example/Pods-SQLite.viewer-Example.release.xcconfig"; sourceTree = "<group>"; };
2323
9D1DFFDC1F30854A00880FC8 /* chinook.sqlite */ = {isa = PBXFileReference; lastKnownFileType = file; path = chinook.sqlite; sourceTree = "<group>"; };
2424
9D1DFFDD1F30854A00880FC8 /* Northwind.sl3 */ = {isa = PBXFileReference; lastKnownFileType = file; path = Northwind.sl3; sourceTree = "<group>"; };
2525
9D5689851F2FC31F00572F08 /* SQLite.viewer-Example-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SQLite.viewer-Example-Bridging-Header.h"; sourceTree = "<group>"; };
@@ -30,38 +30,30 @@
3030
9DEE22171F097B1E001E5F78 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
3131
9DEE221A1F097B1E001E5F78 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
3232
9DEE221C1F097B1E001E5F78 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
33-
FB914FCFD755B2CACA4A7522 /* Pods-SQLite.viewer-Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SQLite.viewer-Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-SQLite.viewer-Example/Pods-SQLite.viewer-Example.release.xcconfig"; sourceTree = "<group>"; };
33+
F2F6A184CC3B504E1EA170AA /* Pods_SQLite_viewer_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SQLite_viewer_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3434
/* End PBXFileReference section */
3535

3636
/* Begin PBXFrameworksBuildPhase section */
3737
9DEE220A1F097B1E001E5F78 /* Frameworks */ = {
3838
isa = PBXFrameworksBuildPhase;
3939
buildActionMask = 2147483647;
4040
files = (
41-
63B963FF7E9F41F9533BF2EC /* Pods_SQLite_viewer_Example.framework in Frameworks */,
41+
49D2DAEC45B9BBCB97EC3338 /* Pods_SQLite_viewer_Example.framework in Frameworks */,
4242
);
4343
runOnlyForDeploymentPostprocessing = 0;
4444
};
4545
/* End PBXFrameworksBuildPhase section */
4646

4747
/* Begin PBXGroup section */
48-
33EC4064EEAE2C79F39724C2 /* Pods */ = {
48+
831CB0463241252873B4160D /* Pods */ = {
4949
isa = PBXGroup;
5050
children = (
51-
8EAFEA907FB076947E8AF4F6 /* Pods-SQLite.viewer-Example.debug.xcconfig */,
52-
FB914FCFD755B2CACA4A7522 /* Pods-SQLite.viewer-Example.release.xcconfig */,
51+
56A0023837F6302B2A30BABE /* Pods-SQLite.viewer-Example.debug.xcconfig */,
52+
7F8D8C4EBEFDCA33608F496B /* Pods-SQLite.viewer-Example.release.xcconfig */,
5353
);
5454
name = Pods;
5555
sourceTree = "<group>";
5656
};
57-
902F5FE65845891171914228 /* Frameworks */ = {
58-
isa = PBXGroup;
59-
children = (
60-
3631778B997CDFE3B08C2F5F /* Pods_SQLite_viewer_Example.framework */,
61-
);
62-
name = Frameworks;
63-
sourceTree = "<group>";
64-
};
6557
9D1DFFDB1F30852500880FC8 /* Sample DBs */ = {
6658
isa = PBXGroup;
6759
children = (
@@ -76,8 +68,8 @@
7668
children = (
7769
9DEE220F1F097B1E001E5F78 /* SQLite.viewer-Example */,
7870
9DEE220E1F097B1E001E5F78 /* Products */,
79-
33EC4064EEAE2C79F39724C2 /* Pods */,
80-
902F5FE65845891171914228 /* Frameworks */,
71+
831CB0463241252873B4160D /* Pods */,
72+
AB27A0A549EE19DBA92B8D41 /* Frameworks */,
8173
);
8274
sourceTree = "<group>";
8375
};
@@ -104,19 +96,26 @@
10496
path = "SQLite.viewer-Example";
10597
sourceTree = "<group>";
10698
};
99+
AB27A0A549EE19DBA92B8D41 /* Frameworks */ = {
100+
isa = PBXGroup;
101+
children = (
102+
F2F6A184CC3B504E1EA170AA /* Pods_SQLite_viewer_Example.framework */,
103+
);
104+
name = Frameworks;
105+
sourceTree = "<group>";
106+
};
107107
/* End PBXGroup section */
108108

109109
/* Begin PBXNativeTarget section */
110110
9DEE220C1F097B1E001E5F78 /* SQLite.viewer-Example */ = {
111111
isa = PBXNativeTarget;
112112
buildConfigurationList = 9DEE221F1F097B1E001E5F78 /* Build configuration list for PBXNativeTarget "SQLite.viewer-Example" */;
113113
buildPhases = (
114-
0C1A4E680EA27494D8873749 /* [CP] Check Pods Manifest.lock */,
114+
EA5A416A82B445A3722D31D1 /* [CP] Check Pods Manifest.lock */,
115115
9DEE22091F097B1E001E5F78 /* Sources */,
116116
9DEE220A1F097B1E001E5F78 /* Frameworks */,
117117
9DEE220B1F097B1E001E5F78 /* Resources */,
118-
D5F119814C1B7CEBD317152C /* [CP] Embed Pods Frameworks */,
119-
C51B6A57D790641FFC878715 /* [CP] Copy Pods Resources */,
118+
8BDD713E0E631357D14B48E8 /* [CP] Embed Pods Frameworks */,
120119
);
121120
buildRules = (
122121
);
@@ -134,7 +133,7 @@
134133
isa = PBXProject;
135134
attributes = {
136135
LastSwiftUpdateCheck = 0830;
137-
LastUpgradeCheck = 0900;
136+
LastUpgradeCheck = 0930;
138137
ORGANIZATIONNAME = BiAtoms;
139138
TargetAttributes = {
140139
9DEE220C1F097B1E001E5F78 = {
@@ -179,61 +178,46 @@
179178
/* End PBXResourcesBuildPhase section */
180179

181180
/* Begin PBXShellScriptBuildPhase section */
182-
0C1A4E680EA27494D8873749 /* [CP] Check Pods Manifest.lock */ = {
183-
isa = PBXShellScriptBuildPhase;
184-
buildActionMask = 2147483647;
185-
files = (
186-
);
187-
inputPaths = (
188-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
189-
"${PODS_ROOT}/Manifest.lock",
190-
);
191-
name = "[CP] Check Pods Manifest.lock";
192-
outputPaths = (
193-
"$(DERIVED_FILE_DIR)/Pods-SQLite.viewer-Example-checkManifestLockResult.txt",
194-
);
195-
runOnlyForDeploymentPostprocessing = 0;
196-
shellPath = /bin/sh;
197-
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";
198-
showEnvVarsInLog = 0;
199-
};
200-
C51B6A57D790641FFC878715 /* [CP] Copy Pods Resources */ = {
181+
8BDD713E0E631357D14B48E8 /* [CP] Embed Pods Frameworks */ = {
201182
isa = PBXShellScriptBuildPhase;
202183
buildActionMask = 2147483647;
203184
files = (
204185
);
205186
inputPaths = (
187+
"${SRCROOT}/Pods/Target Support Files/Pods-SQLite.viewer-Example/Pods-SQLite.viewer-Example-frameworks.sh",
188+
"${BUILT_PRODUCTS_DIR}/Http.swift/HttpSwift.framework",
189+
"${BUILT_PRODUCTS_DIR}/SQLite.swift/SQLite.framework",
190+
"${BUILT_PRODUCTS_DIR}/SQLite.viewer/SQLiteViewer.framework",
191+
"${BUILT_PRODUCTS_DIR}/Socket.swift/SocketSwift.framework",
206192
);
207-
name = "[CP] Copy Pods Resources";
193+
name = "[CP] Embed Pods Frameworks";
208194
outputPaths = (
195+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HttpSwift.framework",
196+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SQLite.framework",
197+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SQLiteViewer.framework",
198+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SocketSwift.framework",
209199
);
210200
runOnlyForDeploymentPostprocessing = 0;
211201
shellPath = /bin/sh;
212-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SQLite.viewer-Example/Pods-SQLite.viewer-Example-resources.sh\"\n";
202+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SQLite.viewer-Example/Pods-SQLite.viewer-Example-frameworks.sh\"\n";
213203
showEnvVarsInLog = 0;
214204
};
215-
D5F119814C1B7CEBD317152C /* [CP] Embed Pods Frameworks */ = {
205+
EA5A416A82B445A3722D31D1 /* [CP] Check Pods Manifest.lock */ = {
216206
isa = PBXShellScriptBuildPhase;
217207
buildActionMask = 2147483647;
218208
files = (
219209
);
220210
inputPaths = (
221-
"${SRCROOT}/Pods/Target Support Files/Pods-SQLite.viewer-Example/Pods-SQLite.viewer-Example-frameworks.sh",
222-
"${BUILT_PRODUCTS_DIR}/Http.swift/HttpSwift.framework",
223-
"${BUILT_PRODUCTS_DIR}/SQLite.swift/SQLite.framework",
224-
"${BUILT_PRODUCTS_DIR}/SQLite.viewer/SQLiteViewer.framework",
225-
"${BUILT_PRODUCTS_DIR}/Socket.swift/SocketSwift.framework",
211+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
212+
"${PODS_ROOT}/Manifest.lock",
226213
);
227-
name = "[CP] Embed Pods Frameworks";
214+
name = "[CP] Check Pods Manifest.lock";
228215
outputPaths = (
229-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HttpSwift.framework",
230-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SQLite.framework",
231-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SQLiteViewer.framework",
232-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SocketSwift.framework",
216+
"$(DERIVED_FILE_DIR)/Pods-SQLite.viewer-Example-checkManifestLockResult.txt",
233217
);
234218
runOnlyForDeploymentPostprocessing = 0;
235219
shellPath = /bin/sh;
236-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SQLite.viewer-Example/Pods-SQLite.viewer-Example-frameworks.sh\"\n";
220+
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";
237221
showEnvVarsInLog = 0;
238222
};
239223
/* End PBXShellScriptBuildPhase section */
@@ -284,13 +268,15 @@
284268
CLANG_WARN_BOOL_CONVERSION = YES;
285269
CLANG_WARN_COMMA = YES;
286270
CLANG_WARN_CONSTANT_CONVERSION = YES;
271+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
287272
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
288273
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
289274
CLANG_WARN_EMPTY_BODY = YES;
290275
CLANG_WARN_ENUM_CONVERSION = YES;
291276
CLANG_WARN_INFINITE_RECURSION = YES;
292277
CLANG_WARN_INT_CONVERSION = YES;
293278
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
279+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
294280
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
295281
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
296282
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
@@ -340,13 +326,15 @@
340326
CLANG_WARN_BOOL_CONVERSION = YES;
341327
CLANG_WARN_COMMA = YES;
342328
CLANG_WARN_CONSTANT_CONVERSION = YES;
329+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
343330
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
344331
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
345332
CLANG_WARN_EMPTY_BODY = YES;
346333
CLANG_WARN_ENUM_CONVERSION = YES;
347334
CLANG_WARN_INFINITE_RECURSION = YES;
348335
CLANG_WARN_INT_CONVERSION = YES;
349336
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
337+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
350338
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
351339
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
352340
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
@@ -377,7 +365,7 @@
377365
};
378366
9DEE22201F097B1E001E5F78 /* Debug */ = {
379367
isa = XCBuildConfiguration;
380-
baseConfigurationReference = 8EAFEA907FB076947E8AF4F6 /* Pods-SQLite.viewer-Example.debug.xcconfig */;
368+
baseConfigurationReference = 56A0023837F6302B2A30BABE /* Pods-SQLite.viewer-Example.debug.xcconfig */;
381369
buildSettings = {
382370
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
383371
CLANG_ENABLE_MODULES = YES;
@@ -395,7 +383,7 @@
395383
};
396384
9DEE22211F097B1E001E5F78 /* Release */ = {
397385
isa = XCBuildConfiguration;
398-
baseConfigurationReference = FB914FCFD755B2CACA4A7522 /* Pods-SQLite.viewer-Example.release.xcconfig */;
386+
baseConfigurationReference = 7F8D8C4EBEFDCA33608F496B /* Pods-SQLite.viewer-Example.release.xcconfig */;
399387
buildSettings = {
400388
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
401389
CLANG_ENABLE_MODULES = YES;

SQLite.viewer.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SQLite.viewer'
3-
s.version = '2.0.0'
3+
s.version = '2.1.0'
44
s.summary = 'An elegant library for debugging sqlite databases in iOS applications'
55
s.homepage = 'https://github.com/BiAtoms/SQLite.viewer'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
@@ -12,6 +12,6 @@ Pod::Spec.new do |s|
1212
s.source_files = 'Sources/*.swift'
1313
s.resource_bundles = { 'com.biatoms.sqlite-viewer.assets' => ['Sources/**/*.{js,css,ico,html}'] }
1414

15-
s.dependency 'Http.swift', '2.0.0'
16-
s.dependency 'SQLite.swift', '>= 0.11.4'
15+
s.dependency 'Http.swift', '~> 2.1.1'
16+
s.dependency 'SQLite.swift', '>= 0.11.5'
1717
end

SQLiteViewer.xcodeproj/project.pbxproj

Lines changed: 7 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@
209209
9D4A4F611F2E321E000AF312 /* Frameworks */,
210210
9D4A4F621F2E321E000AF312 /* Resources */,
211211
6825A1CFEAAC080033A1B981 /* [CP] Embed Pods Frameworks */,
212-
E3E5F0DE8A11FBB376D36A95 /* [CP] Copy Pods Resources */,
213212
);
214213
buildRules = (
215214
);
@@ -230,7 +229,6 @@
230229
9DEE21F51F097812001E5F78 /* Frameworks */,
231230
9DEE21F61F097812001E5F78 /* Headers */,
232231
9DEE21F71F097812001E5F78 /* Resources */,
233-
CA0D0558CBA5C79D65AAEB5B /* [CP] Copy Pods Resources */,
234232
);
235233
buildRules = (
236234
);
@@ -248,7 +246,7 @@
248246
isa = PBXProject;
249247
attributes = {
250248
LastSwiftUpdateCheck = 0830;
251-
LastUpgradeCheck = 0900;
249+
LastUpgradeCheck = 0930;
252250
ORGANIZATIONNAME = BiAtoms;
253251
TargetAttributes = {
254252
9D4A4F631F2E321E000AF312 = {
@@ -368,36 +366,6 @@
368366
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";
369367
showEnvVarsInLog = 0;
370368
};
371-
CA0D0558CBA5C79D65AAEB5B /* [CP] Copy Pods Resources */ = {
372-
isa = PBXShellScriptBuildPhase;
373-
buildActionMask = 2147483647;
374-
files = (
375-
);
376-
inputPaths = (
377-
);
378-
name = "[CP] Copy Pods Resources";
379-
outputPaths = (
380-
);
381-
runOnlyForDeploymentPostprocessing = 0;
382-
shellPath = /bin/sh;
383-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SQLiteViewer/Pods-SQLiteViewer-resources.sh\"\n";
384-
showEnvVarsInLog = 0;
385-
};
386-
E3E5F0DE8A11FBB376D36A95 /* [CP] Copy Pods Resources */ = {
387-
isa = PBXShellScriptBuildPhase;
388-
buildActionMask = 2147483647;
389-
files = (
390-
);
391-
inputPaths = (
392-
);
393-
name = "[CP] Copy Pods Resources";
394-
outputPaths = (
395-
);
396-
runOnlyForDeploymentPostprocessing = 0;
397-
shellPath = /bin/sh;
398-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SQLiteViewerTests/Pods-SQLiteViewerTests-resources.sh\"\n";
399-
showEnvVarsInLog = 0;
400-
};
401369
/* End PBXShellScriptBuildPhase section */
402370

403371
/* Begin PBXSourcesBuildPhase section */
@@ -471,13 +439,15 @@
471439
CLANG_WARN_BOOL_CONVERSION = YES;
472440
CLANG_WARN_COMMA = YES;
473441
CLANG_WARN_CONSTANT_CONVERSION = YES;
442+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
474443
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
475444
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
476445
CLANG_WARN_EMPTY_BODY = YES;
477446
CLANG_WARN_ENUM_CONVERSION = YES;
478447
CLANG_WARN_INFINITE_RECURSION = YES;
479448
CLANG_WARN_INT_CONVERSION = YES;
480449
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
450+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
481451
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
482452
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
483453
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
@@ -505,7 +475,7 @@
505475
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
506476
GCC_WARN_UNUSED_FUNCTION = YES;
507477
GCC_WARN_UNUSED_VARIABLE = YES;
508-
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
478+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
509479
MTL_ENABLE_DEBUG_INFO = YES;
510480
ONLY_ACTIVE_ARCH = YES;
511481
SDKROOT = iphoneos;
@@ -531,13 +501,15 @@
531501
CLANG_WARN_BOOL_CONVERSION = YES;
532502
CLANG_WARN_COMMA = YES;
533503
CLANG_WARN_CONSTANT_CONVERSION = YES;
504+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
534505
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
535506
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
536507
CLANG_WARN_EMPTY_BODY = YES;
537508
CLANG_WARN_ENUM_CONVERSION = YES;
538509
CLANG_WARN_INFINITE_RECURSION = YES;
539510
CLANG_WARN_INT_CONVERSION = YES;
540511
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
512+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
541513
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
542514
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
543515
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
@@ -559,7 +531,7 @@
559531
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
560532
GCC_WARN_UNUSED_FUNCTION = YES;
561533
GCC_WARN_UNUSED_VARIABLE = YES;
562-
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
534+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
563535
MTL_ENABLE_DEBUG_INFO = NO;
564536
SDKROOT = iphoneos;
565537
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";

0 commit comments

Comments
 (0)