Skip to content

Commit

Permalink
Remove old kb code. Crop long lines
Browse files Browse the repository at this point in the history
  • Loading branch information
yury committed Apr 14, 2020
1 parent 118c2d3 commit 3b2636d
Show file tree
Hide file tree
Showing 18 changed files with 1 addition and 7,398 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,5 @@ jobs:
submodules: true
- name: get frameworks
run: ./get_frameworks.sh
- name: yarn
run: cd KB/JS && yarn
- name: yarn test
run: cd KB/JS && yarn test
- name: actual build
run: set -o pipefail && xcodebuild -project Blink.xcodeproj -scheme Blink -sdk iphoneos -configuration Debug clean build CODE_SIGN_IDENTITY='' CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO ONLY_ACTIVE_ARCH=NO | tee build.log | xcpretty
8 changes: 0 additions & 8 deletions Blink.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,6 @@
D2C24423238E44AB0082C69C /* KBWebView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2C2440E238E44AB0082C69C /* KBWebView.swift */; };
D2C24424238E44AB0082C69C /* KBWebViewBase.m in Sources */ = {isa = PBXBuildFile; fileRef = D2C2440F238E44AB0082C69C /* KBWebViewBase.m */; };
D2C24425238E44AB0082C69C /* KeyModifierPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2C24410238E44AB0082C69C /* KeyModifierPicker.swift */; };
D2C24428238E44CD0082C69C /* kb.js in Resources */ = {isa = PBXBuildFile; fileRef = D2C24426238E44CC0082C69C /* kb.js */; };
D2C24429238E44CD0082C69C /* kb.html in Resources */ = {isa = PBXBuildFile; fileRef = D2C24427238E44CC0082C69C /* kb.html */; };
D2C2442F238E62A70082C69C /* KBSettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2C2442E238E62A70082C69C /* KBSettingsViewController.swift */; };
D2C244332390FB830082C69C /* KeyBinding.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2C244322390FB830082C69C /* KeyBinding.swift */; };
D2C244352390FEEF0082C69C /* KeyBindingAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2C244342390FEEF0082C69C /* KeyBindingAction.swift */; };
Expand Down Expand Up @@ -654,8 +652,6 @@
D2C2440E238E44AB0082C69C /* KBWebView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KBWebView.swift; sourceTree = "<group>"; };
D2C2440F238E44AB0082C69C /* KBWebViewBase.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KBWebViewBase.m; sourceTree = "<group>"; };
D2C24410238E44AB0082C69C /* KeyModifierPicker.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeyModifierPicker.swift; sourceTree = "<group>"; };
D2C24426238E44CC0082C69C /* kb.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = kb.js; path = KB/JS/dist/kb.js; sourceTree = SOURCE_ROOT; };
D2C24427238E44CC0082C69C /* kb.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = kb.html; path = KB/JS/dist/kb.html; sourceTree = SOURCE_ROOT; };
D2C2442E238E62A70082C69C /* KBSettingsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KBSettingsViewController.swift; sourceTree = "<group>"; };
D2C244322390FB830082C69C /* KeyBinding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyBinding.swift; sourceTree = "<group>"; };
D2C244342390FEEF0082C69C /* KeyBindingAction.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyBindingAction.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -781,8 +777,6 @@
0732F0481D062B9A00AB5438 /* Resources */ = {
isa = PBXGroup;
children = (
D2C24427238E44CC0082C69C /* kb.html */,
D2C24426238E44CC0082C69C /* kb.js */,
D21A3FC521943BE200269705 /* DarkAppIcon */,
D29FE548208DC860004679D0 /* commandDictionary.plist */,
D2C21F3220FCD6CD00F125E0 /* blinkCommandsDictionary.plist */,
Expand Down Expand Up @@ -1585,7 +1579,6 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D2C24429238E44CD0082C69C /* kb.html in Resources */,
D21A3FE321943BE200269705 /* [email protected] in Resources */,
07E3AED31D919272007BC086 /* css in Resources */,
D21A3FDD21943BE200269705 /* [email protected] in Resources */,
Expand All @@ -1594,7 +1587,6 @@
D2F30EAD205009CD008C5F35 /* base64js.min.js in Resources */,
D29FE54A208DC860004679D0 /* commandDictionary.plist in Resources */,
D21A3FD821943BE200269705 /* dark-notification-ipad-20pt.png in Resources */,
D2C24428238E44CD0082C69C /* kb.js in Resources */,
C94437601D831CD30096F84E /* Themes in Resources */,
D296199B214F995D0070935A /* ge25519_base.data in Resources */,
D29FE54B208DC860004679D0 /* extraCommandsDictionary.plist in Resources */,
Expand Down
2 changes: 0 additions & 2 deletions KB/JS/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions KB/JS/dist/kb.html

This file was deleted.

1 change: 0 additions & 1 deletion KB/JS/dist/kb.js

This file was deleted.

4 changes: 0 additions & 4 deletions KB/JS/jest.config.js

This file was deleted.

22 changes: 0 additions & 22 deletions KB/JS/package.json

This file was deleted.

243 changes: 0 additions & 243 deletions KB/JS/src/Bindings.test.ts

This file was deleted.

Loading

0 comments on commit 3b2636d

Please sign in to comment.