Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
bdd6d6c
add O5RegistrationData.fromJSON
jwoglom Apr 14, 2026
4f51aa5
app attest v1
jwoglom Apr 14, 2026
813dce9
add build flag
jwoglom Apr 14, 2026
250b91d
add Config.xcconfig loading ConfigOverride.xcconfig from parent
jwoglom May 10, 2026
150bce9
move O5AppAttestService
jwoglom May 10, 2026
0bafbb0
read Config.xcconfig
jwoglom May 10, 2026
7ed3b8c
Store certificates in keychain
jwoglom May 10, 2026
d199011
store data source
jwoglom May 10, 2026
bada4fd
add resolve routing step
jwoglom May 10, 2026
de0525f
make sure you need to have o5 certs before pairing an o5 pod
jwoglom May 10, 2026
5dfa12e
cohesively get teamid
jwoglom May 10, 2026
7e8c709
show fetch progress
jwoglom May 10, 2026
8ca74ac
also import LoopConfigOverride
jwoglom May 11, 2026
b84cbad
Hide privateKey, intermediateCA, and tlsCertificate
jwoglom May 12, 2026
a7075ae
Update PodState with O5 controller ID/pod ID when new cert is added
jwoglom May 19, 2026
bdd7718
Remove o5keypair file reference on pod cert page
jwoglom May 20, 2026
165d3de
Update certificate download message
jwoglom May 20, 2026
4042496
check internet connection and server status
jwoglom May 20, 2026
0e2f37c
Move 'Pod Certificate Details' > O5 specific 'Pod Diagnostics', colla…
jwoglom May 20, 2026
3e3452e
change invalid import to popup
jwoglom May 20, 2026
45fab92
update recoverySuggestions
jwoglom May 20, 2026
0216aec
Handle no certificate found
jwoglom May 20, 2026
8364c15
Route to selectPod when O5 pod type selected with no active pod and n…
jwoglom May 20, 2026
ec0ccaa
update copy
jwoglom May 20, 2026
89d02a3
replace lowercase pod -> Pod
jwoglom May 20, 2026
0c94116
capitalize Internet
jwoglom May 20, 2026
acb6d59
Bump localization
jwoglom May 20, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Config.xcconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// OmnipodKit build configuration

// Inherits overrides from Trio's ConfigOverride.xcconfig (if present)
#include? "../ConfigOverride.xcconfig"
#include? "../../ConfigOverride.xcconfig"

// Inherits overrides from Loop's LoopConfigOverride.xcconfig (if present)
#include? "../LoopConfigOverride.xcconfig"
#include? "../../LoopConfigOverride.xcconfig"
Loading