From 1e649823a422625ff7a87327a006b969d6d26e71 Mon Sep 17 00:00:00 2001 From: Roi Date: Sun, 26 May 2019 11:54:50 +0300 Subject: [PATCH] update version to support SDK 11 or newer --- ParentLockScreenPlugin-iOS/Info.plist | 2 +- ParentLockScreenPlugin.podspec | 4 +-- .../2.0.0/ParentLockScreenPlugin.podspec | 31 +++++++++++++++++++ parentLockManifest.json | 4 +-- 4 files changed, 36 insertions(+), 5 deletions(-) create mode 100644 Specs/ParentLockScreenPlugin/2.0.0/ParentLockScreenPlugin.podspec diff --git a/ParentLockScreenPlugin-iOS/Info.plist b/ParentLockScreenPlugin-iOS/Info.plist index f7063e0..0aad175 100644 --- a/ParentLockScreenPlugin-iOS/Info.plist +++ b/ParentLockScreenPlugin-iOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.4 + 2.0.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/ParentLockScreenPlugin.podspec b/ParentLockScreenPlugin.podspec index f0aeade..448b836 100644 --- a/ParentLockScreenPlugin.podspec +++ b/ParentLockScreenPlugin.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ParentLockScreenPlugin" - s.version = '1.0.4' + s.version = '2.0.0' s.summary = "ParentLockScreenPlugin" s.description = <<-DESC plugin that provides a parent Validation before entering a specific area. @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.license = 'CMPS' s.author = { "cmps" => "r.kedarya@applicaster.com" } s.source = { :git => "git@github.com:applicaster-plugins/ParentLockScreenPlugin-iOS.git", :tag => s.version.to_s } - s.platform = :ios, '9.0' + s.platform = :ios, '10.0' s.requires_arc = true s.public_header_files = 'ParentLockScreenPlugin-iOS/**/*.h' diff --git a/Specs/ParentLockScreenPlugin/2.0.0/ParentLockScreenPlugin.podspec b/Specs/ParentLockScreenPlugin/2.0.0/ParentLockScreenPlugin.podspec new file mode 100644 index 0000000..448b836 --- /dev/null +++ b/Specs/ParentLockScreenPlugin/2.0.0/ParentLockScreenPlugin.podspec @@ -0,0 +1,31 @@ +Pod::Spec.new do |s| + s.name = "ParentLockScreenPlugin" + s.version = '2.0.0' + s.summary = "ParentLockScreenPlugin" + s.description = <<-DESC + plugin that provides a parent Validation before entering a specific area. + DESC + s.homepage = "https://github.com/applicaster-plugins/ParentLockScreenPlugin-iOS" + s.license = 'CMPS' + s.author = { "cmps" => "r.kedarya@applicaster.com" } + s.source = { :git => "git@github.com:applicaster-plugins/ParentLockScreenPlugin-iOS.git", :tag => s.version.to_s } + s.platform = :ios, '10.0' + s.requires_arc = true + + s.public_header_files = 'ParentLockScreenPlugin-iOS/**/*.h' + s.source_files = 'ParentLockScreenPlugin-iOS/**/*.{h,m,swift}' + + + s.resources = [ + "Resources/*.{png,xib}" + ] + + s.xcconfig = { + 'ENABLE_BITCODE' => 'YES', + 'FRAMEWORK_SEARCH_PATHS' => '$(inherited) "${PODS_ROOT}"/**', + 'SWIFT_VERSION' => '4.2' + } + + s.dependency 'ZappPlugins' + s.dependency 'ApplicasterSDK' +end diff --git a/parentLockManifest.json b/parentLockManifest.json index b5e0b69..1ffeb2a 100644 --- a/parentLockManifest.json +++ b/parentLockManifest.json @@ -7,7 +7,7 @@ "platform": "ios", "author_name": "Roi Kedarya", "author_email": "r.kedarya@applicaster.com", - "manifest_version": "1.0.0", + "manifest_version": "2.0.0", "name": "Parent Lock Screen Plugin", "description": "this plugin provides Parent lock screen for validation", "screen": true, @@ -16,7 +16,7 @@ "identifier": "ParentLockScreenPlugin", "ui_builder_support": true, "dependency_name": "ParentLockScreenPlugin", - "dependency_version": "1.0.0", + "dependency_version": "2.0.0", "whitelisted_account_ids": [ "58b81cc348ab5c000939d2bd", "5bab6246938ced000cbf89fd",