This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Building: WeatherApp.iOS (Debug|iPhoneSimulator) | |
Build started 4/6/2017 11:50:16 AM. | |
__________________________________________________ | |
Project "/Users/bubudrc/GlobalLogic/Xamarin/mobile-samples/Weather/WeatherApp/WeatherApp/WeatherApp.csproj" (Build target(s)): | |
Initial Properties: | |
__CF_USER_TEXT_ENCODING = 0x1F5:0x0:0x0 | |
Apple_PubSub_Socket_Render = /private/tmp/com.apple.launchd.M0VFWnNfzR/Render |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Building: WeatherApp.iOS (Release|iPhone) | |
Build started 4/10/2017 10:48:39 PM. | |
__________________________________________________ | |
Project "/Users/bubudrc/GlobalLogic/Xamarin/mobile-samples/Weather/WeatherApp/WeatherApp/WeatherApp.csproj" (Build target(s)): | |
Initial Properties: | |
__CF_USER_TEXT_ENCODING = 0x1F5:0x0:0x0 | |
Apple_PubSub_Socket_Render = /private/tmp/com.apple.launchd.ipy7GyoCmc/Render |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Building: WeatherApp.iOS (Release|iPhoneSimulator) | |
Build started 4/10/2017 10:53:30 PM. | |
__________________________________________________ | |
Project "/Users/bubudrc/GlobalLogic/Xamarin/mobile-samples/Weather/WeatherApp/WeatherApp/WeatherApp.csproj" (Build target(s)): | |
Initial Properties: | |
__CF_USER_TEXT_ENCODING = 0x1F5:0x0:0x0 | |
Apple_PubSub_Socket_Render = /private/tmp/com.apple.launchd.ipy7GyoCmc/Render |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Building: XMProject (Release|x86) | |
Build started 4/19/2017 10:55:51 AM. | |
__________________________________________________ | |
Project "/Users/bubudrc/Projects/XMProject/XMProject/XMProject.csproj" (Build target(s)): | |
Initial Properties: | |
__CF_USER_TEXT_ENCODING = 0x1F5:0x0:0x0 | |
Apple_PubSub_Socket_Render = /private/tmp/com.apple.launchd.2Es7waf5mx/Render |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Building: XMProject (Release|x86) | |
Build started 4/19/2017 11:21:19 AM. | |
__________________________________________________ | |
Project "/Users/bubudrc/Projects/XMProject/XMProject/XMProject.csproj" (Build target(s)): | |
Initial Properties: | |
__CF_USER_TEXT_ENCODING = 0x1F5:0x0:0x0 | |
Apple_PubSub_Socket_Render = /private/tmp/com.apple.launchd.2Es7waf5mx/Render |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Building: XMProject (Release|x86) | |
Build started 4/19/2017 11:21:19 AM. | |
__________________________________________________ | |
Project "/Users/bubudrc/Projects/XMProject/XMProject/XMProject.csproj" (Build target(s)): | |
Initial Properties: | |
__CF_USER_TEXT_ENCODING = 0x1F5:0x0:0x0 | |
Apple_PubSub_Socket_Render = /private/tmp/com.apple.launchd.2Es7waf5mx/Render |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Building: test_example (Release|x86) | |
Build started 4/27/2017 11:53:39 AM. | |
__________________________________________________ | |
Project "/Users/bubudrc/Projects/test_example/test_example/test_example.csproj" (Build target(s)): | |
Initial Properties: | |
__CF_USER_TEXT_ENCODING = 0x1F5:0x0:0x0 | |
Apple_PubSub_Socket_Render = /private/tmp/com.apple.launchd.CGmB0S0tCQ/Render |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Building: XMProjectTest (Release|x86) | |
Build started 5/9/2017 11:48:48 PM. | |
__________________________________________________ | |
Project "/Users/bubudrc/Projects/XMProjectTest/XMProjectTest/XMProjectTest.csproj" (Build target(s)): | |
Initial Properties: | |
__CF_USER_TEXT_ENCODING = 0x1F5:0x0:0x0 | |
Apple_PubSub_Socket_Render = /private/tmp/com.apple.launchd.6rgje48l0d/Render |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import SwiftUI | |
import PlaygroundSupport | |
struct Screen: View { | |
@State var fontColor: Color = Color(.black) | |
var body: some View { | |
VStack{ | |
Spacer(minLength: 42) |