Skip to content

Commit 2dab03a

Browse files
authored
Spell 'sdk_frameworks' as expected (#190)
We use the name 'sdkFrameworks' in the internal Swift code, but all PodToBUILD users should spell this as 'sdk_frameworks' in Bazel-land.
1 parent 599a84c commit 2dab03a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

BazelExtensions/workspace.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def new_pod_repository(name,
256256
PlusEquals ( += ). Add an item to an array
257257
258258
Implemented for:
259-
`objc_library` [ `copts`, `deps`, `sdkFrameworks` ]
259+
`objc_library` [ `copts`, `deps`, `sdk_frameworks` ]
260260
261261
Example usage: add a custom define to the target, Texture's `copts`
262262
field

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ new_pod_repository(
161161
```
162162

163163
On `objc_library`, the following fields are supported: `copts`, `deps`,
164-
`sdkFrameworks`
164+
`sdk_frameworks`
165165

166166
### Acknowledgements Plist and Settings.bundle
167167

@@ -218,7 +218,7 @@ Supported operators:
218218
PlusEquals ( += ). Add an item to an array
219219

220220
Implemented for:
221-
`objc_library`. Supported fields: `copts`, `deps`, `sdkFrameworks`
221+
`objc_library`. Supported fields: `copts`, `deps`, `sdk_frameworks`
222222

223223
Example usage: add a custom define to the target, Texture's `copts`
224224
field

bin/update_pods.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def new_pod_repository(name,
392392
PlusEquals ( += ). Add an item to an array
393393
394394
Implemented for:
395-
`objc_library` [ `copts`, `deps`, `sdkFrameworks` ]
395+
`objc_library` [ `copts`, `deps`, `sdk_frameworks` ]
396396
397397
Example usage: add a custom define to the target, Texture's `copts`
398398
field

0 commit comments

Comments
 (0)