I hereby claim:
- I am dflems on github.
- I am dflems (https://keybase.io/dflems) on keybase.
- I have a public key ASAyjJ0JW9RFWwBQmiUz28wD78l-AX66oHZE277CcaU0Bgo
To claim this, I am signing this object:
| load("@build_bazel_rules_apple//apple/internal:providers.bzl", "new_appleresourceinfo") # buildifier: disable=bzl-visibility | |
| def apple_unprefixed_resources(name, strip_prefix, resources = [], **kwargs): | |
| """Like `structured_resources`, but chopping a common prefix off of each resource. | |
| Args: | |
| name: The name of the target. | |
| strip_prefix: The prefix to strip from each resource. | |
| resources: A list of files. | |
| **kwargs: Forwarded to the underlying rule. |
| #!/usr/bin/env python3 | |
| # Delete existing simulators and recreate simulators for compatible runtimes. | |
| import json | |
| import os | |
| import subprocess | |
| def main(): | |
| # Delete all devices |
| Process: xcodegen [41309] | |
| Path: /Users/*/xcodegen | |
| Identifier: xcodegen | |
| Version: 0 | |
| Code Type: X86-64 (Native) | |
| Parent Process: ??? [37276] | |
| Responsible: xcodegen [41309] | |
| User ID: 28 | |
| Date/Time: 2018-04-26 18:09:54.163 +0000 |
| MY_WARNING_CFLAGS = ... $(MY_WARNING_CFLAGS_$(XCODE_VERSION_MINOR)) | |
| MY_WARNING_CFLAGS_0930 = -Wno-whatever | |
| WARNING_CFLAGS = $(MY_WARNING_CFLAGS) |
| import copy | |
| def merge_configs(*configs): | |
| master = {} | |
| for config_d in configs: | |
| for key in config_d: | |
| value = config_d[key] | |
| if key not in master: | |
| master[key] = copy.copy(value) | |
| else: |
I hereby claim:
To claim this, I am signing this object: