Skip to content

Commit cefc8e6

Browse files
Bazel support: remove app_icons and launch_images attributes in examples/Contacts.
Change on 2019/07/15 by antoniocortes <[email protected]> ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=258182651
1 parent cd1e236 commit cefc8e6

24 files changed

+1
-191
lines changed

examples/Contacts/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 0 additions & 86 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

examples/Contacts/Assets.xcassets/LaunchImage.launchimage/Contents.json

Lines changed: 0 additions & 92 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

examples/Contacts/BUILD.bazel

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,9 @@ ios_application(
1919
infoplists = ["src/Info.plist"],
2020
families = ["iphone", "ipad"],
2121
deps = [":ContactsMainLib"],
22-
app_icons = [":ContactsAppIcons"],
23-
launch_images = [":ContactsLaunchImages"],
2422
minimum_os_version = "10.0",
2523
)
2624

27-
filegroup(
28-
name = "ContactsAppIcons",
29-
srcs = glob(["Assets.xcassets/AppIcon.appiconset/**"]),
30-
)
31-
32-
filegroup(
33-
name = "ContactsLaunchImages",
34-
srcs = glob(["Assets.xcassets/LaunchImage.launchimage/**"]),
35-
)
36-
3725
objc_library(
3826
name = "ContactsMainLib",
3927
srcs = glob(["src/*.m"]),

examples/Contacts/WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ http_archive(
3737
git_repository(
3838
name = "build_bazel_rules_apple",
3939
remote = "https://github.com/bazelbuild/rules_apple.git",
40-
tag = "0.14.0",
40+
tag = "0.17.2",
4141
)
4242

4343
load(

0 commit comments

Comments
 (0)