Skip to content

Commit

Permalink
hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rauhul committed Feb 22, 2018
1 parent 3dee3aa commit 0e77f6a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions HackIllinois.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
9506926F203EE14000D7C34C /* refresh.json in Resources */ = {isa = PBXBuildFile; fileRef = 95069266203EE14000D7C34C /* refresh.json */; };
95069270203EE14000D7C34C /* img_1.png in Resources */ = {isa = PBXBuildFile; fileRef = 95069269203EE14000D7C34C /* img_1.png */; };
95069271203EE14000D7C34C /* img_0.png in Resources */ = {isa = PBXBuildFile; fileRef = 9506926A203EE14000D7C34C /* img_0.png */; };
95069272203EE14000D7C34C /* Intro.json in Resources */ = {isa = PBXBuildFile; fileRef = 9506926B203EE14000D7C34C /* Intro.json */; };
95069272203EE14000D7C34C /* intro.json in Resources */ = {isa = PBXBuildFile; fileRef = 9506926B203EE14000D7C34C /* intro.json */; };
950F57141FBE8139001F7DF4 /* HIBaseService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950F57131FBE8139001F7DF4 /* HIBaseService.swift */; };
950F57161FBE81FA001F7DF4 /* HIAuthService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950F57151FBE81FA001F7DF4 /* HIAuthService.swift */; };
9510F6A01FCB7D6E007D19DB /* Announcement+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9510F69A1FCB7D6E007D19DB /* Announcement+CoreDataClass.swift */; };
Expand Down Expand Up @@ -124,7 +124,7 @@
95069266203EE14000D7C34C /* refresh.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = refresh.json; sourceTree = "<group>"; };
95069269203EE14000D7C34C /* img_1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = img_1.png; sourceTree = "<group>"; };
9506926A203EE14000D7C34C /* img_0.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = img_0.png; sourceTree = "<group>"; };
9506926B203EE14000D7C34C /* Intro.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = Intro.json; sourceTree = "<group>"; };
9506926B203EE14000D7C34C /* intro.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = intro.json; sourceTree = "<group>"; };
950F57131FBE8139001F7DF4 /* HIBaseService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HIBaseService.swift; sourceTree = "<group>"; };
950F57151FBE81FA001F7DF4 /* HIAuthService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HIAuthService.swift; sourceTree = "<group>"; };
9510F69A1FCB7D6E007D19DB /* Announcement+CoreDataClass.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Announcement+CoreDataClass.swift"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -254,7 +254,7 @@
isa = PBXGroup;
children = (
95069268203EE14000D7C34C /* images */,
9506926B203EE14000D7C34C /* Intro.json */,
9506926B203EE14000D7C34C /* intro.json */,
);
path = Launch;
sourceTree = "<group>";
Expand Down Expand Up @@ -593,7 +593,7 @@
buildActionMask = 2147483647;
files = (
9506926C203EE14000D7C34C /* countdown-24.json in Resources */,
95069272203EE14000D7C34C /* Intro.json in Resources */,
95069272203EE14000D7C34C /* intro.json in Resources */,
951827A91EA35DB800049F79 /* Assets.xcassets in Resources */,
95069270203EE14000D7C34C /* img_1.png in Resources */,
9506926D203EE14000D7C34C /* countdown-60.json in Resources */,
Expand Down
2 changes: 1 addition & 1 deletion HackIllinois/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<string>2</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
4 changes: 2 additions & 2 deletions HackIllinois/UI/TableView/HITableView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ class HITableView: UITableView {
init(style: Style) {
self.style_ = style
super.init(frame: .zero, style: .grouped)
translatesAutoresizingMaskIntoConstraints = false

NotificationCenter.default.addObserver(self, selector: #selector(refreshForThemeChange), name: .themeDidChange, object: nil)
refreshForThemeChange()
}
Expand All @@ -36,7 +38,6 @@ class HITableView: UITableView {

// MARK: - Themeable
@objc func refreshForThemeChange() {
translatesAutoresizingMaskIntoConstraints = false
switch HIApplication.Theme.current {
case .day:
indicatorStyle = .black
Expand All @@ -46,7 +47,6 @@ class HITableView: UITableView {
switch style_ {
case .standard:
backgroundColor = HIApplication.Palette.current.background

}
}

Expand Down
2 changes: 1 addition & 1 deletion Stickers/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0.5</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>2</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
Expand Down

0 comments on commit 0e77f6a

Please sign in to comment.