Skip to content

Commit

Permalink
Update example signing
Browse files Browse the repository at this point in the history
  • Loading branch information
rockbruno committed Aug 15, 2019
1 parent c8cafd7 commit 7ba08be
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ExampleProject/Infofile.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ let output = api.extract(IPASizeProvider.self) +
api.extract(LongestTestDurationProvider.self) +
api.extract(ArchiveDurationProvider.self)

api.sendToSlack(output: output, webhookUrl: "slackUrlHere")

//api.sendToSlack(output: output, webhookUrl: "slackUrlHere")
api.print(output: output)
api.save(output: output)
4 changes: 2 additions & 2 deletions ExampleProject/SwiftInfoExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 4GEC7S6VF4;
DEVELOPMENT_TEAM = U7KHKH9L7R;
INFOPLIST_FILE = SwiftInfoExample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -431,7 +431,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 4GEC7S6VF4;
DEVELOPMENT_TEAM = U7KHKH9L7R;
INFOPLIST_FILE = SwiftInfoExample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>SwiftInfoExample.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>2</integer>
<integer>0</integer>
</dict>
</dict>
</dict>
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions Sources/SwiftInfoCore/Providers/TestCountProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public struct TestCountProvider: InfoProvider {
self.buildSystem = buildSystem
}
}

public typealias Arguments = Args

public static let identifier: String = "test_count"
Expand Down

0 comments on commit 7ba08be

Please sign in to comment.