You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Swift Radio** is a fully featured, open-source radio station app written entirely in **Swift**. \
17
+
It provides robust, professional functionality out of the box, \
18
+
complete with **Apple CarPlay** support, making it the perfect foundation \
19
+
for **building** or **customizing** your own streaming radio experience.
20
+
"""
21
+
22
+
staticletfooterAuthors="Fethi El Hassasna & Matt Fecher"
23
+
staticletfooterCopyright="Swift Radio"
24
+
25
+
structSections{
26
+
staticletfeatures="Features"
27
+
staticletcontact="Contact"
28
+
staticletsupport="Support"
29
+
staticletcredits="Credits"
30
+
staticletlegal="Legal"
31
+
staticletversion="Version"
32
+
}
33
+
34
+
staticletfeedback=("Feedback","We value your input! Please take a moment to provide feedback")
35
+
staticletshareText="Check out Swift Radio!"
36
+
staticletlicense=("License","MIT License")
37
+
}
38
+
39
+
structContributors{
40
+
staticlettitle="Contributors"
41
+
}
42
+
43
+
structLibraries{
44
+
staticlettitle="Libraries"
45
+
}
46
+
47
+
structFeatures{
48
+
staticlettitle="Features"
49
+
50
+
staticletswiftCodebase=("Swift Codebase","Entirely written in Swift with a clean and modern structure.")
51
+
staticletcarPlay=("Apple CarPlay Support","Lets users control their radio playback directly from their CarPlay dashboard.")
52
+
staticletcustomizableUI=("Customizable UI","Includes a flexible interface that you can easily personalize with your own theme and branding.")
53
+
staticletalbumArt=("Album Art & Metadata","Displays track information and album covers to enhance the listening experience.")
54
+
staticletlockScreen=("Lock Screen & Control Center Integration","Shows artwork and track info on the lock screen, and provides convenient controls without opening the app.")
55
+
staticletmultipleStations=("Multiple Stations Setup","Comes with a straightforward station list manager that supports multiple streaming URLs.")
56
+
staticleteasySetup=("Easy Project Setup","Ready to run right out of the box, and you can adjust key settings in a single configuration file.")
letsendMailErrorAlert=UIAlertController(title:"Could Not Send Email", message:"Your device could not send e-mail. Please check e-mail configuration and try again.", preferredStyle:.alert)
0 commit comments