diff --git a/.github/workflows/build_ipa.yml b/.github/workflows/build_ipa.yml index 14e1359b..d539b335 100644 --- a/.github/workflows/build_ipa.yml +++ b/.github/workflows/build_ipa.yml @@ -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 \ diff --git a/StikJIT/Views/AppIconView.swift b/StikJIT/Views/AppIconView.swift index 3ae358ef..8bbca3b9 100644 --- a/StikJIT/Views/AppIconView.swift +++ b/StikJIT/Views/AppIconView.swift @@ -1,3 +1,10 @@ +// +// AppIconView.swift +// StikJIT +// +// Created by neoarz on 4/12/25. +// + import SwiftUI struct AppIconView: View { @@ -50,4 +57,4 @@ struct AppIconView: View { #Preview { AppIconView() -} \ No newline at end of file +} diff --git a/StikJIT/Views/Custom Error View.swift b/StikJIT/Views/Custom Error View.swift index d0282ed2..08ded9d4 100644 --- a/StikJIT/Views/Custom Error View.swift +++ b/StikJIT/Views/Custom Error View.swift @@ -1,3 +1,10 @@ +// +// CustomErrorView.swift +// StikJIT +// +// Created by neoarz on 3/29/25. +// + import SwiftUI struct CustomErrorView: View { @@ -165,4 +172,4 @@ struct CustomErrorView: View { onDismiss() } } -} \ No newline at end of file +}