-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCodePort.swift
More file actions
27 lines (25 loc) · 859 Bytes
/
Copy pathCodePort.swift
File metadata and controls
27 lines (25 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// CodePort
// This file exists to let GitHub recognize this project as a Swift project.
// The actual source code is not public — this is a showcase repository.
//
// CodePort is an iOS + macOS app built entirely with Swift and SwiftUI.
//
// – CodePort (iOS/iPadOS): Send prompts to OpenAI Codex from your iPhone or iPad
// – CodePort Bridge (macOS): Native Mac app that connects to Codex
// and relays data to your iPhone — no terminal required
//
// Pairing is done once via QR code scan.
// After that, both apps connect automatically on every launch.
//
// Built with:
// – Swift 6
// – SwiftUI
// – Xcode
// – iOS 17+
// – macOS 14+
//
// Follow the journey on X: https://x.com/fraraf85
// © 2026 CodePort. All rights reserved.
import SwiftUI
// 👋 Hey, you found the placeholder file!
// The real code is cooking. Stay tuned.