diff --git a/Demo/Demo.xcconfig b/Demo/Demo.xcconfig index 5b2c3bb..6bb620e 100644 --- a/Demo/Demo.xcconfig +++ b/Demo/Demo.xcconfig @@ -1,5 +1,5 @@ // Version information -MARKETING_VERSION = 3.0.1 +MARKETING_VERSION = 3.0.2 // Deployment targets IPHONEOS_DEPLOYMENT_TARGET = 9.0 diff --git a/Package.swift b/Package.swift index 13c62e6..e08b037 100644 --- a/Package.swift +++ b/Package.swift @@ -3,7 +3,7 @@ import PackageDescription struct ProjectSettings { - static let marketingVersion: String = "3.0.1" + static let marketingVersion: String = "3.0.2" } let package = Package( @@ -31,7 +31,8 @@ let package = Package( .process("Resources") ], cSettings: [ - .define("MARKETING_VERSION", to: "\"\(ProjectSettings.marketingVersion)\"") + .define("MARKETING_VERSION", to: "\"\(ProjectSettings.marketingVersion)\""), + .define("NS_BLOCK_ASSERTIONS", to: "1", .when(configuration: .release)) ] ), .testTarget( diff --git a/docs/README.md b/docs/README.md index f2061e3..30a8c59 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ [![SRG Content Protection logo](README-images/logo.png)](https://github.com/SRGSSR/srgcontentprotection-apple) -[![GitHub releases](https://img.shields.io/github/v/release/SRGSSR/srgcontentprotection-fake-apple)](https://github.com/SRGSSR/srgcontentprotection-apple/releases) [![platform](https://img.shields.io/badge/platfom-ios%20%7C%20tvos-blue)](https://github.com/SRGSSR/srgcontentprotection-apple) [![SPM compatible](https://img.shields.io/badge/SPM-compatible-4BC51D.svg?style=flat)](https://swift.org/package-manager) [![GitHub license](https://img.shields.io/badge/license-(c)%20SRG%20SSR-lightgrey)](https://github.com/SRGSSR/srgcontentprotection-apple/blob/master/LICENSE) +[![GitHub releases](https://img.shields.io/github/v/release/SRGSSR/srgcontentprotection-apple)](https://github.com/SRGSSR/srgcontentprotection-apple/releases) [![platform](https://img.shields.io/badge/platfom-ios%20%7C%20tvos-blue)](https://github.com/SRGSSR/srgcontentprotection-apple) [![SPM compatible](https://img.shields.io/badge/SPM-compatible-4BC51D.svg?style=flat)](https://swift.org/package-manager) [![GitHub license](https://img.shields.io/badge/license-(c)%20SRG%20SSR-lightgrey)](https://github.com/SRGSSR/srgcontentprotection-apple/blob/master/LICENSE) ## About