Verify wireless iOS installation

This commit is contained in:
2026-07-17 21:38:04 -07:00
parent dd8dd24098
commit 066b87fe79
3 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -141,7 +141,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = HY3W4U256Z;
GENERATE_INFOPLIST_FILE = NO;
INFOPLIST_FILE = Resources/Info.plist;
@@ -158,7 +158,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = HY3W4U256Z;
GENERATE_INFOPLIST_FILE = NO;
INFOPLIST_FILE = Resources/Info.plist;
+1 -1
View File
@@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>
+3 -2
View File
@@ -9,9 +9,10 @@ final class AppDelegate: UIResponder, UIApplicationDelegate {
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? = nil
) -> Bool {
let label = UILabel()
label.text = "Hello, world!"
label.font = .systemFont(ofSize: 32, weight: .bold)
label.text = "Wireless install works!\nHello from Proxmox."
label.font = .systemFont(ofSize: 28, weight: .bold)
label.textAlignment = .center
label.numberOfLines = 0
let viewController = UIViewController()
viewController.view.backgroundColor = .systemBackground