diff --git a/VoiceGuide.xcodeproj/project.xcworkspace/xcuserdata/sweekwang.xcuserdatad/UserInterfaceState.xcuserstate b/VoiceGuide.xcodeproj/project.xcworkspace/xcuserdata/sweekwang.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..0b16ae8 Binary files /dev/null and b/VoiceGuide.xcodeproj/project.xcworkspace/xcuserdata/sweekwang.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/VoiceGuide/Info.plist b/VoiceGuide/Info.plist index f753731..8cc7f5f 100644 --- a/VoiceGuide/Info.plist +++ b/VoiceGuide/Info.plist @@ -2,6 +2,8 @@ + ITSAppUsesNonExemptEncryption + UIBackgroundModes audio diff --git a/VoiceGuide/VoiceGuideApp.swift b/VoiceGuide/VoiceGuideApp.swift index 0f92199..03b5efa 100644 --- a/VoiceGuide/VoiceGuideApp.swift +++ b/VoiceGuide/VoiceGuideApp.swift @@ -3,7 +3,7 @@ // VoiceGuide // // Created by Swee Kwang Chua on 26/4/23. -// +// Made changes import SwiftUI