Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(breaking): remove deprecated link, unlink and associated code #1537

Merged
merged 40 commits into from
Feb 7, 2022
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
e151563
chore: initial commit - remove files
grabbou Jan 27, 2022
0ae9eea
chore: further removal
grabbou Jan 27, 2022
30103d3
chore: wip
grabbou Jan 27, 2022
6c53e48
continue work
grabbou Jan 28, 2022
596d849
chore: fix warnings and errors
grabbou Jan 28, 2022
8a24cd2
chore: move findXcodeProj to config and upgrade run-ios
grabbou Feb 2, 2022
a1fe895
chore: add todo
grabbou Feb 2, 2022
2f8baf8
chore: remove example
grabbou Feb 2, 2022
510a903
chore: update source dir and update dependnecy config for ios
grabbou Feb 2, 2022
2a43345
chore: remove logger
grabbou Feb 2, 2022
410ec1a
chore: fix type issues
grabbou Feb 2, 2022
b3e0730
chore: remove tests for missing properties, prefer snapshots instead …
grabbou Feb 2, 2022
16996b3
chore: update snapshots for iOS config (removed properties)
grabbou Feb 2, 2022
a67a5a6
chore: fix upgrade tests
grabbou Feb 2, 2022
65f4335
chore: remove extra tests
grabbou Feb 2, 2022
edf3175
chore: update config tests
grabbou Feb 2, 2022
3854ee3
chore: two tests tbd to support new resolution mechanism
grabbou Feb 2, 2022
f8a9ade
chore: fix ios tests and bring back configurable sourceDir
grabbou Feb 2, 2022
1c9508e
feat: align findPodfilePath with old findProject heuristics
grabbou Feb 2, 2022
be963e1
chore: fix lint
grabbou Feb 2, 2022
194ee75
chore: update snapshot
grabbou Feb 2, 2022
387f9ee
fix: filter invalid deps
grabbou Feb 2, 2022
299285f
chore: update tests
grabbou Feb 2, 2022
d665720
chore: add missing properties to Joi schema
grabbou Feb 2, 2022
020aa16
chore: another update
grabbou Feb 2, 2022
0153690
chore: fix Joi schema
grabbou Feb 2, 2022
f8fd19d
chore: update schema
grabbou Feb 2, 2022
de1a5d2
chore: fix snapshot
grabbou Feb 2, 2022
2c732a8
chore: note on the future development for this file
grabbou Feb 2, 2022
6051201
chore: update snapshot one more time - nitpick
grabbou Feb 2, 2022
361f0c9
one last time
grabbou Feb 2, 2022
64b4ef7
feat: print when multiple podfiles are found
grabbou Feb 3, 2022
00ccd36
update docs
grabbou Feb 3, 2022
59cb6e0
chore: fix
grabbou Feb 3, 2022
9e70eb3
Update autolinking.md
grabbou Feb 4, 2022
48686a9
chore: remove xmldoc dep
thymikee Feb 4, 2022
7326892
chore: remove xcode dep
thymikee Feb 4, 2022
794d9b3
chore: return type for dependencyConfig
thymikee Feb 4, 2022
ae7c66e
Merge branch 'master' into feat/remove-link
grabbou Feb 7, 2022
3e5cb0b
Update index.ts
grabbou Feb 7, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: fix upgrade tests
  • Loading branch information
grabbou committed Feb 2, 2022
commit a67a5a662d058ebf77af3dd9716a10ef04133073
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const fetchesRegularPatchInstallRemoteAppliesPatchInstallsDepsRemovesRemote = as
[newVersion],
merge(ctx, {
project: {
ios: {projectName: 'TestApp.xcodeproj'},
ios: {xcodeProject: {name: 'TestApp.xcodeproj'}},
android: {packageName: 'com.testapp'},
},
}),
Expand Down Expand Up @@ -218,7 +218,7 @@ const worksWithNameIosAndNameAndroid = async (newVersion) => {
[newVersion],
merge(ctx, {
project: {
ios: {projectName: 'CustomIos.xcodeproj'},
ios: {xcodeProject: {name: 'CustomIos.xcodeproj'}},
android: {packageName: 'co.uk.customandroid.app'},
},
}),
Expand Down