- Proposal: SE-TBD
- Author(s): Soroush Khanlou
- Status: tbd
- Review manager: tbd
This proposal introduces a guard-catch statement to Swift, that is congruent to the existing guard-else statement with error catching support.
This proposal introduces a guard-catch statement to Swift, that is congruent to the existing guard-else statement with error catching support.
This proposal expands Swift's language literals to include common cross-platform concepts.
This simple script will take a picture of a whiteboard and use parts of the ImageMagick library with sane defaults to clean it up tremendously.
The script is here:
#!/bin/bash
convert "$1" -morphology Convolve DoG:15,100,0 -negate -normalize -blur 0x1 -channel RBG -level 60%,91%,0.1 "$2"
| language: objective-c | |
| xcode_workspace: "<WorkspaceName.xcworkspace>" | |
| xcode_scheme: "<SchemaName>" | |
| script: xctool -workspace <WorkspaceName.xcworkspace> -scheme <SchemeName> -configuration Release build archive | |
| before_script: | |
| - ./scripts/travis/add-key.sh | |
| after_script: | |
| - ./scripts/travis/remove-key.sh | |
| after_success: | |
| - ./scripts/travis/testflight.sh |