Skip to content

Commit

Permalink
TICKET-T-20560: Setting code signing to false for pods (#121)
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul Pant <14113872+mr-pant@users.noreply.github.com>
  • Loading branch information
mr-pant authored Dec 1, 2023
1 parent 33a72b2 commit 1de7fe9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
.history
.svn/
.env/
build.sh
export-distribution.plist

# IntelliJ related
*.iml
Expand Down
4 changes: 4 additions & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ post_install do |installer|
'PERMISSION_LOCATION=1',
'PERMISSION_NOTIFICATIONS=1'
]
config.build_settings["CODE_SIGNING_ALLOWED"] = 'NO'
config.build_settings["CODE_SIGNING_REQUIRED"] = 'NO'
config.build_settings["PROVISIONING_PROFILE"] = ''
config.build_settings["PROVISIONING_PROFILE_SPECIFIER"] = ''
end
end
end

0 comments on commit 1de7fe9

Please sign in to comment.