Skip to content

Commit 6bd66de

Browse files
author
Pawel Kania (PGS Software)
committed
Update
1 parent e58bb37 commit 6bd66de

4 files changed

Lines changed: 9 additions & 7 deletions

File tree

PushNotificationSimulation.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
Pod::Spec.new do |spec|
2626
spec.name = "PushNotificationSimulation"
27-
spec.version = "1.1.1"
27+
spec.version = "1.1.2"
2828
spec.summary = "Helper in simulating push notifications"
2929
spec.homepage = "https://github.com/pwlkania/PushNotificationSimulation"
3030
spec.license = "MIT"

PushNotificationSimulation.xcodeproj/project.pbxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
isa = PBXProject;
243243
attributes = {
244244
LastSwiftUpdateCheck = 1030;
245-
LastUpgradeCheck = 1030;
245+
LastUpgradeCheck = 1200;
246246
TargetAttributes = {
247247
482392CC2334B4F80099A303 = {
248248
CreatedOnToolsVersion = 10.3;
@@ -437,6 +437,7 @@
437437
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
438438
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
439439
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
440+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
440441
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
441442
CLANG_WARN_STRICT_PROTOTYPES = YES;
442443
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -501,6 +502,7 @@
501502
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
502503
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
503504
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
505+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
504506
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
505507
CLANG_WARN_STRICT_PROTOTYPES = YES;
506508
CLANG_WARN_SUSPICIOUS_MOVE = YES;

PushNotificationSimulation.xcodeproj/xcshareddata/xcschemes/PushNotificationSimulation.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1030"
3+
LastUpgradeVersion = "1200"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
`PushNotificationSimulation` helps in simulating push notifications in the application during development.
44

5-
[![Swift 5.0](https://img.shields.io/badge/swift-5.0-4BC51D.svg?style=flat)](https://swift.org/)
5+
[![Swift 5.0](https://img.shields.io/badge/Swift-5.0-orange)](https://swift.org/)
66
[![Travis](https://travis-ci.org/pwlkania/PushNotificationSimulation.svg?branch=master)](https://travis-ci.org/pwlkania/PushNotificationSimulation.svg?branch=master)
77
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/PushNotificationSimulation.svg)](https://cocoapods.org/pods/PushNotificationSimulation)
8-
[![Carthage Compatible](https://img.shields.io/badge/carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
9-
[![Swift Package Manager Compatible](https://img.shields.io/badge/swift%20package%20manager-compatible-4BC51D.svg?style=flat)](https://github.com/apple/swift-package-manager)
8+
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-brightgreen)](https://github.com/Carthage/Carthage)
9+
[![SPM](https://img.shields.io/badge/SPM-supported-brightgreen)](https://swift.org/package-manager/)
1010
[![Platform](https://img.shields.io/cocoapods/p/PushNotificationSimulation.svg)](http://cocoadocs.org/docsets/PushNotificationSimulation)
11-
[![License](https://img.shields.io/cocoapods/l/PushNotificationSimulation.svg)](https://github.com/PGSSoft/PushNotificationSimulation)
11+
[![License](https://img.shields.io/cocoapods/l/PushNotificationSimulation.svg)](https://github.com/pwlkania/PushNotificationSimulation/blob/master/LICENSE)
1212

1313
## Installation
1414

0 commit comments

Comments
 (0)