Skip to content

Commit

Permalink
Merge pull request #10 from google/data
Browse files Browse the repository at this point in the history
Replace resources with data
  • Loading branch information
tburgin authored Jun 23, 2019
2 parents e983780 + 3c9fd32 commit 288553b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@ objc_library(
objc_library(
name = "MOLCertificateTestsLib",
srcs = glob(["Tests/MOLCertificateTest.m"]),
resources = glob([
data = glob([
"Tests/*.pem",
"Tests/*.crt",
]),
deps = [":MOLCertificate"],
)

load("@build_bazel_rules_apple//apple:macos.bzl", "macos_unit_test")

macos_unit_test(
name = "MOLCertificateTests",
minimum_os_version = "10.9",
Expand Down
2 changes: 1 addition & 1 deletion MOLCertificate.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 288553b

Please sign in to comment.