File tree Expand file tree Collapse file tree
PushNotificationSimulation.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424
2525Pod ::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"
Original file line number Diff line number Diff line change 242242 isa = PBXProject;
243243 attributes = {
244244 LastSwiftUpdateCheck = 1030;
245- LastUpgradeCheck = 1030 ;
245+ LastUpgradeCheck = 1200 ;
246246 TargetAttributes = {
247247 482392CC2334B4F80099A303 = {
248248 CreatedOnToolsVersion = 10.3;
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;
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;
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments