Skip to content

Commit 5093887

Browse files
committed
Plural
1 parent 8281cf0 commit 5093887

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

App/BUCK

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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",

App/Resources/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
load("//Config:buck_rule_macros.bzl", "intentdefinition_resource")
22

33
apple_resource(
4-
name = "IntentStringResources",
4+
name = "IntentsStringResources",
55
visibility = ["//App:"],
66
files = [],
77
variants = glob([

0 commit comments

Comments
 (0)