Skip to content

Initial fastlane setup.#17

Open
LeviTrammell wants to merge 2 commits into
mainfrom
fastlane
Open

Initial fastlane setup.#17
LeviTrammell wants to merge 2 commits into
mainfrom
fastlane

Conversation

@LeviTrammell

@LeviTrammell LeviTrammell commented Feb 17, 2021

Copy link
Copy Markdown
Contributor
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

@garrettjoecox garrettjoecox left a comment

Copy link
Copy Markdown
Contributor

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)

Comment thread ios/Podfile.lock Outdated
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