recognize Provisioning Profile which has "iOSTeam Provisioning..."

http://hipbyte.myjetbrains.com/youtrack/issue/RM-643
This commit is contained in:
Watson
2014-10-22 00:22:52 +09:00
parent 91e0cc7c6e
commit bd54be05da
2 changed files with 2 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ module Motion; module Project;
super('iPhone')
end
def provisioning_profile(name = /iOS Team Provisioning Profile/)
def provisioning_profile(name = /iOS\s?Team Provisioning Profile/)
@provisioning_profile ||= begin
paths = Dir.glob(File.expand_path("~/Library/MobileDevice/Provisioning\ Profiles/*.mobileprovision")).select do |path|
text = File.read(path)

View File

@@ -107,7 +107,7 @@ module Motion; module Project;
super('iPhone')
end
def provisioning_profile(name = /iOS Team Provisioning Profile/)
def provisioning_profile(name = /iOS\s?Team Provisioning Profile/)
@provisioning_profile ||= begin
paths = Dir.glob(File.expand_path("~/Library/MobileDevice/Provisioning\ Profiles/*.mobileprovision")).select do |path|
text = File.read(path)