Commit fafdff1
Add StartupQueue automatically; update tests. (#26)
* Add StartupQueue automatically; update tests.
* Refactored startup sequence.
* removed extraneous code
* More Startup changes for the queue + mac example
* catch mac catalyst in platform bits
* stop the flush timer when going to background
* fixed time interval computation
* Use a queue timer instead of NSTimer.
* fixed startup wait routine
* testing a change w/ CI …
* Watch the startupqueue plugin to decide when to continue w/ tests
Co-authored-by: Brandon Sneed <[email protected]>1 parent 706f65b commit fafdff1
File tree
32 files changed
+1555
-83
lines changed- Examples/apps
- BasicExample
- BasicExample.xcodeproj
- BasicExample
- DestinationsExample/DestinationsExample
- Base.lproj
- MacExample
- MacExample.xcodeproj
- project.xcworkspace
- MacExample.xcworkspace
- MacExample
- Assets.xcassets
- AccentColor.colorset
- AppIcon.appiconset
- Base.lproj
- Segment.xcodeproj
- Sources/Segment
- Plugins
- Platforms
- Mac
- iOS
- Utilities
- Tests/Segment-Tests
- Support
32 files changed
+1555
-83
lines changedLines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
309 | 311 | | |
310 | 312 | | |
311 | 313 | | |
312 | | - | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
313 | 317 | | |
314 | 318 | | |
315 | 319 | | |
316 | 320 | | |
317 | 321 | | |
318 | 322 | | |
319 | 323 | | |
| 324 | + | |
| 325 | + | |
320 | 326 | | |
321 | 327 | | |
322 | 328 | | |
| |||
327 | 333 | | |
328 | 334 | | |
329 | 335 | | |
330 | | - | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
331 | 339 | | |
332 | 340 | | |
333 | 341 | | |
334 | 342 | | |
335 | 343 | | |
336 | 344 | | |
337 | 345 | | |
| 346 | + | |
| 347 | + | |
338 | 348 | | |
339 | 349 | | |
340 | 350 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments