File tree Expand file tree Collapse file tree 7 files changed +19
-15
lines changed Expand file tree Collapse file tree 7 files changed +19
-15
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
6
6
#### 5.x Releases
7
7
8
- - ` 5.2.x ` Releases - [ 5.2.0] ( #520 )
8
+ - ` 5.2.x ` Releases - [ 5.2.0] ( #520 ) | [ 5.2.1 ] ( #521 )
9
9
- ` 5.1.x ` Releases - [ 5.1.0] ( #510 )
10
10
- ` 5.0.x ` Releases - [ 5.0.0] ( #500 ) | [ 5.0.1] ( #501 ) | [ 5.0.2] ( #502 )
11
11
@@ -43,6 +43,16 @@ All notable changes to this project will be documented in this file.
43
43
44
44
---
45
45
46
+ ## [ 5.2.1] ( https://github.com/Nike-Inc/Willow/releases/tag/5.2.1 )
47
+ Released on 2019-05-02. All issues associated with this milestone can be found using this
48
+ [ filter] ( https://github.com/Nike-Inc/Willow/milestone/14?closed=1 ) .
49
+
50
+ #### Fixed
51
+ - Issue where Swift version was incorrectly set to 5.0 when it should have been 4.2.
52
+ - Fixed by [ Greg Tropino] ( https://github.com/gtrop1 ) in Pull Request [ #55 ] ( https://github.com/Nike-Inc/Willow/pull/55 ) .
53
+
54
+ ---
55
+
46
56
## [ 5.2.0] ( https://github.com/Nike-Inc/Willow/releases/tag/5.2.0 )
47
57
48
58
#### Updated
Original file line number Diff line number Diff line change 355
355
ONLY_ACTIVE_ARCH = YES;
356
356
SDKROOT = iphoneos;
357
357
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
358
- SWIFT_VERSION = 5.0 ;
358
+ SWIFT_VERSION = 4.2 ;
359
359
TARGETED_DEVICE_FAMILY = "1,2";
360
360
TVOS_DEPLOYMENT_TARGET = 9.0;
361
361
VERSIONING_SYSTEM = "apple-generic";
412
412
MTL_ENABLE_DEBUG_INFO = NO;
413
413
SDKROOT = iphoneos;
414
414
SWIFT_COMPILATION_MODE = wholemodule;
415
- SWIFT_VERSION = 5.0 ;
415
+ SWIFT_VERSION = 4.2 ;
416
416
TARGETED_DEVICE_FAMILY = "1,2";
417
417
TVOS_DEPLOYMENT_TARGET = 9.0;
418
418
VALIDATE_PRODUCT = YES;
438
438
PRODUCT_BUNDLE_IDENTIFIER = com.nike.Database;
439
439
PRODUCT_NAME = "$(TARGET_NAME)";
440
440
SKIP_INSTALL = YES;
441
- SWIFT_VERSION = 5.0;
442
441
};
443
442
name = Debug;
444
443
};
458
457
PRODUCT_BUNDLE_IDENTIFIER = com.nike.Database;
459
458
PRODUCT_NAME = "$(TARGET_NAME)";
460
459
SKIP_INSTALL = YES;
461
- SWIFT_VERSION = 5.0;
462
460
};
463
461
name = Release;
464
462
};
Original file line number Diff line number Diff line change 438
438
PRODUCT_BUNDLE_IDENTIFIER = com.nike.WebServices;
439
439
PRODUCT_NAME = "$(TARGET_NAME)";
440
440
SKIP_INSTALL = YES;
441
- SWIFT_VERSION = 5.0;
442
441
};
443
442
name = Debug;
444
443
};
458
457
PRODUCT_BUNDLE_IDENTIFIER = com.nike.WebServices;
459
458
PRODUCT_NAME = "$(TARGET_NAME)";
460
459
SKIP_INSTALL = YES;
461
- SWIFT_VERSION = 5.0;
462
460
};
463
461
name = Release;
464
462
};
Original file line number Diff line number Diff line change 361
361
PRODUCT_NAME = "";
362
362
SDKROOT = iphoneos;
363
363
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
364
- SWIFT_VERSION = 5.0 ;
364
+ SWIFT_VERSION = 4.2 ;
365
365
TARGETED_DEVICE_FAMILY = "1,2";
366
366
TVOS_DEPLOYMENT_TARGET = 9.0;
367
367
WATCHOS_DEPLOYMENT_TARGET = 2.0;
414
414
PRODUCT_NAME = "";
415
415
SDKROOT = iphoneos;
416
416
SWIFT_COMPILATION_MODE = wholemodule;
417
- SWIFT_VERSION = 5.0 ;
417
+ SWIFT_VERSION = 4.2 ;
418
418
TARGETED_DEVICE_FAMILY = "1,2";
419
419
TVOS_DEPLOYMENT_TARGET = 9.0;
420
420
VALIDATE_PRODUCT = YES;
438
438
PRODUCT_NAME = "iOS Example";
439
439
PROVISIONING_PROFILE = "";
440
440
PROVISIONING_PROFILE_SPECIFIER = "";
441
- SWIFT_VERSION = 5.0;
442
441
};
443
442
name = Debug;
444
443
};
456
455
PRODUCT_BUNDLE_IDENTIFIER = "com.nike.$(PRODUCT_NAME:rfc1034identifier)";
457
456
PRODUCT_NAME = "iOS Example";
458
457
PROVISIONING_PROFILE_SPECIFIER = "";
459
- SWIFT_VERSION = 5.0;
460
458
};
461
459
name = Release;
462
460
};
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >5.2.0 </string >
18
+ <string >5.2.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "Willow"
3
- s . version = "5.2.0 "
3
+ s . version = "5.2.1 "
4
4
s . license = "MIT"
5
5
s . summary = "A powerful, yet lightweight logging library written in Swift."
6
6
s . homepage = "https://github.com/Nike-Inc/Willow"
Original file line number Diff line number Diff line change 913
913
ONLY_ACTIVE_ARCH = YES;
914
914
SDKROOT = iphoneos;
915
915
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
916
- SWIFT_VERSION = 5.0 ;
916
+ SWIFT_VERSION = 4.2 ;
917
917
TARGETED_DEVICE_FAMILY = "1,2";
918
918
TVOS_DEPLOYMENT_TARGET = 9.0;
919
919
VERSIONING_SYSTEM = "apple-generic";
970
970
MTL_ENABLE_DEBUG_INFO = NO;
971
971
SDKROOT = iphoneos;
972
972
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
973
- SWIFT_VERSION = 5.0 ;
973
+ SWIFT_VERSION = 4.2 ;
974
974
TARGETED_DEVICE_FAMILY = "1,2";
975
975
TVOS_DEPLOYMENT_TARGET = 9.0;
976
976
VALIDATE_PRODUCT = YES;
You can’t perform that action at this time.
0 commit comments