Skip to content

Commit

Permalink
[google][firebase] Changed sample configuration from Release|iPhone t…
Browse files Browse the repository at this point in the history
…o Release in build.cake files
  • Loading branch information
SotoiGhost committed Jul 12, 2017
1 parent 8d40d4e commit 92c1984
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Firebase.AdMob/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var TARGET = Argument ("t", Argument ("target", "Default"));
buildSpec = new BuildSpec () {

Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/AdMobSample/AdMobSample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/AdMobSample/AdMobSample.sln", Configuration = "Release", BuildsOn = BuildPlatforms.Mac },
},

NuGets = new [] {
Expand Down
2 changes: 1 addition & 1 deletion Firebase.Analytics/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildSpec = new BuildSpec () {
},

Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/AnalyticsSample/AnalyticsSample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/AnalyticsSample/AnalyticsSample.sln", Configuration = "Release", BuildsOn = BuildPlatforms.Mac },
},

NuGets = new [] {
Expand Down
2 changes: 1 addition & 1 deletion Firebase.Auth/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildSpec = new BuildSpec () {
},

Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/AuthSample/AuthSample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/AuthSample/AuthSample.sln", Configuration = "Release", BuildsOn = BuildPlatforms.Mac },
},

NuGets = new [] {
Expand Down
2 changes: 1 addition & 1 deletion Firebase.CloudMessaging/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildSpec = new BuildSpec () {
},

Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/CloudMessagingSample/CloudMessagingSample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/CloudMessagingSample/CloudMessagingSample.sln", Configuration = "Release", BuildsOn = BuildPlatforms.Mac },
},

NuGets = new [] {
Expand Down
2 changes: 1 addition & 1 deletion Firebase.CrashReporting/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildSpec = new BuildSpec () {
},

Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/CrashReportingSample/CrashReportingSample.sln", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/CrashReportingSample/CrashReportingSample.sln", Configuration = "Release", BuildsOn = BuildPlatforms.Mac },
},

NuGets = new [] {
Expand Down
2 changes: 1 addition & 1 deletion Firebase.Database/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildSpec = new BuildSpec () {
},

Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/DatabaseSample/DatabaseSample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/DatabaseSample/DatabaseSample.sln", Configuration = "Release", BuildsOn = BuildPlatforms.Mac },
},

NuGets = new [] {
Expand Down
2 changes: 1 addition & 1 deletion Firebase.DynamicLinks/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildSpec = new BuildSpec () {
},

Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/DynamicLinksSample/DynamicLinksSample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/DynamicLinksSample/DynamicLinksSample.sln", Configuration = "Release", BuildsOn = BuildPlatforms.Mac },
},

NuGets = new [] {
Expand Down
2 changes: 1 addition & 1 deletion Firebase.Invites/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildSpec = new BuildSpec () {
},

Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/InvitesSample/InvitesSample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/InvitesSample/InvitesSample.sln", Configuration = "Release", BuildsOn = BuildPlatforms.Mac },
},

NuGets = new [] {
Expand Down
2 changes: 1 addition & 1 deletion Firebase.RemoteConfig/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildSpec = new BuildSpec () {
},

Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/RemoteConfigSample/RemoteConfigSample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/RemoteConfigSample/RemoteConfigSample.sln", Configuration = "Release", BuildsOn = BuildPlatforms.Mac },
},

NuGets = new [] {
Expand Down
2 changes: 1 addition & 1 deletion Firebase.Storage/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildSpec = new BuildSpec () {
},

Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/StorageSample/StorageSample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/StorageSample/StorageSample.sln", Configuration = "Release", BuildsOn = BuildPlatforms.Mac },
},

NuGets = new [] {
Expand Down
2 changes: 1 addition & 1 deletion Google.Analytics/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildSpec = new BuildSpec () {
},

Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/CuteAnimalsiOS/CuteAnimalsiOS.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/CuteAnimalsiOS/CuteAnimalsiOS.sln", Configuration = "Release", BuildsOn = BuildPlatforms.Mac },
},

NuGets = new [] {
Expand Down
2 changes: 1 addition & 1 deletion Google.AppIndexing/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildSpec = new BuildSpec () {
},

Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/AppIndexingSample/AppIndexingSample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/AppIndexingSample/AppIndexingSample.sln", Configuration = "Release", BuildsOn = BuildPlatforms.Mac },
},

NuGets = new [] {
Expand Down
2 changes: 1 addition & 1 deletion Google.Cast/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildSpec = new BuildSpec () {
},

Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/CastSample/CastSample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/CastSample/CastSample.sln", Configuration = "Release", BuildsOn = BuildPlatforms.Mac },
},

NuGets = new [] {
Expand Down
2 changes: 1 addition & 1 deletion Google.InstanceID/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildSpec = new BuildSpec () {
},

Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/InstanceIDSample/InstanceIDSample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/InstanceIDSample/InstanceIDSample.sln", Configuration = "Release", BuildsOn = BuildPlatforms.Mac },
},

NuGets = new [] {
Expand Down
2 changes: 1 addition & 1 deletion Google.Maps/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildSpec = new BuildSpec () {
},

Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/GoogleMapsAdvSample/GoogleMapsAdvSample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/GoogleMapsAdvSample/GoogleMapsAdvSample.sln", Configuration = "Release", BuildsOn = BuildPlatforms.Mac },
},

NuGets = new [] {
Expand Down
2 changes: 1 addition & 1 deletion Google.MobileAds/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildSpec = new BuildSpec () {
},

Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/MobileAdsExample/MobileAdsExample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/MobileAdsExample/MobileAdsExample.sln", Configuration = "Release", BuildsOn = BuildPlatforms.Mac },
},

NuGets = new [] {
Expand Down
2 changes: 1 addition & 1 deletion Google.SignIn/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildSpec = new BuildSpec () {
},

Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/SignInExample/SignInExample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/SignInExample/SignInExample.sln", Configuration = "Release", BuildsOn = BuildPlatforms.Mac },
},

NuGets = new [] {
Expand Down
2 changes: 1 addition & 1 deletion Google.TagManager/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildSpec = new BuildSpec () {
},

Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/TagManagerSample/TagManagerSample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/TagManagerSample/TagManagerSample.sln", Configuration = "Release", BuildsOn = BuildPlatforms.Mac },
},

NuGets = new [] {
Expand Down

0 comments on commit 92c1984

Please sign in to comment.