Separate symbols generation from building

This commit is contained in:
Cheng Zhao 2015-04-08 22:12:47 +08:00
parent 4bb0ac271b
commit 42dafd47fd
4 changed files with 66 additions and 118 deletions

View file

@ -61,7 +61,7 @@ def FindBundlePart(full_path):
def GetDSYMBundle(options, binary_path):
"""Finds the .dSYM bundle to the binary."""
if binary_path[0] == '/' or binary_path == '':
if not binary_path.endswith(' Framework'):
return binary_path
filename = FindBundlePart(binary_path)