Skip to content

Commit f8845eb

Browse files
committed
fixing non-exhaustive conditional assignment
1 parent 4e8900e commit f8845eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/osproject_ios.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def _create_nse()
173173
plist_path =
174174
if lang == :swift
175175
SWIFT_NSE_INFO_PLIST_PATH
176-
elsif lang == :objc
176+
else
177177
OBJC_NSE_INFO_PLIST_PATH
178178
end
179179
FileUtils.cp_r(cli_dir + plist_path, nsePath)

0 commit comments

Comments
 (0)