File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ apple_library(
7070
7171 # Resources
7272 "//App/Resources:IntentsDefinition" ,
73- "//App/Resources:IntentStringResources " ,
73+ "//App/Resources:IntentsStringResources " ,
7474 "//App/Resources:StoryboardResources" ,
7575 ]
7676 + first_party_library_dependencies
@@ -210,7 +210,7 @@ apple_binary(
210210 ],
211211 deps = [
212212 "//App/Resources:IntentsDefinition" ,
213- "//App/Resources:IntentStringResources " ,
213+ "//App/Resources:IntentsStringResources " ,
214214 ],
215215 frameworks = [
216216 "$SDKROOT/System/Library/Frameworks/Intents.framework" ,
@@ -260,7 +260,7 @@ apple_binary(
260260 ],
261261 deps = [
262262 "//App/Resources:IntentsDefinition" ,
263- "//App/Resources:IntentStringResources " ,
263+ "//App/Resources:IntentsStringResources " ,
264264 ],
265265 frameworks = [
266266 "$SDKROOT/System/Library/Frameworks/Intents.framework" ,
Original file line number Diff line number Diff line change 11load ("//Config:buck_rule_macros.bzl" , "intentdefinition_resource" )
22
33apple_resource (
4- name = "IntentStringResources " ,
4+ name = "IntentsStringResources " ,
55 visibility = ["//App:" ],
66 files = [],
77 variants = glob ([
You can’t perform that action at this time.
0 commit comments