Skip to content

Commit

Permalink
Updated the xOS samples with better release properties
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Sep 4, 2016
1 parent 73fc465 commit 1585a22
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 20 deletions.
4 changes: 3 additions & 1 deletion samples/Skia.Forms.Demo/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleIdentifier</key>
<string>com.xamarin.skia-forms-demo</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.54.0</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>LSRequiresIPhoneOS</key>
Expand Down Expand Up @@ -44,5 +44,7 @@
<array/>
<key>XSAppIconAssets</key>
<string>Resources/Media.xcassets/AppIcons.appiconset</string>
<key>CFBundleName</key>
<string>SkiaSharp for Xamarin.Forms</string>
</dict>
</plist>
1 change: 1 addition & 0 deletions samples/Skia.Forms.Demo/iOS/Skia.Forms.Demo.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchUseRefCounting>true</MtouchUseRefCounting>
<MtouchLink>Full</MtouchLink>
<MtouchUseLlvm>true</MtouchUseLlvm>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
<DebugType>full</DebugType>
Expand Down
13 changes: 6 additions & 7 deletions samples/Skia.OSX.Demo/Info.plist
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleName</key>
<string>Skia.OSX.Demo</string>
<key>CFBundleIdentifier</key>
<string>com.xamarin.skia-osx-demo</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.54.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>1.0</string>
<key>LSMinimumSystemVersion</key>
<string>10.10</string>
<string>10.7</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand All @@ -28,6 +26,7 @@
<string>Main</string>
<key>XSAppIconAssets</key>
<string>Resources/Images.xcassets/AppIcons.appiconset</string>

<key>CFBundleName</key>
<string>SkiaSharp for macOS</string>
</dict>
</plist>
11 changes: 5 additions & 6 deletions samples/Skia.OSX.GLDemo/Info.plist
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleName</key>
<string>Skia.OSX.Demo</string>
<string>SkiaSharp OpenGL for macOS</string>
<key>CFBundleIdentifier</key>
<string>com.xamarin.skia-osx-demo</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.54.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>1.0</string>
<key>LSMinimumSystemVersion</key>
<string>10.10</string>
<string>10.7</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand All @@ -28,6 +28,5 @@
<string>Main</string>
<key>XSAppIconAssets</key>
<string>Resources/Images.xcassets/AppIcons.appiconset</string>

</dict>
</plist>
11 changes: 5 additions & 6 deletions samples/Skia.tvOS.Demo/Info.plist
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDisplayName</key>
<string>Skia.tvOS.Demo</string>
<string>SkiaSharp for tvOS</string>
<key>CFBundleName</key>
<string>Skia.tvOS.Demo</string>
<string>SkiaSharp for tvOS</string>
<key>CFBundleIdentifier</key>
<string>com.companyname.skia-tvos-demo</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.54.0</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>9.1</string>
<string>9.0</string>
<key>UIDeviceFamily</key>
<array>
<integer>3</integer>
Expand All @@ -32,4 +32,3 @@
<string>Assets.xcassets/LaunchImages.launchimage</string>
</dict>
</plist>

2 changes: 2 additions & 0 deletions samples/Skia.tvOS.Demo/Skia.tvOS.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
<MtouchUseRefCounting>true</MtouchUseRefCounting>
<MtouchLink>Full</MtouchLink>
<MtouchArch>x86_64</MtouchArch>
<MtouchUseLlvm>true</MtouchUseLlvm>
<MtouchFloat32>true</MtouchFloat32>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 1585a22

Please sign in to comment.