Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 78310a5
Author: Satyam Ghodasara <[email protected]>
Date:   Mon Apr 8 19:43:17 2019 -0400

    Update project metadata

commit cf9523f
Author: Satyam Ghodasara <[email protected]>
Date:   Mon Apr 8 19:35:07 2019 -0400

    Update Flag.nearestStation to be optional

commit 8c6425b
Author: Satyam Ghodasara <[email protected]>
Date:   Mon Apr 8 19:34:48 2019 -0400

    Fix CodingKeys for precipitation values

commit fc3990d
Author: Satyam Ghodasara <[email protected]>
Date:   Mon Apr 8 18:51:26 2019 -0400

    Update project settings for Swift 5

commit d1a4b7a
Author: Satyam Ghodasara <[email protected]>
Date:   Mon Apr 8 18:49:57 2019 -0400

    Update bundle ID

commit 9ef5b87
Author: Satyam Ghodasara <[email protected]>
Date:   Mon Apr 8 18:49:38 2019 -0400

    Add missing resources to unit test targets
  • Loading branch information
sxg committed Apr 8, 2019
1 parent 16473a7 commit 5d14f82
Show file tree
Hide file tree
Showing 13 changed files with 120 additions and 61 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,18 @@

ForecastIO adheres to [Semantic Versioning](http://semver.org/).

## 6.0.1

Released on April 8, 2019.

### Updated
- `CodingKeys` for precipitation properties on `DataPoint`
- `nearestStations` on `Flag` is now optional
- All unit test JSON files are now included in all unit test targets

## 6.0.0

Release on March 15, 2019.
Released on March 15, 2019.

### Added
- Most structs now conform to `Decodable`
Expand All @@ -23,7 +32,7 @@ Release on March 15, 2019.

## 5.1.0

Release on October 2, 2018.
Released on October 2, 2018.

### Added
- Support for Hebrew and Latvian
Expand Down
17 changes: 11 additions & 6 deletions Example/iOS Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -191,13 +191,13 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0720;
LastUpgradeCheck = 0930;
LastUpgradeCheck = 1020;
ORGANIZATIONNAME = CocoaPods;
TargetAttributes = {
D4B85D7D1C53324600BD2FCD = {
CreatedOnToolsVersion = 7.2;
DevelopmentTeam = 76333YNXLE;
LastSwiftMigration = "";
LastSwiftMigration = 1020;
ProvisioningStyle = Automatic;
};
};
Expand All @@ -207,6 +207,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
Base,
);
Expand Down Expand Up @@ -350,6 +351,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
Expand All @@ -376,6 +378,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 76333YNXLE;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand Down Expand Up @@ -405,6 +408,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
Expand All @@ -431,6 +435,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 76333YNXLE;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand Down Expand Up @@ -459,9 +464,9 @@
INFOPLIST_FILE = "iOS Example/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "io.Satyam.iOS-Example";
PRODUCT_BUNDLE_IDENTIFIER = io.Satyam.iOSExample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -476,10 +481,10 @@
INFOPLIST_FILE = "iOS Example/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "io.Satyam.iOS-Example";
PRODUCT_BUNDLE_IDENTIFIER = io.Satyam.iOSExample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0930"
LastUpgradeVersion = "1020"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion ForecastIO.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = "ForecastIO"
s.version = "6.0.0"
s.version = "6.0.1"
s.summary = "ForecastIO is a Swift library for interfacing with the Dark Sky forecast API."
s.homepage = "https://github.com/sxg/ForecastIO"
s.license = 'MIT'
Expand Down
Loading

0 comments on commit 5d14f82

Please sign in to comment.