File tree
116 files changed
+983
-3756
lines changed- Menu Checker
- Assets.xcassets
- AllergenIcons
- Corn.imageset
- Eggs.imageset
- Fish.imageset
- Milk.imageset
- Oats.imageset
- Peanuts.imageset
- SesameSeeds.imageset
- Shellfish.imageset
- Soybeans.imageset
- TreeNuts.imageset
- Wheat.imageset
- AppIcon.appiconset
- Restaurants
- McDonalds.imageset
- Subway.imageset
- cog.imageset
- splashscreen.imageset
- Base.lproj
- Data
- Helper
- View
- ViewController
- Menu Checker.xcodeproj
- project.xcworkspace
- xcuserdata/luhagel.xcuserdatad/xcschemes
- Pods
- CellAnimator
- CellAnimator
- Crashlytics
- iOS/Crashlytics.framework
- Fabric
- iOS/Fabric.framework
- Headers
- FontAwesome.swift
- FontAwesome
- Pods.xcodeproj
- xcuserdata
- luca.xcuserdatad/xcschemes
- luhagel.xcuserdatad/xcschemes
- SwiftyJSON
- Source
- Target Support Files
- CellAnimator
- FontAwesome.swift
- Pods-Menu Checker
- SwiftyJSON
- Resources
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
116 files changed
+983
-3756
lines changed.gitignore
100644
100755
File mode changed.
Menu Checker.xcodeproj/project.pbxproj
100644
100755
+13-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
183 | 183 |
| |
184 | 184 |
| |
185 | 185 |
| |
186 |
| - | |
| 186 | + | |
187 | 187 |
| |
188 | 188 |
| |
189 | 189 |
| |
190 | 190 |
| |
| 191 | + | |
191 | 192 |
| |
192 | 193 |
| |
193 | 194 |
| |
| |||
337 | 338 |
| |
338 | 339 |
| |
339 | 340 |
| |
| 341 | + | |
340 | 342 |
| |
341 | 343 |
| |
| 344 | + | |
342 | 345 |
| |
343 | 346 |
| |
344 | 347 |
| |
| |||
360 | 363 |
| |
361 | 364 |
| |
362 | 365 |
| |
363 |
| - | |
| 366 | + | |
364 | 367 |
| |
365 | 368 |
| |
366 | 369 |
| |
| |||
382 | 385 |
| |
383 | 386 |
| |
384 | 387 |
| |
| 388 | + | |
385 | 389 |
| |
386 | 390 |
| |
| 391 | + | |
387 | 392 |
| |
388 | 393 |
| |
389 | 394 |
| |
| |||
399 | 404 |
| |
400 | 405 |
| |
401 | 406 |
| |
402 |
| - | |
| 407 | + | |
403 | 408 |
| |
404 | 409 |
| |
| 410 | + | |
405 | 411 |
| |
406 | 412 |
| |
407 | 413 |
| |
| |||
410 | 416 |
| |
411 | 417 |
| |
412 | 418 |
| |
| 419 | + | |
413 | 420 |
| |
414 | 421 |
| |
415 | 422 |
| |
416 | 423 |
| |
417 | 424 |
| |
| 425 | + | |
418 | 426 |
| |
419 | 427 |
| |
420 | 428 |
| |
421 | 429 |
| |
422 | 430 |
| |
423 | 431 |
| |
424 | 432 |
| |
| 433 | + | |
425 | 434 |
| |
426 | 435 |
| |
427 | 436 |
| |
428 | 437 |
| |
429 | 438 |
| |
| 439 | + | |
430 | 440 |
| |
431 | 441 |
| |
432 | 442 |
| |
|
File mode changed.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
Menu Checker/AppDelegate.swift
100644
100755
+4-27
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
21 |
| - | |
22 |
| - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 | 27 |
| |
51 | 28 |
|
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
Menu Checker/Assets.xcassets/Contents.json
100644
100755
File mode changed.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + |
File mode changed.
File mode changed.
File mode changed.
File mode changed.
Menu Checker/Base.lproj/LaunchScreen.storyboard
100644
100755
File mode changed.
0 commit comments