Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 0 additions & 6 deletions .github/workflows/build_ipa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ jobs:
sed -i '' 's/objectVersion = 77/objectVersion = 56/' StikJIT.xcodeproj/project.pbxproj
sed -i '' 's/preferredProjectObjectVersion = 77/preferredProjectObjectVersion = 56/' StikJIT.xcodeproj/project.pbxproj

- name: List Available SDKs
run: xcodebuild -showsdks

- name: List Available Schemes
run: xcodebuild -list -project StikJit.xcodeproj

- name: Archive Build (Unsigned)
run: |
xcodebuild clean archive \
Expand Down
9 changes: 8 additions & 1 deletion StikJIT/Views/AppIconView.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
//
// AppIconView.swift
// StikJIT
//
// Created by neoarz on 4/12/25.
//

import SwiftUI

struct AppIconView: View {
Expand Down Expand Up @@ -50,4 +57,4 @@ struct AppIconView: View {

#Preview {
AppIconView()
}
}
9 changes: 8 additions & 1 deletion StikJIT/Views/Custom Error View.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
//
// CustomErrorView.swift
// StikJIT
//
// Created by neoarz on 3/29/25.
//

import SwiftUI

struct CustomErrorView: View {
Expand Down Expand Up @@ -165,4 +172,4 @@ struct CustomErrorView: View {
onDismiss()
}
}
}
}