Skip to content

Commit 823d83a

Browse files
committed
Xcode 9.3
1 parent 99080d8 commit 823d83a

File tree

6 files changed

+44
-32
lines changed

6 files changed

+44
-32
lines changed

ClusterKit.xcodeproj/project.pbxproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
isa = PBXProject;
308308
attributes = {
309309
CLASSPREFIX = CK;
310-
LastUpgradeCheck = 0900;
310+
LastUpgradeCheck = 0930;
311311
ORGANIZATIONNAME = Hulab;
312312
TargetAttributes = {
313313
9CC8756E1E0295A30019AA18 = {
@@ -407,13 +407,15 @@
407407
CLANG_WARN_BOOL_CONVERSION = YES;
408408
CLANG_WARN_COMMA = YES;
409409
CLANG_WARN_CONSTANT_CONVERSION = YES;
410+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
410411
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
411412
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
412413
CLANG_WARN_EMPTY_BODY = YES;
413414
CLANG_WARN_ENUM_CONVERSION = YES;
414415
CLANG_WARN_INFINITE_RECURSION = YES;
415416
CLANG_WARN_INT_CONVERSION = YES;
416417
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
418+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
417419
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
418420
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
419421
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
@@ -465,13 +467,15 @@
465467
CLANG_WARN_BOOL_CONVERSION = YES;
466468
CLANG_WARN_COMMA = YES;
467469
CLANG_WARN_CONSTANT_CONVERSION = YES;
470+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
468471
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
469472
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
470473
CLANG_WARN_EMPTY_BODY = YES;
471474
CLANG_WARN_ENUM_CONVERSION = YES;
472475
CLANG_WARN_INFINITE_RECURSION = YES;
473476
CLANG_WARN_INT_CONVERSION = YES;
474477
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
478+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
475479
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
476480
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
477481
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

ClusterKit.xcodeproj/xcshareddata/xcschemes/ClusterKit.xcscheme

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0900"
3+
LastUpgradeVersion = "0930"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -26,7 +26,6 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29-
language = ""
3029
shouldUseLaunchSchemeArgsEnv = "YES">
3130
<Testables>
3231
<TestableReference
@@ -56,7 +55,6 @@
5655
buildConfiguration = "Debug"
5756
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
5857
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
59-
language = ""
6058
launchStyle = "0"
6159
useCustomWorkingDirectory = "NO"
6260
ignoresPersistentStateOnLaunch = "NO"

Examples/Examples.xcodeproj/project.pbxproj

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,6 @@
361361
9C1A99E51EB9225800BEB563 /* Frameworks */,
362362
9C1A99E61EB9225800BEB563 /* Headers */,
363363
9C1A99E71EB9225800BEB563 /* Resources */,
364-
16AADC9C44222CF58CA905D6 /* [CP] Copy Pods Resources */,
365364
);
366365
buildRules = (
367366
);
@@ -423,7 +422,7 @@
423422
isa = PBXProject;
424423
attributes = {
425424
LastSwiftUpdateCheck = 0820;
426-
LastUpgradeCheck = 0900;
425+
LastUpgradeCheck = 0930;
427426
ORGANIZATIONNAME = Hulab;
428427
TargetAttributes = {
429428
9C1A99E81EB9225800BEB563 = {
@@ -525,21 +524,6 @@
525524
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";
526525
showEnvVarsInLog = 0;
527526
};
528-
16AADC9C44222CF58CA905D6 /* [CP] Copy Pods Resources */ = {
529-
isa = PBXShellScriptBuildPhase;
530-
buildActionMask = 2147483647;
531-
files = (
532-
);
533-
inputPaths = (
534-
);
535-
name = "[CP] Copy Pods Resources";
536-
outputPaths = (
537-
);
538-
runOnlyForDeploymentPostprocessing = 0;
539-
shellPath = /bin/sh;
540-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Example-data/Pods-Example-data-resources.sh\"\n";
541-
showEnvVarsInLog = 0;
542-
};
543527
2665C1F24D2188B1AB03D970 /* [CP] Check Pods Manifest.lock */ = {
544528
isa = PBXShellScriptBuildPhase;
545529
buildActionMask = 2147483647;
@@ -635,7 +619,7 @@
635619
);
636620
name = "[CP] Copy Pods Resources";
637621
outputPaths = (
638-
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}",
622+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleMaps.bundle",
639623
);
640624
runOnlyForDeploymentPostprocessing = 0;
641625
shellPath = /bin/sh;
@@ -653,7 +637,7 @@
653637
);
654638
name = "[CP] Copy Pods Resources";
655639
outputPaths = (
656-
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}",
640+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleMaps.bundle",
657641
);
658642
runOnlyForDeploymentPostprocessing = 0;
659643
shellPath = /bin/sh;
@@ -802,13 +786,15 @@
802786
CLANG_WARN_BOOL_CONVERSION = YES;
803787
CLANG_WARN_COMMA = YES;
804788
CLANG_WARN_CONSTANT_CONVERSION = YES;
789+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
805790
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
806791
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
807792
CLANG_WARN_EMPTY_BODY = YES;
808793
CLANG_WARN_ENUM_CONVERSION = YES;
809794
CLANG_WARN_INFINITE_RECURSION = YES;
810795
CLANG_WARN_INT_CONVERSION = YES;
811796
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
797+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
812798
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
813799
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
814800
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
@@ -859,13 +845,15 @@
859845
CLANG_WARN_BOOL_CONVERSION = YES;
860846
CLANG_WARN_COMMA = YES;
861847
CLANG_WARN_CONSTANT_CONVERSION = YES;
848+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
862849
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
863850
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
864851
CLANG_WARN_EMPTY_BODY = YES;
865852
CLANG_WARN_ENUM_CONVERSION = YES;
866853
CLANG_WARN_INFINITE_RECURSION = YES;
867854
CLANG_WARN_INT_CONVERSION = YES;
868855
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
856+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
869857
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
870858
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
871859
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

Examples/Podfile.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,40 @@
11
PODS:
2-
- ClusterKit/Core (0.3.2)
3-
- ClusterKit/Mapbox (0.3.2):
2+
- ClusterKit/Core (0.3.3)
3+
- ClusterKit/Mapbox (0.3.3):
44
- ClusterKit/Core
5-
- Mapbox-iOS-SDK (~> 3.7)
6-
- ClusterKit/MapKit (0.3.2):
5+
- Mapbox-iOS-SDK (~> 4.0)
6+
- ClusterKit/MapKit (0.3.3):
77
- ClusterKit/Core
88
- GeoJSONSerialization (0.0.4)
99
- GoogleMaps (2.5.0):
1010
- GoogleMaps/Maps (= 2.5.0)
1111
- GoogleMaps/Base (2.5.0)
1212
- GoogleMaps/Maps (2.5.0):
1313
- GoogleMaps/Base
14-
- Mapbox-iOS-SDK (3.7.2)
14+
- Mapbox-iOS-SDK (4.0.2)
1515

1616
DEPENDENCIES:
1717
- ClusterKit/Mapbox (from `../.`)
1818
- ClusterKit/MapKit (from `../.`)
1919
- GeoJSONSerialization
2020
- GoogleMaps
2121

22+
SPEC REPOS:
23+
https://github.com/cocoapods/specs.git:
24+
- GeoJSONSerialization
25+
- GoogleMaps
26+
- Mapbox-iOS-SDK
27+
2228
EXTERNAL SOURCES:
2329
ClusterKit:
24-
:path: ../.
30+
:path: "../."
2531

2632
SPEC CHECKSUMS:
27-
ClusterKit: 7d5b7cbbdd0eb82e70a1d146fc5c12b07050fa3a
33+
ClusterKit: 2dc38fdb4172eeb11f5f140e38937246afe3d7a5
2834
GeoJSONSerialization: 55a3d24fe9af26508e3af76873114b39b13ba479
2935
GoogleMaps: c087b8e5dfe87ca6ebf59adb9b4894a4146bec4f
30-
Mapbox-iOS-SDK: d882f53debc26649b728755df5b7a160d9086367
36+
Mapbox-iOS-SDK: 02b15b70167d54b45fdc059737672a3a68cd780f
3137

3238
PODFILE CHECKSUM: 8f8d060a926963ecdc82652eff001cfb4af8e2c5
3339

34-
COCOAPODS: 1.3.1
40+
COCOAPODS: 1.5.3

0 commit comments

Comments
 (0)