9 lines
221 B
Plaintext
9 lines
221 B
Plaintext
# For more information about the Appfile, see:
|
|
# https://docs.fastlane.tools/advanced/#appfile
|
|
|
|
require('dotenv')
|
|
Dotenv.load '../../Skip.env'
|
|
#app_identifier(ENV['PRODUCT_BUNDLE_IDENTIFIER'])
|
|
|
|
# apple_id("my@email")
|