Skip to content

Commit 2e3e800

Browse files
committed
🦺
1 parent 549c514 commit 2e3e800

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@ fastlane/Preview.html
6161
fastlane/screenshots/**/*.png
6262
fastlane/test_output
6363
Folk's DB.xcodeproj/project.pbxproj
64+
Folk's DB.xcodeproj/project.pbxproj

Folk's DB/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"images" : [
33
{
4-
"filename" : "Folksdb.png",
4+
"filename" : "Generated Image.jpeg",
55
"idiom" : "universal",
66
"platform" : "ios",
77
"size" : "1024x1024"
130 KB
Loading

Folk's DB/ContentView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ struct ContentView: View {
3838
}
3939
.navigationTitle("Collections")
4040
}
41+
Text("Made with 😐 in Germany")
4142
}
4243
}
43-
4444
#Preview {
4545
ContentView()
4646
.modelContainer(for: Item.self, inMemory: true)

Folk's DB/Folk's DB.entitlements

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
4-
<dict>
5-
<key>com.apple.developer.siri</key>
6-
<true/>
7-
</dict>
4+
<dict/>
85
</plist>

0 commit comments

Comments
 (0)