Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge the Xcode-10.1 Bazel work into master #330

Merged
merged 2 commits into from
May 1, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .bazel-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.24.1
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Bluepill Specific file
Bluepill-runner/BPVersion.h
Bluepill-cli/BPVersion.h
bp/BPVersion.h
result.txt

# Xcode
Expand Down Expand Up @@ -68,3 +67,6 @@ fastlane/test_output
# https://github.com/johnno1962/injectionforxcode

iOSInjectionProject/

# Bazel dirs
bazel-*
11 changes: 11 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
genrule(
name = "bp_version",
srcs = [],
outs = ["BPVersion.h"],
cmd = "./$(location scripts/bpversion.sh) \"$@\"",
local = True,
stamp = 1,
tags = ["local", "no-cache"],
tools = ["scripts/bpversion.sh"],
visibility = ["//visibility:public"],
)
39 changes: 0 additions & 39 deletions Bluepill-cli/bluelibTests/bluelibTests.m

This file was deleted.

10 changes: 0 additions & 10 deletions Bluepill-cli/bluepill-cli-release.xcconfig

This file was deleted.

This file was deleted.

16 changes: 0 additions & 16 deletions Bluepill-gui/Bluepill-gui/AppDelegate.h

This file was deleted.

33 changes: 0 additions & 33 deletions Bluepill-gui/Bluepill-gui/AppDelegate.m

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 0 additions & 6 deletions Bluepill-gui/Bluepill-gui/Assets.xcassets/Contents.json

This file was deleted.

This file was deleted.

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.
11 changes: 0 additions & 11 deletions Bluepill-gui/Bluepill-gui/BPConstants.h

This file was deleted.

Loading