Yes they have to be 32bits, this is important.
sudo pacman -Sy lib32-pam lib32-libx11 lib32-gcc-libs lib32-nss nss| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>FILEHEADER</key> | |
| <string> | |
| // Copyright © ___YEAR___ ___ORGANIZATIONNAME___. | |
| // All Rights Reserved. | |
| </string> | |
| <key>ORGANIZATIONNAME</key> |
| Raspberry Pi Distributions Username Password | |
| Raspberry Pi OS pi raspberry | |
| DietPi root dietpi | |
| Lakka Linux root root | |
| Kali Linux root toor | |
| OpenELEC root openelec | |
| Arch Linux ARM root root | |
| Debian pi raspberry | |
| LibreELEC root libreelec | |
| OSMC osmc osmc |
| import SwiftUI | |
| struct ContentView: View { | |
| var body: some View { | |
| VStack(spacing: 0) { | |
| Color.green | |
| Color.green | |
| Color.green | |
| Color.yellow | |
| Color.orange |
| attributes: | |
| ORGANIZATIONNAME: treastrain / Tanaka Ryoga | |
| name: JapanNFCReader | |
| configs: | |
| Debug: debug | |
| Release: release | |
| settings: |
| // | |
| // AppDelegate.swift | |
| // SwiftUITestApp | |
| // | |
| // Created by Matt Gallagher on 4/6/24. | |
| // Copyright © 2019 Matt Gallagher. All rights reserved. | |
| // | |
| import Cocoa | |
| import SwiftUI |
| import UIKit | |
| /// A validation rule for text input. | |
| public enum TextValidationRule { | |
| /// Any input is valid, including an empty string. | |
| case noRestriction | |
| /// The input must not be empty. | |
| case nonEmpty | |
| /// The enitre input must match a regular expression. A matching substring is not enough. | |
| case regularExpression(NSRegularExpression) |
| # based on http://blogs.pdmlab.com/alexander.zeitler/articles/installing-and-configuring-p4merge-for-git-on-ubuntu/ | |
| $ cd ~/Downloads | |
| $ wget https://cdist2.perforce.com/perforce/r18.2/bin.linux26x86_64/p4v.tgz | |
| $ tar zxvf p4v.tgz | |
| $ sudo mkdir /opt/p4v |
Apple will reject apps that are using private url schemes (Ugh, Apple....) if they are pretty much obvius. Some apps are rejected and others are not, so, be aware of this issue before implementing any of those URL's in your app as a feature.