Skip to content

Commit ef538bb

Browse files
committed
Updated CocoaPod dependencies
1 parent 6be8b6f commit ef538bb

File tree

60 files changed

+1942
-1417
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+1942
-1417
lines changed

Example/iOS Example.xcodeproj/project.pbxproj

+5-3
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
D4B85D7D1C53324600BD2FCD = {
198198
CreatedOnToolsVersion = 7.2;
199199
DevelopmentTeam = 76333YNXLE;
200-
LastSwiftMigration = 0800;
200+
LastSwiftMigration = 0930;
201201
ProvisioningStyle = Automatic;
202202
};
203203
};
@@ -461,7 +461,8 @@
461461
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
462462
PRODUCT_BUNDLE_IDENTIFIER = "io.Satyam.iOS-Example";
463463
PRODUCT_NAME = "$(TARGET_NAME)";
464-
SWIFT_VERSION = 3.0;
464+
SWIFT_SWIFT3_OBJC_INFERENCE = On;
465+
SWIFT_VERSION = 4.0;
465466
TARGETED_DEVICE_FAMILY = "1,2";
466467
};
467468
name = Debug;
@@ -479,7 +480,8 @@
479480
PRODUCT_BUNDLE_IDENTIFIER = "io.Satyam.iOS-Example";
480481
PRODUCT_NAME = "$(TARGET_NAME)";
481482
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
482-
SWIFT_VERSION = 3.0;
483+
SWIFT_SWIFT3_OBJC_INFERENCE = On;
484+
SWIFT_VERSION = 4.0;
483485
TARGETED_DEVICE_FAMILY = "1,2";
484486
};
485487
name = Release;

ForecastIO.xcodeproj/project.pbxproj

