-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix bug
- Loading branch information
Showing
15 changed files
with
759 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,6 +102,8 @@ | |
E7B347A11FECF1B500A114E9 /* FitHud.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7B347A01FECF1B500A114E9 /* FitHud.swift */; }; | ||
E7B635271FFF4E130085CF9A /* OrgsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7B635261FFF4E130085CF9A /* OrgsViewController.swift */; }; | ||
E7B635291FFF4E1F0085CF9A /* OrgsViewController.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E7B635281FFF4E1F0085CF9A /* OrgsViewController.storyboard */; }; | ||
E7CB5851215344320096CD79 /* location.json in Resources */ = {isa = PBXBuildFile; fileRef = E7CB5850215344310096CD79 /* location.json */; }; | ||
E7CB5853215344650096CD79 /* Locations.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7CB5852215344650096CD79 /* Locations.swift */; }; | ||
E7D3CD6A1FD69CF500F96B99 /* AboutViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7D3CD691FD69CF500F96B99 /* AboutViewController.swift */; }; | ||
E7D3CD6C1FD69D0300F96B99 /* AboutViewController.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E7D3CD6B1FD69D0300F96B99 /* AboutViewController.storyboard */; }; | ||
E7DB97A8202AE4C300948683 /* FitBadgeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7DB97A7202AE4C300948683 /* FitBadgeView.swift */; }; | ||
|
@@ -234,6 +236,8 @@ | |
E7B347A01FECF1B500A114E9 /* FitHud.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FitHud.swift; sourceTree = "<group>"; }; | ||
E7B635261FFF4E130085CF9A /* OrgsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrgsViewController.swift; sourceTree = "<group>"; }; | ||
E7B635281FFF4E1F0085CF9A /* OrgsViewController.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = OrgsViewController.storyboard; sourceTree = "<group>"; }; | ||
E7CB5850215344310096CD79 /* location.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = location.json; sourceTree = "<group>"; }; | ||
E7CB5852215344650096CD79 /* Locations.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Locations.swift; sourceTree = "<group>"; }; | ||
E7D3CD691FD69CF500F96B99 /* AboutViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AboutViewController.swift; sourceTree = "<group>"; }; | ||
E7D3CD6B1FD69D0300F96B99 /* AboutViewController.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = AboutViewController.storyboard; sourceTree = "<group>"; }; | ||
E7DB97A7202AE4C300948683 /* FitBadgeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FitBadgeView.swift; sourceTree = "<group>"; }; | ||
|
@@ -316,6 +320,7 @@ | |
E7F064E11FF4EA9700E3C7A8 /* SVGImage.swift */, | ||
E7DB97A7202AE4C300948683 /* FitBadgeView.swift */, | ||
E7F064E31FF4F51A00E3C7A8 /* Languages.swift */, | ||
E7CB5852215344650096CD79 /* Locations.swift */, | ||
E720B75E203FA3C300286DAA /* Themes.swift */, | ||
E767ED502008A32C00BEC867 /* UserSessionManager.swift */, | ||
E746085A1FC541FF00951AEF /* NetworkManager.swift */, | ||
|
@@ -427,6 +432,7 @@ | |
E720B762203FE2D400286DAA /* icons */, | ||
E77CE54E1FBEC04500A120B2 /* Info.plist */, | ||
E710529D2068B184001F2911 /* colors.json */, | ||
E7CB5850215344310096CD79 /* location.json */, | ||
); | ||
path = FitHub; | ||
sourceTree = "<group>"; | ||
|
@@ -671,6 +677,7 @@ | |
E72D4A1320049DC400F2F0D0 /* LicenseViewController.storyboard in Resources */, | ||
E7D3CD6C1FD69D0300F96B99 /* AboutViewController.storyboard in Resources */, | ||
E742A5B91FCBB190002E8C0A /* UserDetailViewController.storyboard in Resources */, | ||
E7CB5851215344320096CD79 /* location.json in Resources */, | ||
E720B765203FE2E500286DAA /* [email protected] in Resources */, | ||
11F41AE71FDC3BE700DD047E /* Localizable.strings in Resources */, | ||
E76746F11FC6CBB30087A2DF /* RepositoriesTableViewCell.xib in Resources */, | ||
|
@@ -800,6 +807,7 @@ | |
E746085D1FC551D100951AEF /* UserModel.swift in Sources */, | ||
E796457B1FCD2E77006C9C1B /* LoginViewController.swift in Sources */, | ||
E72D4A0D200499BE00F2F0D0 /* LicenseModel.swift in Sources */, | ||
E7CB5853215344650096CD79 /* Locations.swift in Sources */, | ||
E74608571FC51D1300951AEF /* UITableView+FitHub.swift in Sources */, | ||
E74608601FC5769800951AEF /* UserTableViewCell.swift in Sources */, | ||
E73011BA200F301700B43C68 /* OrgsTableViewCell.swift in Sources */, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
FitHub/FitHub/Assets.xcassets/icon_blackbg.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"idiom" : "universal", | ||
"filename" : "[email protected]", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"idiom" : "universal", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"idiom" : "universal", | ||
"filename" : "[email protected]", | ||
"scale" : "3x" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
} | ||
} |
Binary file added
BIN
+8.26 KB
FitHub/FitHub/Assets.xcassets/icon_blackbg.imageset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.