Skip to content

Commit bed7d5e

Browse files
authored
Updated HackIllinois 2021 Sticker Pack (#381)
* Updated Sticker Pack * Shuffled Profile Results * Sorted Profiles by ID
1 parent b013e6a commit bed7d5e

File tree

22 files changed

+42
-6
lines changed

22 files changed

+42
-6
lines changed

HackIllinois/ViewControllers/HIGroupViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class HIGroupViewController: HIGroupListViewController {
2121
let fetchRequest: NSFetchRequest<Profile> = Profile.fetchRequest()
2222

2323
fetchRequest.sortDescriptors = [
24-
NSSortDescriptor(key: "firstName", ascending: true)
24+
NSSortDescriptor(key: "id", ascending: true)
2525
]
2626

2727
let fetchedResultsController = NSFetchedResultsController(

Stickers/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>$(DEVELOPMENT_LANGUAGE)</string>
77
<key>CFBundleDisplayName</key>
8-
<string>Stickers</string>
8+
<string>HackIllinois</string>
99
<key>CFBundleExecutable</key>
1010
<string>$(EXECUTABLE_NAME)</string>
1111
<key>CFBundleIdentifier</key>

Stickers/Stickers.xcassets/Sticker Pack.stickerpack/Contents.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
"grid-size" : "regular"
88
},
99
"stickers" : [
10-
{
11-
"filename" : "sticker-0.sticker"
12-
},
1310
{
1411
"filename" : "sticker-1.sticker"
1512
},
@@ -39,6 +36,18 @@
3936
},
4037
{
4138
"filename" : "sticker-10.sticker"
39+
},
40+
{
41+
"filename" : "sticker-11.sticker"
42+
},
43+
{
44+
"filename" : "sticker-12.sticker"
45+
},
46+
{
47+
"filename" : "sticker-13.sticker"
48+
},
49+
{
50+
"filename" : "sticker-14.sticker"
4251
}
4352
]
4453
}
Loading
Loading

Stickers/Stickers.xcassets/Sticker Pack.stickerpack/sticker-0.sticker/Contents.json renamed to Stickers/Stickers.xcassets/Sticker Pack.stickerpack/sticker-11.sticker/Contents.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"version" : 1
55
},
66
"properties" : {
7-
"filename" : "sticker-0.png"
7+
"filename" : "sticker-11.png"
88
}
99
}
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"info" : {
3+
"author" : "xcode",
4+
"version" : 1
5+
},
6+
"properties" : {
7+
"filename" : "sticker-12.png"
8+
}
9+
}
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"info" : {
3+
"author" : "xcode",
4+
"version" : 1
5+
},
6+
"properties" : {
7+
"filename" : "sticker-13.png"
8+
}
9+
}
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"info" : {
3+
"author" : "xcode",
4+
"version" : 1
5+
},
6+
"properties" : {
7+
"filename" : "sticker-14.png"
8+
}
9+
}
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)