diff --git a/BUILD b/BUILD index 2053b9f..2540b72 100644 --- a/BUILD +++ b/BUILD @@ -16,7 +16,7 @@ objc_library( objc_library( name = "MOLCertificateTestsLib", srcs = glob(["Tests/MOLCertificateTest.m"]), - resources = glob([ + data = glob([ "Tests/*.pem", "Tests/*.crt", ]), @@ -24,6 +24,7 @@ objc_library( ) load("@build_bazel_rules_apple//apple:macos.bzl", "macos_unit_test") + macos_unit_test( name = "MOLCertificateTests", minimum_os_version = "10.9", diff --git a/MOLCertificate.podspec b/MOLCertificate.podspec index 49707fb..5d141fb 100644 --- a/MOLCertificate.podspec +++ b/MOLCertificate.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'MOLCertificate' - s.version = '2.0' + s.version = '2.1' s.platform = :osx, '10.9' s.license = { :type => 'Apache', :file => 'LICENSE' } s.homepage = 'https://github.com/google/macops-molcertificate'