Skip to content

Conversation

LeviTrammell
Copy link
Contributor

@LeviTrammell LeviTrammell commented Feb 17, 2021

File System Diff
@@ -22,13 +22,15 @@
   |  |  |-home
   |  |  |  |-HomeScreen.tsx
   |  |-state
   |  |  |-index.ts
   |  |  |-todoSlice.ts
   |-package.json
+  |-Gemfile
   |-index.js
+  |-Gemfile.lock
   |-package-lock.json
   |-__tests__
   |  |-unit
   |  |  |-init.js
   |  |  |-App-test.tsx
   |  |  |-jest.config.json
@@ -49,12 +51,14 @@
   |  |-kite.xcodeproj
   |  |  |-xcshareddata
   |  |  |  |-xcschemes
   |  |  |  |  |-kite.xcscheme
   |  |  |-project.pbxproj
   |  |-kite.xcworkspace
+  |  |  |-xcshareddata
+  |  |  |  |-IDEWorkspaceChecks.plist
   |  |  |-contents.xcworkspacedata
   |  |-kiteTests
   |  |  |-kiteTests.m
   |  |  |-Info.plist
   |-app.json
   |-.buckconfig
@@ -106,12 +110,18 @@
   |  |  |  |  |  |  |  |-ReactNativeFlipper.java
   |  |  |-build.gradle
   |  |  |-_BUCK
   |  |  |-build_defs.bzl
   |  |  |-proguard-rules.pro
   |  |  |-debug.keystore
+  |-fastlane
+  |  |-Pluginfile
+  |  |-Matchfile
+  |  |-README.md
+  |  |-Appfile
+  |  |-Fastfile
   |-.github
   |  |-workflows
   |  |  |-build.yml
   |  |  |-fs-diff.yml
   |-.gitignore
   |-metro.config.js

Copy link
Contributor

@garrettjoecox garrettjoecox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only thing might be missing is documentation on the missing pieces they'll need (secrets and so on)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants