Skip to content

Commit 1de7fe9

Browse files
authored
TICKET-T-20560: Setting code signing to false for pods (#121)
Signed-off-by: Rahul Pant <[email protected]>
1 parent 33a72b2 commit 1de7fe9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
.history
1010
.svn/
1111
.env/
12+
build.sh
13+
export-distribution.plist
1214

1315
# IntelliJ related
1416
*.iml

ios/Podfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ post_install do |installer|
5252
'PERMISSION_LOCATION=1',
5353
'PERMISSION_NOTIFICATIONS=1'
5454
]
55+
config.build_settings["CODE_SIGNING_ALLOWED"] = 'NO'
56+
config.build_settings["CODE_SIGNING_REQUIRED"] = 'NO'
57+
config.build_settings["PROVISIONING_PROFILE"] = ''
58+
config.build_settings["PROVISIONING_PROFILE_SPECIFIER"] = ''
5559
end
5660
end
5761
end

0 commit comments

Comments
 (0)