Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
178 commits
Select commit Hold shift + click to select a range
cab625c
Delete ---feature-request.md
carloscabanero Jul 15, 2022
533ae0d
Update ---bug-report.md
carloscabanero Jul 15, 2022
535b11f
Fix underline styles
yury Aug 5, 2022
f82a4ce
Merge branch 'raw' of github.com:blinksh/blink into raw
yury Aug 6, 2022
adc07f4
Optimize rendering
yury Aug 8, 2022
6aa4063
README.me, removed Hockey app references
carloscabanero Aug 19, 2022
f22882e
Fix 3f menu on iOS 16
yury Sep 9, 2022
b7e1f95
v15.0.10 build 571
yury Sep 9, 2022
8d3a5fe
Add new iPhone models
yury Sep 9, 2022
470ff95
v15.0.10 build 572
yury Sep 9, 2022
1e7873a
Rename CHANGELOG.md to CHANGELOG.old.md
carloscabanero Oct 24, 2022
bfeaa64
Clarify build instruction
yury Nov 8, 2022
b3d2f8a
Create config.yml
carloscabanero Feb 17, 2023
e8ebdc6
Remove an unnecessary space in `README.md`
Benjamin-Loison Jun 18, 2023
6723196
Merge pull request #1791 from Benjamin-Loison/raw
yury Jun 26, 2023
2a28bc5
Do not force unwrap optional icloud snips url. Refs #1852
yury Sep 8, 2023
4b33a6a
Handle utf8 sequences in HEX presses. Refs #1861
yury Sep 14, 2023
f337a54
Build 838
yury Sep 14, 2023
84bd461
Merge branch '17-beta' into raw
yury Sep 22, 2023
a1f95f9
Add iPhone 15 models. Refs #1869
yury Sep 22, 2023
9783666
Increase tappable area at the bottom
yury Sep 22, 2023
46a5559
v7.0.1 build 840
yury Sep 22, 2023
35516a7
Remove unused code
yury Sep 25, 2023
346810b
Modified dependencies to point to Blink repository
Oct 5, 2023
5cc6044
Create new host duplicating data #1108
Oct 6, 2023
90d996f
Deleting a host would not immediately sync the FileProviderCache.
Oct 6, 2023
8afc94d
SSH Connected errstream to output
Oct 6, 2023
0e3a1a7
Host Detail view using Discard instead of Back button.
Oct 6, 2023
5b02941
Default User to save on back
Oct 6, 2023
77d3cec
Key Presses with Custom String input
Nov 2, 2023
1dbe065
New Key Creation prompt
Nov 8, 2023
228ae67
Auto-Lock timeout made configurable
Nov 15, 2023
5f49459
SSHConfig Agent prompt now sets the ForwardAgent flag
Nov 15, 2023
f010e74
SSH Prompts more useful with user and host at the authenticator
Nov 15, 2023
14afe33
Disable forced parsing of LibSSH configuration file.
Nov 15, 2023
3cda061
SSH Command not parsing params at the end
Nov 15, 2023
6e5bbb7
nonStdio fixed typo: standart to standard
Nov 15, 2023
b3e9a65
Streams deinit logging on stderr
Nov 15, 2023
8dbd825
Static-Mosh implementation under Mosh-Client on Swift
Sep 7, 2023
a50f1e6
nonStdio fixed typo: standart to standard
Nov 15, 2023
f43824a
Mosh logging
Nov 15, 2023
0592630
Streams deinit logging on stderr
Nov 15, 2023
a1cdb17
Enabled mosh2 as old mosh
Nov 15, 2023
b7c5844
HandleCommand on Mosh for Ctrl-C
Nov 15, 2023
dec8482
Fixed self leaks in Mosh Bootstrap flows
Nov 15, 2023
cb37c2e
Merge branch 'static-mosh' into raw
Nov 15, 2023
c8c8209
iCloud sync when eventual consistency takes a long time
Nov 17, 2023
519b8ba
Fix typo in KeyListView
l2dy Nov 18, 2023
04f9991
Merge pull request #1899 from l2dy/typo/keylistview
carloscabanero Nov 27, 2023
d9d95a9
SSHTest - loadKey is idempotent
Jan 10, 2024
7e2e2fd
SFTP set channel blocking when checking writes.
Jan 11, 2024
a0d4b84
Mosh clear encodedState before starting
Jan 11, 2024
220bc98
Mosh RunLoop crash on early exit
Jan 11, 2024
fff8236
Mosh cleanup command shortcuts
Jan 11, 2024
7a3649d
Mosh bootstrap with aarch64 architecture
Jan 11, 2024
0c7ece2
Merge branch 'libssh' into raw
Jan 15, 2024
353a386
Reference LibSSH v0.9.8 on get_frameworks.sh
Jan 15, 2024
d866215
Smarter Keys sound
Jan 31, 2024
f021e06
Workaround to fix #1945
Jan 31, 2024
d584deb
SSH GatewayPorts flag
Jan 31, 2024
fccd78f
Swift Mosh fixes
Feb 2, 2024
b0e891b
Mosh with IPv6 address family and other swift client improvements
Feb 4, 2024
febd796
Mosh static test on regular bootstrap
Feb 5, 2024
4419de9
Renamed mosh2 to mosh1 for legacy version
Feb 5, 2024
0d0bf8e
Removed comments
Feb 5, 2024
a1a589d
v17.2.0 build 864
Feb 7, 2024
bcd05df
New Keys UI linking to proper action and Read More
Feb 7, 2024
df04676
Clipboard gets overwritten after restart.
Feb 7, 2024
1b7286d
Marks on SPC
Mar 5, 2024
0ead900
SSH Client guards on proxyCb
Mar 5, 2024
74509da
MoshBootstrap remap amd64
Mar 5, 2024
7b7c8fe
get_frameworks link in project
Mar 5, 2024
894c7ce
17.2.1 build 866
Mar 11, 2024
8283a20
Merge remote-tracking branch 'origin/raw' into raw
Mar 11, 2024
14fc447
SSH Pool changes to simplify the way the thread is released
Mar 7, 2024
2a76c6d
Mosh deinit clean-ups and Proxy
Mar 7, 2024
3cec085
WebAuthn with logging and special tracking for #1988
Mar 11, 2024
9b3c6a1
Got rid of docs in main repo
Mar 11, 2024
73d9a69
Update network_ios to v0.3 (#1985)
l2dy Mar 11, 2024
e4bb980
Initialize local variable before use (#1964)
l2dy Mar 11, 2024
61b2211
Tweaks to ios-system and Blink integration
Mar 18, 2024
84c167a
TermDevice ingoringSequences and autoCR
Mar 25, 2024
56821d7
TermDeviceDelegate handleControl doesn't need to return any value
Mar 25, 2024
fbd4526
Updated HTerm for prompt cursor issues
Mar 25, 2024
5560b72
bc command
Mar 25, 2024
e85bc0e
Completions for vim, less and mosh1
Mar 25, 2024
c37f820
Added vim and xxd to get_frameworks
Mar 26, 2024
3e07c90
Completions for bc and less
Mar 26, 2024
a83ba49
Remove unused BKMiniLog
Mar 28, 2024
82ca6e7
MCP tweaks
Mar 29, 2024
33071e7
TermDevice sending EOT on Ctrl-C too
Mar 29, 2024
f6b4b3c
Hterm tracks applicationCursorMode for arrows
Mar 29, 2024
993941e
Project package changes
Apr 8, 2024
41a6ab0
Local folder is already set by ios_system properly
Apr 6, 2024
ddf8a96
Reset locales before and after ios_system flows
Apr 6, 2024
05a6422
Mosh Bootstrap with update handling
Apr 7, 2024
2fb7362
Updated mosh to v1.4.0+blink-17.3.0
Apr 8, 2024
f809e06
Updated vim
Apr 8, 2024
d74e492
SmartKeys with KB disabled
Apr 8, 2024
78856d9
WebAuthn with extra logging for the flow
Apr 8, 2024
0a1c19c
Extra project package changes to pass validation
Apr 8, 2024
1c558ce
Extra locale settings
Apr 9, 2024
6cae73e
Properly close DispatchStreams
Apr 9, 2024
1c9e737
WebAuthn retains the cancel signature
Apr 9, 2024
e10eabf
SSH and Mosh command fixes
Apr 18, 2024
36b4beb
CtrlC and CtrlD tweaks on terminal device and Kill MCP
Apr 18, 2024
85042c0
Fixed composed command names
Apr 18, 2024
449fbd7
New mosh static for Linux with version tag fix
Apr 23, 2024
7c7128a
SSH needs to close dispatch streams before returning
Jun 5, 2024
545eb5f
New iPad Air M2 and iPad Pro M4 configurations
Jun 7, 2024
efa84d2
Fix concurrency issues on Translator Cache
Jun 10, 2024
840b3c1
Fix concurrency issues on SSHPool
Jun 10, 2024
149aa77
Default Agent configuration
Jun 10, 2024
2a25772
Added corners to new iPad models.
Jun 11, 2024
d05265c
Ctrl-C and Ctrl-D were not resetting the stdin
Jun 11, 2024
87ada79
Fixed layouts for new iPad Pro with OLED displays
Jun 14, 2024
5524717
CopyFiles was reporting a Cancellation after flow change
Jun 17, 2024
f1b75d0
Clean-up SSH Keys with UTF LineSeparator to regular line feed
Jun 17, 2024
6b062e7
KeyListView improvements
Jun 17, 2024
56fa7ee
Empty Vim Resources
Jun 17, 2024
bd22751
get_resources.sh
Jun 17, 2024
33aec3c
KeyListView had a gray background lefted out
Jun 24, 2024
b82e66b
DefaultAgent with a few interface improvements
Jun 24, 2024
e2b6681
Dark Icon assets
Sep 12, 2024
ae3ea3d
Updated OpenSSH v8.9.0
Sep 12, 2024
51098c7
Support iPhone 16 and iPhone 16 Pro models
Sep 12, 2024
edc51cd
Dark icon with transparency
Sep 12, 2024
6831904
Curl reference updated
Sep 12, 2024
4bde3a4
Blink v18.0.0 build 927
Sep 13, 2024
ec341c6
iOS18 issues restoring sessions
Sep 16, 2024
9391d32
get_resources with +x mode
Sep 16, 2024
29c687e
Fixes for overwrite mode on SFTP during copy operation
Sep 16, 2024
54108b9
Modified notifications during trial
Sep 16, 2024
49c1583
SpaceController resumes session on manual tab move
Sep 19, 2024
ec73344
Updated curl package from Blink repo (no-frameworks)
Sep 19, 2024
dd9d0a8
Reset deployment target to 17.0
Sep 19, 2024
8a4d2b3
vim and xxd using Blink package
Sep 19, 2024
1043296
Updated workflow
Sep 19, 2024
e4f5cff
ios patches
Oct 4, 2024
358ca62
v18.0.1 - Build 936
Oct 16, 2024
3be9c10
Replicated File Provider Extension
Dec 19, 2024
4022c9e
Settings blocks the Command key because the keyboard was not dismissed
Dec 13, 2024
513f228
Mosh crashes from TF
Dec 13, 2024
0c17c0b
Capture Home, End, PgUp and PgDown on Presses
Dec 13, 2024
38f4796
Bookmarked Locations with footer
Dec 19, 2024
4c97fc9
Fix for multiple params on file copy source arguments
Jan 16, 2025
773f397
Added Function keys to Custom Presses
Jan 17, 2025
11ed4d0
Fixed crash due to cleanUpOldTmpFiles starting at the wrong time
Jan 23, 2025
72aa1b3
Added links to documentation for Files.app and Bookmarks
Jan 23, 2025
58054cd
v18.1.0 build 973
Jan 23, 2025
ad3bd13
File Copy does not need to walk on source
Jan 28, 2025
129a542
v18.1.1 build 977
Feb 7, 2025
251927e
Bookmarks available on all plans.
Feb 24, 2025
bf7793e
v18.1.1 build 980
Feb 24, 2025
858e2de
New Paywall and Entitlements structure
Mar 3, 2025
2658fb6
Reorganized Support and Community settings
Mar 17, 2025
25e4a57
v18.2.0 Build 983
Apr 1, 2025
259adf1
Restore Purchases error message
Apr 16, 2025
8435d11
v18.2.1 build 985
Apr 16, 2025
3740d8f
Correction for subscriptions on different groups
Apr 18, 2025
c7ec2f9
Added check for subscription group violation
Apr 18, 2025
31c8460
v18.2.2 Build 987
Apr 18, 2025
36b60fb
Separate Active check from Blink Plus so Classic can have a path.
Apr 21, 2025
c058acd
v18.2.3 Build 989
Apr 21, 2025
eac8a99
Adding Blink+Build to active Subscription
Apr 23, 2025
99b58cf
v18.2.4 Build 991
Apr 23, 2025
1dd66ee
Fixes #2127 - redraw issues on mobile Safari
May 1, 2025
d59ba25
v18.3.0 build 993
May 1, 2025
111e405
Mark "Trial" period on plan name
May 7, 2025
420b099
Added version to Paywall for support
May 7, 2025
28c2387
v18.3.0 build 995
May 7, 2025
38607e9
Force Safari repaint on x-row via subtle transform scale toggle
May 8, 2025
72ef659
v18.3.0 build 999
May 8, 2025
c6187a8
Fix for Bookmark Locations when iOS cannot reconstruct the original URL
May 8, 2025
0a7a2bd
v18.3.0 build 1001
May 8, 2025
3abc826
Simpler algorithm for row rendering
May 9, 2025
035470d
v18.3.0 build 1003
May 9, 2025
1d7a730
RAW branch non-versioning
Jun 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/---bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
name: "\U0001F41B Bug report"
about: Something's not working as expected
title: ''
labels: support
labels: bug
assignees: ''

---

<!-- Before you submit your issue, please make sure you followed the checklist and check the appropriate boxes by putting an x in the [ ]: [x] -->
<!-- For support, questions and ideas, please use our [Discussions](http://github.com/blinksh/blink/discussions). If you are ready to submit an issue, please make sure you followed the checklist and check the appropriate boxes by putting an x in the [ ]: [x] -->

### Checklist

Expand Down
16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/---feature-request.md

This file was deleted.

5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Blink Community Support
url: https://github.com/blinksh/blink/discussions
about: Please ask and answer questions here.
36 changes: 20 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on: [push]
jobs:
build:

# runs-on: macOS-latest
runs-on: macos-13
runs-on: macOS-latest
#runs-on: macos-13

steps:
# - uses: swift-actions/setup-swift@v1
Expand All @@ -30,23 +30,27 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: ./get_frameworks.sh

- name: get resources
if: steps.cache.outputs.cache-hit != 'true'
run: ./get_resources.sh

- name: copy xcconfig
run: cp template_setup.xcconfig developer_setup.xcconfig

- name: BlinkTests
run: xcodebuild -project Blink.xcodeproj -scheme BlinkTests -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPad Air (5th generation)' test | xcpretty

- name: actual build
run: set -o pipefail && xcodebuild archive -project Blink.xcodeproj -scheme Blink -sdk iphoneos -configuration Debug clean build IPHONEOS_DEPLOYMENT_TARGET='16.1' CODE_SIGN_IDENTITY='' CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO ONLY_ACTIVE_ARCH=NO | tee build.log | xcpretty

- name: generate unsigned debug ipa
run: |
cd ~
mkdir Payload
mv ~/Library/Developer/Xcode/Archives/*/*/Products/Applications/Blink.app ~/Payload/
zip -r Blink.ipa Payload
- name: upload ipa
uses: actions/[email protected]
with:
name: 'BlinkShell'
path: ~/Blink.ipa
# - name: actual build
# run: set -o pipefail && xcodebuild archive -project Blink.xcodeproj -scheme Blink -sdk iphoneos -configuration Debug clean build IPHONEOS_DEPLOYMENT_TARGET='16.1' CODE_SIGN_IDENTITY='' CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO ONLY_ACTIVE_ARCH=NO | tee build.log | xcpretty

# - name: generate unsigned debug ipa
# run: |
# cd ~
# mkdir Payload
# mv ~/Library/Developer/Xcode/Archives/*/*/Products/Applications/Blink.app ~/Payload/
# zip -r Blink.ipa Payload
# - name: upload ipa
# uses: actions/[email protected]
# with:
# name: 'BlinkShell'
# path: ~/Blink.ipa
974 changes: 719 additions & 255 deletions Blink.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions Blink.xcodeproj/xcshareddata/xcschemes/Blink.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,17 @@
ReferencedContainer = "container:Blink.xcodeproj">
</BuildableReference>
</TestableReference>
<TestableReference
skipped = "NO"
parallelizable = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "BD9513E92B4F5A7A00A7BEBE"
BuildableName = "BlinkFileProviderTests.xctest"
BlueprintName = "BlinkFileProviderTests"
ReferencedContainer = "container:Blink.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
Expand Down
15 changes: 13 additions & 2 deletions Blink.xcodeproj/xcshareddata/xcschemes/BlinkFileProvider.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9827124F262E4BDB00F883FA"
BuildableName = "BlinkFileProvider.appex"
BlueprintName = "BlinkFileProvider"
BuildableName = "BlinkFileProviderExtension.appex"
BlueprintName = "BlinkFileProviderExtension"
ReferencedContainer = "container:Blink.xcodeproj">
</BuildableReference>
</BuildActionEntry>
Expand Down Expand Up @@ -54,6 +54,17 @@
ReferencedContainer = "container:Blink.xcodeproj">
</BuildableReference>
</TestableReference>
<TestableReference
skipped = "NO"
parallelizable = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "BD9513E92B4F5A7A00A7BEBE"
BuildableName = "BlinkFileProviderTests.xctest"
BlueprintName = "BlinkFileProviderTests"
ReferencedContainer = "container:Blink.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1240"
wasCreatedForAppExtension = "YES"
version = "2.0">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9827124F262E4BDB00F883FA"
BuildableName = "BlinkFileProviderExtension.appex"
BlueprintName = "BlinkFileProviderExtension"
ReferencedContainer = "container:Blink.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "EA0BA18A1C0CC57B00719C1A"
BuildableName = "Blink.app"
BlueprintName = "Blink"
ReferencedContainer = "container:Blink.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO"
parallelizable = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D22277D42A26115300D4C708"
BuildableName = "BlinkSnippetsTests.xctest"
BlueprintName = "BlinkSnippetsTests"
ReferencedContainer = "container:Blink.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = ""
selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
launchStyle = "0"
askForAppToLaunch = "Yes"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES"
launchAutomaticallySubstyle = "2">
<RemoteRunnable
runnableDebuggingMode = "1"
BundleIdentifier = "com.apple.DocumentsApp"
RemotePath = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Applications/Files.app">
</RemoteRunnable>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "EA0BA18A1C0CC57B00719C1A"
BuildableName = "Blink.app"
BlueprintName = "Blink"
ReferencedContainer = "container:Blink.xcodeproj">
</BuildableReference>
</MacroExpansion>
<EnvironmentVariables>
<EnvironmentVariable
key = "OS_ACTIVITY_MODE"
value = "disable"
isEnabled = "YES">
</EnvironmentVariable>
</EnvironmentVariables>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES"
askForAppToLaunch = "Yes"
launchAutomaticallySubstyle = "2">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "EA0BA18A1C0CC57B00719C1A"
BuildableName = "Blink.app"
BlueprintName = "Blink"
ReferencedContainer = "container:Blink.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1240"
wasCreatedForAppExtension = "YES"
version = "2.0">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "BD9EA1C82718E19000874007"
BuildableName = "BlinkFileProviderExtensionUI.appex"
BlueprintName = "BlinkFileProviderExtensionUI"
ReferencedContainer = "container:Blink.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "EA0BA18A1C0CC57B00719C1A"
BuildableName = "Blink.app"
BlueprintName = "Blink"
ReferencedContainer = "container:Blink.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO"
parallelizable = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D22277D42A26115300D4C708"
BuildableName = "BlinkSnippetsTests.xctest"
BlueprintName = "BlinkSnippetsTests"
ReferencedContainer = "container:Blink.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = ""
selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
launchStyle = "0"
askForAppToLaunch = "Yes"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES"
launchAutomaticallySubstyle = "2">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "EA0BA18A1C0CC57B00719C1A"
BuildableName = "Blink.app"
BlueprintName = "Blink"
ReferencedContainer = "container:Blink.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES"
askForAppToLaunch = "Yes"
launchAutomaticallySubstyle = "2">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "EA0BA18A1C0CC57B00719C1A"
BuildableName = "Blink.app"
BlueprintName = "Blink"
ReferencedContainer = "container:Blink.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "BD9EA1C82718E19000874007"
BuildableName = "BlinkFileProviderUI.appex"
BlueprintName = "BlinkFileProviderUI"
BuildableName = "BlinkFileProviderExtensionUI.appex"
BlueprintName = "BlinkFileProviderExtensionUI"
ReferencedContainer = "container:Blink.xcodeproj">
</BuildableReference>
</BuildActionEntry>
Expand Down Expand Up @@ -54,6 +54,17 @@
ReferencedContainer = "container:Blink.xcodeproj">
</BuildableReference>
</TestableReference>
<TestableReference
skipped = "NO"
parallelizable = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "BD9513E92B4F5A7A00A7BEBE"
BuildableName = "BlinkFileProviderTests.xctest"
BlueprintName = "BlinkFileProviderTests"
ReferencedContainer = "container:Blink.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
Expand Down
Loading