Skip to content

Commit

Permalink
Update certificate name
Browse files Browse the repository at this point in the history
Signed-off-by: Diogo Tridapalli <[email protected]>
  • Loading branch information
diogot committed Oct 17, 2021
1 parent 09c2ee3 commit 5735ec2
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 14 deletions.
25 changes: 19 additions & 6 deletions MyWeight.xcodeproj/xcshareddata/xcschemes/Watch Dev.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -63,33 +63,46 @@
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<RemoteRunnable
runnableDebuggingMode = "2"
BundleIdentifier = "com.apple.Carousel"
RemotePath = "/MyWeight Dev">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D92D390B1E904EC500D9E9ED"
BuildableName = "Watch Dev.app"
BlueprintName = "Watch Dev"
ReferencedContainer = "container:MyWeight.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</RemoteRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<RemoteRunnable
runnableDebuggingMode = "2"
BundleIdentifier = "com.apple.Carousel"
RemotePath = "/MyWeight Dev">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D92D390B1E904EC500D9E9ED"
BuildableName = "Watch Dev.app"
BlueprintName = "Watch Dev"
ReferencedContainer = "container:MyWeight.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</RemoteRunnable>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D92D390B1E904EC500D9E9ED"
BuildableName = "Watch Dev.app"
BlueprintName = "Watch Dev"
ReferencedContainer = "container:MyWeight.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
Expand Down
25 changes: 19 additions & 6 deletions MyWeight.xcodeproj/xcshareddata/xcschemes/Watch.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -65,33 +65,46 @@
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<RemoteRunnable
runnableDebuggingMode = "2"
BundleIdentifier = "com.apple.Carousel"
RemotePath = "/MyWeight">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D95050F71E7DE30B00519138"
BuildableName = "Watch.app"
BlueprintName = "Watch"
ReferencedContainer = "container:MyWeight.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</RemoteRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<RemoteRunnable
runnableDebuggingMode = "2"
BundleIdentifier = "com.apple.Carousel"
RemotePath = "/MyWeight">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D95050F71E7DE30B00519138"
BuildableName = "Watch.app"
BlueprintName = "Watch"
ReferencedContainer = "container:MyWeight.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</RemoteRunnable>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D95050F71E7DE30B00519138"
BuildableName = "Watch.app"
BlueprintName = "Watch"
ReferencedContainer = "container:MyWeight.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
Expand Down
4 changes: 2 additions & 2 deletions rake-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ xcode:
configuration: Release
output: MyWeight
sign:
signingCertificate: 'iPhone Distribution: Diogo Tridapalli'
signingCertificate: 'Apple Distribution: Diogo Tridapalli'
provisioningProfiles:
com.diogot.health.My-Weight: 'My Weight'
com.diogot.health.My-Weight.watchkitapp: 'My Weight Watch'
Expand All @@ -47,7 +47,7 @@ xcode:
configuration: Release
output: 'MyWeight Dev'
sign:
signingCertificate: 'iPhone Distribution: Diogo Tridapalli'
signingCertificate: 'Apple Distribution: Diogo Tridapalli'
provisioningProfiles:
com.diogot.health.My-Weight.dev: 'My Weight Dev'
com.diogot.health.My-Weight.dev.watchkitapp: 'My Weight Watch Dev'
Expand Down

0 comments on commit 5735ec2

Please sign in to comment.