Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dtroupe-plaid committed Jul 26, 2023
1 parent b93255c commit 42e69e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/ios/plaidRNDemoTests/PlaidCredentials.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import Foundation

// Run git update-index --skip-worktree example/ios/plaidRNDemoTests/PlaidCredentials.swift
// before modifying this file to prevent git from picking up any changes.

struct PlaidCredentials {
static let clientID = "YOUR_CLIENT_ID"
static let clientSecret = "YOUR_CLIENT_SECRET"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
end

file_content = <<-CREDS_FILE_STRING
import Foundation
// Run git update-index --skip-worktree example/ios/plaidRNDemoTests/PlaidCredentials.swift
// before modifying this file to prevent git from picking up any changes.
struct PlaidCredentials {
static let clientID = "#{ENV['PLAID_CLIENT_ID']}"
static let clientSecret = "#{ENV['PLAID_SECRET']}"
Expand Down

0 comments on commit 42e69e4

Please sign in to comment.