This is the code for the article here
//
// SQLiteIntroApp.swift
// SQLiteIntro
//
import SwiftUI
import FMDB
[ | |
{ | |
"version": "1.0", | |
"date": "June 11, 2025", | |
"changes": [ | |
"Initial TestFlight release." | |
] | |
} | |
] |
This is the code for the article here
//
// SQLiteIntroApp.swift
// SQLiteIntro
//
import SwiftUI
import FMDB
https://web.archive.org/web/20141114055851/http://krypted.com/mac-os-x/defaults-symbolichotkeys/ | |
131072: Shift | |
262144: Control | |
524288: Option | |
1048576: Command | |
Add modifier values together in the 3rd parameter to combine them. | |
{ AppleSymbolicHotKeys = { |
name: iOS Test Workflow | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
jobs: | |
build: |