Skip to content

Commit

Permalink
Merge pull request #15 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 861430d + f77ee55 commit 90e5f94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -21,7 +21,7 @@ objc_library(
"Source/MOLAuthenticatingURLSession/MOLDERDecoder.h",
"Tests/MOLDERDecoderTest.m",
],
resources = ["Tests/dn.plist"],
data = ["Tests/dn.plist"],
deps = [":MOLAuthenticatingURLSession"],
)

Expand Down
2 changes: 1 addition & 1 deletion MOLAuthenticatingURLSession.podspec
Original file line number Diff line number Diff line change
@@ -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' }
Expand Down

0 comments on commit 90e5f94

Please sign in to comment.