Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Commit 866694b

Browse files
committed
Add deploy env
1 parent 15a7678 commit 866694b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

fastlane/.env.deploy

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
DEPLOY_BRANCH=master
2+
DEPLOY_PLIST_PATH="Supporting Files/Info.plist"
3+
DEPLOY_PODSPEC=AFNetworkActivityLogger.podspec
4+
DEPLOY_REMOTE=origin
5+
6+
# Used for CHANGELOG Generation and Github Release Management
7+
GITHUB_OWNER=AFNetworking
8+
GITHUB_REPOSITORY=AFNetworkActivityLogger
9+
# CI Should Provide GITHUB_API_TOKEN
10+
11+
CARTHAGE_FRAMEWORK_NAME=AFNetworkActivityLogger

0 commit comments

Comments
 (0)