Skip to content

Commit 9159670

Browse files
authored
amplify-xcode: foundation and import-config command (#950)
* amplify CLI iOS core structure * tooling and general setup * import-config command, CLI interface * docs * commit xcodeproj files and settings * resolve home directory in base path, AmplifyEnvironment glob function * clean AmplifyCommandEnvironment, simplify task execution * amplifyFileManager abstraction, refactor AmplifyEnvironmentFileManager * commandEnvironment unit tests * unit tests CommandImportConfig * test ImportConfigTasks * remove currentDirectory property * remove different types of task executor, add more unit tests * remove date from copyright headers * update copyright header * test CommandEnvironment::contentsOfDirectory * update inline docs, typealias task successful result * check for config files * set multiple targets, separate core from CLI, improve testability * rename AmplifyCLI -> AmplifyXcode
1 parent ae9d5a6 commit 9159670

40 files changed

+9788
-188
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.DS_Store
2+
.build
3+
/Packages
4+
AmplifyXcode.xcodeproj/xcuserdata
5+
AmplifyXcode.xcodeproj/*.plist
6+
xcuserdata/
7+

0 commit comments

Comments
 (0)