Skip to content
This repository was archived by the owner on Nov 19, 2018. It is now read-only.

Commit 8697542

Browse files
committed
plist files inside bundles are ignored
1 parent afab342 commit 8697542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/deliver/ipa_uploader.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def build_document
133133
def fetch_info_plist_file
134134
Zip::File.open(@ipa_file.path) do |zipfile|
135135
zipfile.each do |file|
136-
if file.name.include?'.plist'
136+
if file.name.include?'.plist' and not file.name.include?".bundle"
137137
# We can not be completely sure, that's the correct plist file, so we have to try
138138
begin
139139
# The XML file has to be properly unpacked first

0 commit comments

Comments
 (0)