From f77ee55d5b404e72006f8550772c3450a799cf2f Mon Sep 17 00:00:00 2001 From: tb Date: Sun, 23 Jun 2019 11:25:15 -0400 Subject: [PATCH] Replace resources with data --- BUILD | 4 ++-- MOLAuthenticatingURLSession.podspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILD b/BUILD index 0712ef1..f61e339 100644 --- a/BUILD +++ b/BUILD @@ -10,8 +10,8 @@ objc_library( hdrs = ["Source/MOLAuthenticatingURLSession/MOLAuthenticatingURLSession.h"], includes = ["Source"], sdk_frameworks = ["Security"], - deps = ["@MOLCertificate//:MOLCertificate"], visibility = ["//visibility:public"], + deps = ["@MOLCertificate//:MOLCertificate"], ) objc_library( @@ -21,7 +21,7 @@ objc_library( "Source/MOLAuthenticatingURLSession/MOLDERDecoder.h", "Tests/MOLDERDecoderTest.m", ], - resources = ["Tests/dn.plist"], + data = ["Tests/dn.plist"], deps = [":MOLAuthenticatingURLSession"], ) diff --git a/MOLAuthenticatingURLSession.podspec b/MOLAuthenticatingURLSession.podspec index 5f04131..d704911 100644 --- a/MOLAuthenticatingURLSession.podspec +++ b/MOLAuthenticatingURLSession.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'MOLAuthenticatingURLSession' - s.version = '2.5' + s.version = '2.6' s.platform = :osx s.osx.deployment_target = '10.9' s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }