File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ extension Event {
269
269
return " \( Constants . URLs. gitHubDomain) / \( self . repo. name) /commits "
270
270
case . forkEvent:
271
271
guard let payload = self . payload as? ForkEventPayload else { return " " }
272
- return payload. forkee. url
272
+ return " \( Constants . URLs . gitHubDomain ) / \( payload. forkee. fullName ) "
273
273
case . issuesEvent:
274
274
guard let payload = self . payload as? IssuesEventPayload else { return " " }
275
275
return payload. issue. url
Original file line number Diff line number Diff line change @@ -154,14 +154,14 @@ struct ForkEventPayload: PayloadType {
154
154
struct ForkeeObject : ModelType {
155
155
let id : Int
156
156
let name : String
157
+ let fullName : String
157
158
let description : String ?
158
- let url : String
159
159
160
160
enum CodingKeys : String , CodingKey {
161
161
case id
162
- case name = " full_name "
162
+ case name
163
+ case fullName = " full_name "
163
164
case description
164
- case url = " html_url "
165
165
}
166
166
}
167
167
Original file line number Diff line number Diff line change 85
85
<key >CFBundlePackageType </key >
86
86
<string >APPL </string >
87
87
<key >CFBundleShortVersionString </key >
88
- <string >2.2.4 </string >
88
+ <string >2.2.5 </string >
89
89
<key >CFBundleURLTypes </key >
90
90
<array >
91
91
<dict >
100
100
</dict >
101
101
</array >
102
102
<key >CFBundleVersion </key >
103
- <string >14 </string >
103
+ <string >16 </string >
104
104
<key >ITSAppUsesNonExemptEncryption </key >
105
105
<false />
106
106
<key >LSApplicationQueriesSchemes </key >
You can’t perform that action at this time.
0 commit comments