Skip to content

Commit

Permalink
Bazel support: remove app_icons and launch_images attributes in examp…
Browse files Browse the repository at this point in the history
…les/Contacts.

	Change on 2019/07/15 by antoniocortes <[email protected]>

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=258182651
  • Loading branch information
antonio-cortes-perez committed Jul 15, 2019
1 parent cd1e236 commit cefc8e6
Show file tree
Hide file tree
Showing 24 changed files with 1 addition and 191 deletions.
86 changes: 0 additions & 86 deletions examples/Contacts/Assets.xcassets/AppIcon.appiconset/Contents.json

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.

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.
12 changes: 0 additions & 12 deletions examples/Contacts/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,9 @@ ios_application(
infoplists = ["src/Info.plist"],
families = ["iphone", "ipad"],
deps = [":ContactsMainLib"],
app_icons = [":ContactsAppIcons"],
launch_images = [":ContactsLaunchImages"],
minimum_os_version = "10.0",
)

filegroup(
name = "ContactsAppIcons",
srcs = glob(["Assets.xcassets/AppIcon.appiconset/**"]),
)

filegroup(
name = "ContactsLaunchImages",
srcs = glob(["Assets.xcassets/LaunchImage.launchimage/**"]),
)

objc_library(
name = "ContactsMainLib",
srcs = glob(["src/*.m"]),
Expand Down
2 changes: 1 addition & 1 deletion examples/Contacts/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ http_archive(
git_repository(
name = "build_bazel_rules_apple",
remote = "https://github.com/bazelbuild/rules_apple.git",
tag = "0.14.0",
tag = "0.17.2",
)

load(
Expand Down

0 comments on commit cefc8e6

Please sign in to comment.