This repository was archived by the owner on Dec 16, 2022. It is now read-only.
Commit aa061f8
authored
feat(templates): Add iOS template (#69)
* feat(tasks): Support iOS
* feat(template): Add iOS template
* feat(template): Update iOS template
* test(snapshots): Update iOS snapshots
* chore(scripts): Add e2e installs script
* test(installs): Test installation with Cocoapods
* build(travis): Install CocoaPods
* feat: Allow `libraryName` omission in templates
* chore(scripts): Remove unnecessary quotes in Jest scripts1 parent b9d136c commit aa061f8
File tree
28 files changed
+1680
-41
lines changed- scripts
- __snapshots__
- src
- api/__tests__/__snapshots__
- cli
- tasks
- common
- ios
- templates/InstantSearch iOS
- App.xcodeproj
- project.xcworkspace
- App.xcworkspace
- App
- Assets.xcassets/AppIcon.appiconset
- Base.lproj
- utils
- __tests__
- __snapshots__
28 files changed
+1680
-41
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments