Skip to content

Commit

Permalink
Update code signing ignore setup
Browse files Browse the repository at this point in the history
  • Loading branch information
SlaunchaMan committed Nov 6, 2018
1 parent 185b9db commit f8c2f2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ DerivedData
.bundle

# Code Signing Settings
Example/SigningSettings.xcconfig
Example/DevelopmentTeam.xcconfig
5 changes: 3 additions & 2 deletions Example/SigningSettings.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974

// This file is intentionally in the .gitignore file for this repository. To add
// your signing settings, uncomment this line and fill in the correct value:
// To add signing settings, create a new file in the Example/ directory with the
// name "DevelopmentTeam.xcconfig" and the following contents:
//
// DEVELOPMENT_TEAM = <TEAM ID HERE>
#include? "DevelopmentTeam.xcconfig"

0 comments on commit f8c2f2a

Please sign in to comment.