+53-21
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@
583583
LastUpgradeCheck = 0930;
584584
TargetAttributes = {
585585
39ED6CDC99672303F992B722C0ABD571 = {
586-
LastSwiftMigration = 0800;
586+
LastSwiftMigration = 0930;
587587
};
588588
4A8B23501D447FB300ACBAA8 = {
589589
CreatedOnToolsVersion = 7.3.1;
@@ -593,7 +593,7 @@
593593
};
594594
D4446E6F1C51538000FBC8A8 = {
595595
CreatedOnToolsVersion = 7.2;
596-
LastSwiftMigration = 0800;
596+
LastSwiftMigration = 0930;
597597
};
598598
D4446E781C51538000FBC8A8 = {
599599
CreatedOnToolsVersion = 7.2;
@@ -602,10 +602,10 @@
602602
ProvisioningStyle = Manual;
603603
};
604604
D4A480641C507CE70053EB05 = {
605-
LastSwiftMigration = 0800;
605+
LastSwiftMigration = 0930;
606606
};
607607
D4A4807D1C507D730053EB05 = {
608-
LastSwiftMigration = 0800;
608+
LastSwiftMigration = 0930;
609609
};
610610
D4DE2AC91C513EA00063A7CA = {
611611
DevelopmentTeam = 76333YNXLE;
@@ -720,9 +720,14 @@
720720
files = (
721721
);
722722
inputPaths = (
723+
"${SRCROOT}/Pods/Target Support Files/Pods-ForecastIO tvOS Tests/Pods-ForecastIO tvOS Tests-frameworks.sh",
724+
"${BUILT_PRODUCTS_DIR}/ForecastIO-tvOS/ForecastIO.framework",
725+
"${BUILT_PRODUCTS_DIR}/OHHTTPStubs-tvOS/OHHTTPStubs.framework",
723726
);
724727
name = "[CP] Embed Pods Frameworks";
725728
outputPaths = (
729+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ForecastIO.framework",
730+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OHHTTPStubs.framework",
726731
);
727732
runOnlyForDeploymentPostprocessing = 0;
728733
shellPath = /bin/sh;
@@ -750,13 +755,16 @@
750755
files = (
751756
);
752757
inputPaths = (
758+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
759+
"${PODS_ROOT}/Manifest.lock",
753760
);
754761
name = "[CP] Check Pods Manifest.lock";
755762
outputPaths = (
763+
"$(DERIVED_FILE_DIR)/Pods-ForecastIO macOS Tests-checkManifestLockResult.txt",
756764
);
757765
runOnlyForDeploymentPostprocessing = 0;
758766
shellPath = /bin/sh;
759-
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
767+
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";
760768
showEnvVarsInLog = 0;
761769
};
762770
4A61E8DC1D4485FC000DDEC6 /* [CP] Embed Pods Frameworks */ = {
@@ -765,9 +773,14 @@
765773
files = (
766774
);
767775
inputPaths = (
776+
"${SRCROOT}/Pods/Target Support Files/Pods-ForecastIO iOS Tests/Pods-ForecastIO iOS Tests-frameworks.sh",
777+
"${BUILT_PRODUCTS_DIR}/ForecastIO-iOS/ForecastIO.framework",
778+
"${BUILT_PRODUCTS_DIR}/OHHTTPStubs-iOS/OHHTTPStubs.framework",
768779
);
769780
name = "[CP] Embed Pods Frameworks";
770781
outputPaths = (
782+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ForecastIO.framework",
783+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OHHTTPStubs.framework",
771784
);
772785
runOnlyForDeploymentPostprocessing = 0;
773786
shellPath = /bin/sh;
@@ -794,13 +807,16 @@
794807
files = (
795808
);
796809
inputPaths = (
810+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
811+
"${PODS_ROOT}/Manifest.lock",
797812
);
798813
name = "[CP] Check Pods Manifest.lock";
799814
outputPaths = (
815+
"$(DERIVED_FILE_DIR)/Pods-ForecastIO iOS Tests-checkManifestLockResult.txt",
800816
);
801817
runOnlyForDeploymentPostprocessing = 0;
802818
shellPath = /bin/sh;
803-
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
819+
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";
804820
showEnvVarsInLog = 0;
805821
};
806822
6206FF6BF0A4AEA3C3961B22 /* [CP] Copy Pods Resources */ = {
@@ -914,9 +930,14 @@
914930
files = (
915931
);
916932
inputPaths = (
933+
"${SRCROOT}/Pods/Target Support Files/Pods-ForecastIO macOS Tests/Pods-ForecastIO macOS Tests-frameworks.sh",
934+
"${BUILT_PRODUCTS_DIR}/ForecastIO-macOS/ForecastIO.framework",
935+
"${BUILT_PRODUCTS_DIR}/OHHTTPStubs-macOS/OHHTTPStubs.framework",
917936
);
918937
name = "[CP] Embed Pods Frameworks";
919938
outputPaths = (
939+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ForecastIO.framework",
940+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OHHTTPStubs.framework",
920941
);
921942
runOnlyForDeploymentPostprocessing = 0;
922943
shellPath = /bin/sh;
@@ -929,13 +950,16 @@
929950
files = (
930951
);
931952
inputPaths = (
953+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
954+
"${PODS_ROOT}/Manifest.lock",
932955
);
933956
name = "[CP] Check Pods Manifest.lock";
934957
outputPaths = (
958+
"$(DERIVED_FILE_DIR)/Pods-ForecastIO tvOS Tests-checkManifestLockResult.txt",
935959
);
936960
runOnlyForDeploymentPostprocessing = 0;
937961
shellPath = /bin/sh;
938-
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
962+
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";
939963
showEnvVarsInLog = 0;
940964
};
941965
DE93023B7A6C2E5C9BEBC0B3 /* 📦 Embed Pods Frameworks */ = {
@@ -1154,7 +1178,8 @@
11541178
SKIP_INSTALL = YES;
11551179
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
11561180
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
1157-
SWIFT_VERSION = 3.0;
1181+
SWIFT_SWIFT3_OBJC_INFERENCE = On;
1182+
SWIFT_VERSION = 4.0;
11581183
TARGETED_DEVICE_FAMILY = "1,2";
11591184
TVOS_DEPLOYMENT_TARGET = 9.0;
11601185
VERSIONING_SYSTEM = "apple-generic";
@@ -1239,7 +1264,8 @@
12391264
SKIP_INSTALL = YES;
12401265
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
12411266
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1242-
SWIFT_VERSION = 3.0;
1267+
SWIFT_SWIFT3_OBJC_INFERENCE = On;
1268+
SWIFT_VERSION = 4.0;
12431269
TARGETED_DEVICE_FAMILY = "1,2";
12441270
TVOS_DEPLOYMENT_TARGET = 9.0;
12451271
VERSIONING_SYSTEM = "apple-generic";
@@ -1252,7 +1278,7 @@
12521278
isa = XCBuildConfiguration;
12531279
baseConfigurationReference = AA68478095963C4BF1141CF2 /* Pods-ForecastIO iOS Tests.debug.xcconfig */;
12541280
buildSettings = {
1255-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
1281+
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
12561282
CLANG_ANALYZER_NONNULL = YES;
12571283
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
12581284
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
@@ -1279,7 +1305,7 @@
12791305
isa = XCBuildConfiguration;
12801306
baseConfigurationReference = BC556936E1D2FA0BE77EF0D4 /* Pods-ForecastIO iOS Tests.release.xcconfig */;
12811307
buildSettings = {
1282-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
1308+
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
12831309
CLANG_ANALYZER_NONNULL = YES;
12841310
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
12851311
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
@@ -1389,7 +1415,8 @@
13891415
SDKROOT = macosx;
13901416
SKIP_INSTALL = YES;
13911417
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1392-
SWIFT_VERSION = 3.0;
1418+
SWIFT_SWIFT3_OBJC_INFERENCE = On;
1419+
SWIFT_VERSION = 4.0;
13931420
VERSIONING_SYSTEM = "apple-generic";
13941421
VERSION_INFO_PREFIX = "";
13951422
};
@@ -1427,7 +1454,8 @@
14271454
SDKROOT = macosx;
14281455
SKIP_INSTALL = YES;
14291456
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
1430-
SWIFT_VERSION = 3.0;
1457+
SWIFT_SWIFT3_OBJC_INFERENCE = On;
1458+
SWIFT_VERSION = 4.0;
14311459
VERSIONING_SYSTEM = "apple-generic";
14321460
VERSION_INFO_PREFIX = "";
14331461
};
@@ -1437,7 +1465,7 @@
14371465
isa = XCBuildConfiguration;
14381466
baseConfigurationReference = BF213A74D8DC9F42C361755D /* Pods-ForecastIO macOS Tests.debug.xcconfig */;
14391467
buildSettings = {
1440-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
1468+
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
14411469
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
14421470
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
14431471
CODE_SIGN_IDENTITY = "";
@@ -1465,7 +1493,7 @@
14651493
isa = XCBuildConfiguration;
14661494
baseConfigurationReference = 9B1B356DACA6D8F6203D8BA3 /* Pods-ForecastIO macOS Tests.release.xcconfig */;
14671495
buildSettings = {
1468-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
1496+
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
14691497
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
14701498
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
14711499
CODE_SIGN_IDENTITY = "";
@@ -1517,7 +1545,8 @@
15171545
SKIP_INSTALL = YES;
15181546
SUPPORTED_PLATFORMS = "watchsimulator watchos";
15191547
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1520-
SWIFT_VERSION = 3.0;
1548+
SWIFT_SWIFT3_OBJC_INFERENCE = On;
1549+
SWIFT_VERSION = 4.0;
15211550
TARGETED_DEVICE_FAMILY = 4;
15221551
TVOS_DEPLOYMENT_TARGET = 9.0;
15231552
VERSIONING_SYSTEM = "apple-generic";
@@ -1553,7 +1582,8 @@
15531582
SKIP_INSTALL = YES;
15541583
SUPPORTED_PLATFORMS = "watchsimulator watchos";
15551584
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
1556-
SWIFT_VERSION = 3.0;
1585+
SWIFT_SWIFT3_OBJC_INFERENCE = On;
1586+
SWIFT_VERSION = 4.0;
15571587
TARGETED_DEVICE_FAMILY = 4;
15581588
TVOS_DEPLOYMENT_TARGET = 9.0;
15591589
VERSIONING_SYSTEM = "apple-generic";
@@ -1589,7 +1619,8 @@
15891619
SKIP_INSTALL = YES;
15901620
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
15911621
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1592-
SWIFT_VERSION = 3.0;
1622+
SWIFT_SWIFT3_OBJC_INFERENCE = On;
1623+
SWIFT_VERSION = 4.0;
15931624
TARGETED_DEVICE_FAMILY = 3;
15941625
TVOS_DEPLOYMENT_TARGET = 9.0;
15951626
VERSIONING_SYSTEM = "apple-generic";
@@ -1625,7 +1656,8 @@
16251656
SKIP_INSTALL = YES;
16261657
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
16271658
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
1628-
SWIFT_VERSION = 3.0;
1659+
SWIFT_SWIFT3_OBJC_INFERENCE = On;
1660+
SWIFT_VERSION = 4.0;
16291661
TARGETED_DEVICE_FAMILY = 3;
16301662
TVOS_DEPLOYMENT_TARGET = 9.0;
16311663
VERSIONING_SYSTEM = "apple-generic";
@@ -1638,7 +1670,7 @@
16381670
isa = XCBuildConfiguration;
16391671
baseConfigurationReference = 191359B70894BED3AA7BABDA /* Pods-ForecastIO tvOS Tests.debug.xcconfig */;
16401672
buildSettings = {
1641-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
1673+
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
16421674
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
16431675
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
16441676
CODE_SIGN_IDENTITY = "";
@@ -1665,7 +1697,7 @@
16651697
isa = XCBuildConfiguration;
16661698
baseConfigurationReference = 092D5794F1D9F9ED48D55505 /* Pods-ForecastIO tvOS Tests.release.xcconfig */;
16671699
buildSettings = {
1668-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
1700+
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
16691701
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
16701702
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
16711703
CODE_SIGN_IDENTITY = "";

Podfile.lock

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
PODS:
2-
- ForecastIO (3.0.0)
3-
- OHHTTPStubs (5.2.1):
4-
- OHHTTPStubs/Default (= 5.2.1)
5-
- OHHTTPStubs/Core (5.2.1)
6-
- OHHTTPStubs/Default (5.2.1):
2+
- ForecastIO (4.1.0)
3+
- OHHTTPStubs (6.1.0):
4+
- OHHTTPStubs/Default (= 6.1.0)
5+
- OHHTTPStubs/Core (6.1.0)
6+
- OHHTTPStubs/Default (6.1.0):
77
- OHHTTPStubs/Core
88
- OHHTTPStubs/JSON
99
- OHHTTPStubs/NSURLSession
1010
- OHHTTPStubs/OHPathHelpers
11-
- OHHTTPStubs/JSON (5.2.1):
11+
- OHHTTPStubs/JSON (6.1.0):
1212
- OHHTTPStubs/Core
13-
- OHHTTPStubs/NSURLSession (5.2.1):
14-
- OHHTTPStubs/Core
15-
- OHHTTPStubs/OHPathHelpers (5.2.1)
16-
- OHHTTPStubs/Swift (5.2.1):
13+
- OHHTTPStubs/NSURLSession (6.1.0):
1714
- OHHTTPStubs/Core
15+
- OHHTTPStubs/OHPathHelpers (6.1.0)
16+
- OHHTTPStubs/Swift (6.1.0):
17+
- OHHTTPStubs/Default
1818

1919
DEPENDENCIES:
2020
- ForecastIO (from `./`)
@@ -23,12 +23,12 @@ DEPENDENCIES:
2323

2424
EXTERNAL SOURCES:
2525
ForecastIO:
26-
:path: "./"
26+
:path: ./
2727

2828
SPEC CHECKSUMS:
29-
ForecastIO: dd4bc4a7e2c2adcdec63bf6ae0d74c3b277bdd5d
30-
OHHTTPStubs: 3a42f25c00563b71355ac73112ba2324e9e6cef4
29+
ForecastIO: 28a7095b903a57207f12477cf333484a3600f9ce
30+
OHHTTPStubs: 1e21c7d2c084b8153fc53d48400d8919d2d432d0
3131

32-
PODFILE CHECKSUM: 7fc2e510bf2c5d97ec123f34502420d7da1c5016
32+
PODFILE CHECKSUM: 165177beaf033c9a2c8c9d78ea69c0cc2e04bbaa
3333

34-
COCOAPODS: 1.0.1
34+
COCOAPODS: 1.4.0

Pods/Local Podspecs/ForecastIO.podspec.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)