diff --git a/AQTapDemo/Info.plist b/AQTapDemo/Info.plist
index 668ea32a..69cd2094 100644
--- a/AQTapDemo/Info.plist
+++ b/AQTapDemo/Info.plist
@@ -32,5 +32,12 @@
1
CFBundleVersion
0
+ UISupportedInterfaceOrientations~ipad
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationPortraitUpsideDown
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
diff --git a/AUSoundTriggeredPlayingSoundMemoryBased/AUSoundTriggeredPlayingSoundMemoryBased.csproj b/AUSoundTriggeredPlayingSoundMemoryBased/AUSoundTriggeredPlayingSoundMemoryBased.csproj
index 3c7205f7..ceaaefe3 100644
--- a/AUSoundTriggeredPlayingSoundMemoryBased/AUSoundTriggeredPlayingSoundMemoryBased.csproj
+++ b/AUSoundTriggeredPlayingSoundMemoryBased/AUSoundTriggeredPlayingSoundMemoryBased.csproj
@@ -56,10 +56,10 @@
False
iPhone Developer
True
- 4.2
ARMv7
+ true
none
diff --git a/AVCaptureFrames/Info.plist b/AVCaptureFrames/Info.plist
index 5ac17154..3a8cc1fe 100644
--- a/AVCaptureFrames/Info.plist
+++ b/AVCaptureFrames/Info.plist
@@ -38,5 +38,12 @@
CFBundleIdentifier
com.xamarin.avcaptureframes
+ UISupportedInterfaceOrientations~ipad
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationPortraitUpsideDown
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
diff --git a/AVCaptureFrames/Main.cs b/AVCaptureFrames/Main.cs
index 088ef779..7f2c6d5a 100644
--- a/AVCaptureFrames/Main.cs
+++ b/AVCaptureFrames/Main.cs
@@ -13,7 +13,6 @@ using UIKit;
using AVFoundation;
using CoreVideo;
using CoreMedia;
-using CoreGraphics;
using CoreFoundation;
using System.Runtime.InteropServices;
diff --git a/AVCompositionDebugVieweriOS/AVCompositionDebugVieweriOS/AVCompositionDebugVieweriOS.csproj b/AVCompositionDebugVieweriOS/AVCompositionDebugVieweriOS/AVCompositionDebugVieweriOS.csproj
index a5527f88..edc59b3b 100644
--- a/AVCompositionDebugVieweriOS/AVCompositionDebugVieweriOS/AVCompositionDebugVieweriOS.csproj
+++ b/AVCompositionDebugVieweriOS/AVCompositionDebugVieweriOS/AVCompositionDebugVieweriOS.csproj
@@ -53,6 +53,9 @@
ARMv7
+ true
+
+
full
diff --git a/AVCompositionDebugVieweriOS/AVCompositionDebugVieweriOS/Info.plist b/AVCompositionDebugVieweriOS/AVCompositionDebugVieweriOS/Info.plist
index 5b34f169..78e26ac3 100644
--- a/AVCompositionDebugVieweriOS/AVCompositionDebugVieweriOS/Info.plist
+++ b/AVCompositionDebugVieweriOS/AVCompositionDebugVieweriOS/Info.plist
@@ -29,5 +29,13 @@
Icon-Small-40
Icon-Small-40@2x
+ CFBundleDisplayName
+ AVCompositionDebugViewer
+ CFBundleIdentifier
+ com.xamarin.AVCompositionDebugViewer
+ CFBundleShortVersionString
+ 1.0
+ CFBundleVersion
+ 1.0
diff --git a/AVCustomEdit/AVCustomEdit/AVCustomEdit.csproj b/AVCustomEdit/AVCustomEdit/AVCustomEdit.csproj
index 43c4641d..7274c666 100644
--- a/AVCustomEdit/AVCustomEdit/AVCustomEdit.csproj
+++ b/AVCustomEdit/AVCustomEdit/AVCustomEdit.csproj
@@ -49,6 +49,9 @@
false
iPhone Developer
ARMv7
+ true
+
+
full
diff --git a/AVCustomEdit/AVCustomEdit/Custom Compositors/CustomVideoCompositor.cs b/AVCustomEdit/AVCustomEdit/Custom Compositors/CustomVideoCompositor.cs
index 47ea1d38..309053c7 100644
--- a/AVCustomEdit/AVCustomEdit/Custom Compositors/CustomVideoCompositor.cs
+++ b/AVCustomEdit/AVCustomEdit/Custom Compositors/CustomVideoCompositor.cs
@@ -42,14 +42,13 @@ namespace AVCustomEdit
DispatchQueue renderingQueue;
DispatchQueue renderContextQueue;
AVVideoCompositionRenderContext renderContext;
- CVPixelBuffer previousBuffer;
+ //CVPixelBuffer previousBuffer;
public OpenGLRenderer oglRender;
public CustomVideoCompositor (IntPtr handle) : base (handle)
{
renderingQueue = new DispatchQueue ("com.apple.aplcustomvideocompositor.renderingqueue");
renderContextQueue = new DispatchQueue ("com.apple.aplcustomvideocompositor.rendercontextqueue");
- previousBuffer = null;
renderContextDidChange = false;
}
@@ -57,7 +56,6 @@ namespace AVCustomEdit
{
renderingQueue = new DispatchQueue ("com.apple.aplcustomvideocompositor.renderingqueue");
renderContextQueue = new DispatchQueue ("com.apple.aplcustomvideocompositor.rendercontextqueue");
- previousBuffer = null;
renderContextDidChange = false;
}
diff --git a/AVCustomEdit/AVCustomEdit/Info.plist b/AVCustomEdit/AVCustomEdit/Info.plist
index 20e39d9e..ce93f2aa 100644
--- a/AVCustomEdit/AVCustomEdit/Info.plist
+++ b/AVCustomEdit/AVCustomEdit/Info.plist
@@ -5,6 +5,7 @@
UISupportedInterfaceOrientations
UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
UIMainStoryboardFile
MainStoryboard
@@ -35,5 +36,18 @@
Icon-Small@2x
Icon-Small-50
+ CFBundleDisplayName
+ AVCustomEdit
+ CFBundleIdentifier
+ com.xamarin.AVCustomEdit
+ CFBundleShortVersionString
+ 1.0
+ CFBundleVersion
+ 1.0
+ UISupportedInterfaceOrientations~ipad
+
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
diff --git a/AVCustomEdit/AVCustomEdit/TransitionTypeController.cs b/AVCustomEdit/AVCustomEdit/TransitionTypeController.cs
index 517694d2..d4ffadcf 100644
--- a/AVCustomEdit/AVCustomEdit/TransitionTypeController.cs
+++ b/AVCustomEdit/AVCustomEdit/TransitionTypeController.cs
@@ -42,7 +42,7 @@ namespace AVCustomEdit
{
base.ViewDidLoad ();
- this.tableView.Delegate = new TableViewDelegate (this);
+ this.tableView.Delegate = new TableViewDelegate ();
}
partial void TransitionSelected (Foundation.NSObject sender)
@@ -78,13 +78,6 @@ namespace AVCustomEdit
public class TableViewDelegate : UITableViewDelegate
{
- TransitionTypeController viewController;
-
- public TableViewDelegate(TransitionTypeController viewController) : base()
- {
- this.viewController = viewController;
- }
-
public override void RowSelected (UITableView tableView, NSIndexPath indexPath)
{
diff --git a/AirLocate/AirLocate/ConfigurationViewController.designer.cs b/AirLocate/AirLocate/ConfigurationViewController.designer.cs
index b843a0d3..405be006 100644
--- a/AirLocate/AirLocate/ConfigurationViewController.designer.cs
+++ b/AirLocate/AirLocate/ConfigurationViewController.designer.cs
@@ -1,11 +1,13 @@
// WARNING
//
-// This file has been generated automatically by Xamarin Studio to store outlets and
-// actions made in the UI designer. If it is removed, they will be lost.
-// Manual changes to this file may not be handled correctly.
+// This file has been generated automatically by Xamarin Studio from the outlets and
+// actions declared in your storyboard file.
+// Manual changes to this file will not be maintained.
//
using Foundation;
+using System;
using System.CodeDom.Compiler;
+using UIKit;
namespace AirLocate
{
@@ -13,47 +15,43 @@ namespace AirLocate
partial class ConfigurationViewController
{
[Outlet]
- [GeneratedCodeAttribute ("iOS Designer", "1.0")]
- UIKit.UISwitch enabledSwitch { get; set; }
+ [GeneratedCode ("iOS Designer", "1.0")]
+ UISwitch enabledSwitch { get; set; }
[Outlet]
- [GeneratedCodeAttribute ("iOS Designer", "1.0")]
- UIKit.UITextField majorTextField { get; set; }
+ [GeneratedCode ("iOS Designer", "1.0")]
+ UITextField majorTextField { get; set; }
[Outlet]
- [GeneratedCodeAttribute ("iOS Designer", "1.0")]
- UIKit.UITextField measuredPowerTextField { get; set; }
+ [GeneratedCode ("iOS Designer", "1.0")]
+ UITextField measuredPowerTextField { get; set; }
[Outlet]
- [GeneratedCodeAttribute ("iOS Designer", "1.0")]
- UIKit.UITextField minorTextField { get; set; }
+ [GeneratedCode ("iOS Designer", "1.0")]
+ UITextField minorTextField { get; set; }
[Outlet]
- [GeneratedCodeAttribute ("iOS Designer", "1.0")]
- UIKit.UITextField uuidTextField { get; set; }
+ [GeneratedCode ("iOS Designer", "1.0")]
+ UITextField uuidTextField { get; set; }
void ReleaseDesignerOutlets ()
{
- if (majorTextField != null) {
- majorTextField.Dispose ();
- majorTextField = null;
- }
-
- if (minorTextField != null) {
- minorTextField.Dispose ();
- minorTextField = null;
- }
-
- if (measuredPowerTextField != null) {
- measuredPowerTextField.Dispose ();
- measuredPowerTextField = null;
- }
-
if (enabledSwitch != null) {
enabledSwitch.Dispose ();
enabledSwitch = null;
}
-
+ if (majorTextField != null) {
+ majorTextField.Dispose ();
+ majorTextField = null;
+ }
+ if (measuredPowerTextField != null) {
+ measuredPowerTextField.Dispose ();
+ measuredPowerTextField = null;
+ }
+ if (minorTextField != null) {
+ minorTextField.Dispose ();
+ minorTextField = null;
+ }
if (uuidTextField != null) {
uuidTextField.Dispose ();
uuidTextField = null;
diff --git a/AirLocate/AirLocate/MainStoryboard.storyboard b/AirLocate/AirLocate/MainStoryboard.storyboard
index 14d6e9ad..883a0525 100644
--- a/AirLocate/AirLocate/MainStoryboard.storyboard
+++ b/AirLocate/AirLocate/MainStoryboard.storyboard
@@ -1,7 +1,7 @@
-
+
@@ -35,17 +35,17 @@
-
+
@@ -558,4 +558,12 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/AirLocate/AirLocate/MenuViewController.designer.cs b/AirLocate/AirLocate/MenuViewController.designer.cs
index e143262b..4bf12c0b 100644
--- a/AirLocate/AirLocate/MenuViewController.designer.cs
+++ b/AirLocate/AirLocate/MenuViewController.designer.cs
@@ -1,18 +1,19 @@
// WARNING
//
-// This file has been generated automatically by Xamarin Studio to store outlets and
-// actions made in the UI designer. If it is removed, they will be lost.
-// Manual changes to this file may not be handled correctly.
+// This file has been generated automatically by Xamarin Studio from the outlets and
+// actions declared in your storyboard file.
+// Manual changes to this file will not be maintained.
//
using Foundation;
+using System;
using System.CodeDom.Compiler;
+using UIKit;
namespace AirLocate
{
[Register ("MenuViewController")]
partial class MenuViewController
{
-
void ReleaseDesignerOutlets ()
{
}
diff --git a/AirLocate/AirLocate/MonitoringViewController.designer.cs b/AirLocate/AirLocate/MonitoringViewController.designer.cs
index c20f82ad..e860947f 100644
--- a/AirLocate/AirLocate/MonitoringViewController.designer.cs
+++ b/AirLocate/AirLocate/MonitoringViewController.designer.cs
@@ -1,11 +1,13 @@
// WARNING
//
-// This file has been generated automatically by Xamarin Studio to store outlets and
-// actions made in the UI designer. If it is removed, they will be lost.
-// Manual changes to this file may not be handled correctly.
+// This file has been generated automatically by Xamarin Studio from the outlets and
+// actions declared in your storyboard file.
+// Manual changes to this file will not be maintained.
//
using Foundation;
+using System;
using System.CodeDom.Compiler;
+using UIKit;
namespace AirLocate
{
@@ -13,32 +15,32 @@ namespace AirLocate
partial class MonitoringViewController
{
[Outlet]
- [GeneratedCodeAttribute ("iOS Designer", "1.0")]
- UIKit.UISwitch enabledSwitch { get; set; }
+ [GeneratedCode ("iOS Designer", "1.0")]
+ UISwitch enabledSwitch { get; set; }
[Outlet]
- [GeneratedCodeAttribute ("iOS Designer", "1.0")]
- UIKit.UITextField majorTextField { get; set; }
+ [GeneratedCode ("iOS Designer", "1.0")]
+ UITextField majorTextField { get; set; }
[Outlet]
- [GeneratedCodeAttribute ("iOS Designer", "1.0")]
- UIKit.UITextField minorTextField { get; set; }
+ [GeneratedCode ("iOS Designer", "1.0")]
+ UITextField minorTextField { get; set; }
[Outlet]
- [GeneratedCodeAttribute ("iOS Designer", "1.0")]
- UIKit.UISwitch notifyOnDisplaySwitch { get; set; }
+ [GeneratedCode ("iOS Designer", "1.0")]
+ UISwitch notifyOnDisplaySwitch { get; set; }
[Outlet]
- [GeneratedCodeAttribute ("iOS Designer", "1.0")]
- UIKit.UISwitch notifyOnEntrySwitch { get; set; }
+ [GeneratedCode ("iOS Designer", "1.0")]
+ UISwitch notifyOnEntrySwitch { get; set; }
[Outlet]
- [GeneratedCodeAttribute ("iOS Designer", "1.0")]
- UIKit.UISwitch notifyOnExitSwitch { get; set; }
+ [GeneratedCode ("iOS Designer", "1.0")]
+ UISwitch notifyOnExitSwitch { get; set; }
[Outlet]
- [GeneratedCodeAttribute ("iOS Designer", "1.0")]
- UIKit.UITextField uuidTextField { get; set; }
+ [GeneratedCode ("iOS Designer", "1.0")]
+ UITextField uuidTextField { get; set; }
void ReleaseDesignerOutlets ()
{
@@ -46,36 +48,30 @@ namespace AirLocate
enabledSwitch.Dispose ();
enabledSwitch = null;
}
-
- if (uuidTextField != null) {
- uuidTextField.Dispose ();
- uuidTextField = null;
- }
-
if (majorTextField != null) {
majorTextField.Dispose ();
majorTextField = null;
}
-
if (minorTextField != null) {
minorTextField.Dispose ();
minorTextField = null;
}
-
- if (notifyOnEntrySwitch != null) {
- notifyOnEntrySwitch.Dispose ();
- notifyOnEntrySwitch = null;
- }
-
- if (notifyOnExitSwitch != null) {
- notifyOnExitSwitch.Dispose ();
- notifyOnExitSwitch = null;
- }
-
if (notifyOnDisplaySwitch != null) {
notifyOnDisplaySwitch.Dispose ();
notifyOnDisplaySwitch = null;
}
+ if (notifyOnEntrySwitch != null) {
+ notifyOnEntrySwitch.Dispose ();
+ notifyOnEntrySwitch = null;
+ }
+ if (notifyOnExitSwitch != null) {
+ notifyOnExitSwitch.Dispose ();
+ notifyOnExitSwitch = null;
+ }
+ if (uuidTextField != null) {
+ uuidTextField.Dispose ();
+ uuidTextField = null;
+ }
}
}
}
diff --git a/AirLocate/AirLocate/RangingViewController.designer.cs b/AirLocate/AirLocate/RangingViewController.designer.cs
index 1b1111c3..2991dfe4 100644
--- a/AirLocate/AirLocate/RangingViewController.designer.cs
+++ b/AirLocate/AirLocate/RangingViewController.designer.cs
@@ -1,18 +1,19 @@
// WARNING
//
-// This file has been generated automatically by Xamarin Studio to store outlets and
-// actions made in the UI designer. If it is removed, they will be lost.
-// Manual changes to this file may not be handled correctly.
+// This file has been generated automatically by Xamarin Studio from the outlets and
+// actions declared in your storyboard file.
+// Manual changes to this file will not be maintained.
//
using Foundation;
+using System;
using System.CodeDom.Compiler;
+using UIKit;
namespace AirLocate
{
[Register ("RangingViewController")]
partial class RangingViewController
{
-
void ReleaseDesignerOutlets ()
{
}
diff --git a/AppPrefs/AppPrefs.csproj b/AppPrefs/AppPrefs.csproj
index 302c3ba9..dc7dce43 100644
--- a/AppPrefs/AppPrefs.csproj
+++ b/AppPrefs/AppPrefs.csproj
@@ -3,7 +3,7 @@
Debug
iPhoneSimulator
- 10.0.0
+ 8.0.30703
2.0
{FBCE3A88-42CC-481E-8190-1DD5154C646D}
{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
diff --git a/AppPrefs/MainStoryboard.storyboard b/AppPrefs/MainStoryboard.storyboard
index 61e05fb9..8d8e8988 100644
--- a/AppPrefs/MainStoryboard.storyboard
+++ b/AppPrefs/MainStoryboard.storyboard
@@ -13,16 +13,16 @@
-
+
-
+
-
+
@@ -30,7 +30,7 @@
-
+
@@ -53,6 +53,7 @@
+
@@ -62,7 +63,7 @@
-
+
@@ -77,14 +78,14 @@
-
+
-
+
A settings bundle (included in this project) contains the information needed by the settings system application to display the preferences and make the user to modify them. Then the values are saved in the defaults database so that your application can get them at runtime.
@@ -92,7 +93,7 @@
-
+
@@ -113,4 +114,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/AsyncDownloadImage/AsyncDownloadImage/AsyncDownloadImageViewController.cs b/AsyncDownloadImage/AsyncDownloadImage/AsyncDownloadImageViewController.cs
index f6f90959..e1318d85 100644
--- a/AsyncDownloadImage/AsyncDownloadImage/AsyncDownloadImageViewController.cs
+++ b/AsyncDownloadImage/AsyncDownloadImage/AsyncDownloadImageViewController.cs
@@ -1,6 +1,5 @@
using System;
using System.IO;
-using CoreGraphics;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
diff --git a/AsyncDownloadImage/AsyncDownloadImage/Info.plist b/AsyncDownloadImage/AsyncDownloadImage/Info.plist
index 1137ef6a..fbad913f 100644
--- a/AsyncDownloadImage/AsyncDownloadImage/Info.plist
+++ b/AsyncDownloadImage/AsyncDownloadImage/Info.plist
@@ -14,5 +14,7 @@
Icon
Icon-72
+ CFBundleIdentifier
+ com.xamarin.AsyncDownloadImage
diff --git a/AudioGenerator/AppDelegate.cs b/AudioGenerator/AppDelegate.cs
index a0d86318..83973289 100644
--- a/AudioGenerator/AppDelegate.cs
+++ b/AudioGenerator/AppDelegate.cs
@@ -12,8 +12,8 @@ namespace tone
{
double sampleRate;
const int numBuffers = 3;
- bool alternate;
- private NSError error;
+ bool alternate = false;
+ NSError error;
public override bool FinishedLaunching(UIApplication app, NSDictionary options)
{
@@ -21,8 +21,11 @@ namespace tone
// Setup audio system
//
var session = AVAudioSession.SharedInstance();
- session.SetCategory(new NSString("AVAudioSessionCategoryPlayback"), AVAudioSessionCategoryOptions.DefaultToSpeaker, out error);
-
+ session.SetCategory(new NSString("AVAudioSessionCategoryPlayback"), AVAudioSessionCategoryOptions.DefaultToSpeaker, out error);
+ if (error != null)
+ {
+ Console.WriteLine (error);
+ }
//
// Format description, we generate LinearPCM as short integers
//
diff --git a/AudioGenerator/Info.plist b/AudioGenerator/Info.plist
index 568e533b..01afe653 100644
--- a/AudioGenerator/Info.plist
+++ b/AudioGenerator/Info.plist
@@ -21,5 +21,11 @@
UIInterfaceOrientationLandscapeLeft
UIInterfaceOrientationLandscapeRight
+ CFBundleIdentifier
+ com.xamarin.AudioGenerator
+ CFBundleShortVersionString
+ 1.0
+ CFBundleVersion
+ 1.0
diff --git a/BouncingGameCompleteiOS/BouncingGame.iOS/BouncingGame.iOS.csproj b/BouncingGameCompleteiOS/BouncingGame.iOS/BouncingGame.iOS.csproj
index d893574a..4402dec1 100644
--- a/BouncingGameCompleteiOS/BouncingGame.iOS/BouncingGame.iOS.csproj
+++ b/BouncingGameCompleteiOS/BouncingGame.iOS/BouncingGame.iOS.csproj
@@ -93,22 +93,22 @@
- ..\packages\CocosSharp.PCL.Shared.1.3.1.0\lib\Xamarin.iOS10\box2d.dll
+ ..\packages\CocosSharp.PCL.Shared.1.4.0.0\lib\Xamarin.iOS10\box2d.dll
- ..\packages\CocosSharp.PCL.Shared.1.3.1.0\lib\Xamarin.iOS10\CocosSharp.dll
+ ..\packages\CocosSharp.PCL.Shared.1.4.0.0\lib\Xamarin.iOS10\CocosSharp.dll
- ..\packages\CocosSharp.PCL.Shared.1.3.1.0\lib\Xamarin.iOS10\ICSharpCode.SharpZipLib.dll
+ ..\packages\CocosSharp.PCL.Shared.1.4.0.0\lib\Xamarin.iOS10\ICSharpCode.SharpZipLib.dll
- ..\packages\CocosSharp.PCL.Shared.1.3.1.0\lib\Xamarin.iOS10\Lidgren.Network.dll
+ ..\packages\CocosSharp.PCL.Shared.1.4.0.0\lib\Xamarin.iOS10\Lidgren.Network.dll
- ..\packages\CocosSharp.PCL.Shared.1.3.1.0\lib\Xamarin.iOS10\MonoGame.Framework.dll
+ ..\packages\CocosSharp.PCL.Shared.1.4.0.0\lib\Xamarin.iOS10\MonoGame.Framework.dll
- ..\packages\CocosSharp.PCL.Shared.1.3.1.0\lib\Xamarin.iOS10\MonoGame.Framework.Net.dll
+ ..\packages\CocosSharp.PCL.Shared.1.4.0.0\lib\Xamarin.iOS10\MonoGame.Framework.Net.dll
diff --git a/BouncingGameCompleteiOS/BouncingGame.iOS/Info.plist b/BouncingGameCompleteiOS/BouncingGame.iOS/Info.plist
index d6d007e0..14af1870 100644
--- a/BouncingGameCompleteiOS/BouncingGame.iOS/Info.plist
+++ b/BouncingGameCompleteiOS/BouncingGame.iOS/Info.plist
@@ -27,5 +27,9 @@
UIInterfaceOrientationPortrait
+ UISupportedInterfaceOrientations~ipad
+
+ UIInterfaceOrientationPortrait
+
diff --git a/BouncingGameCompleteiOS/BouncingGame.iOS/packages.config b/BouncingGameCompleteiOS/BouncingGame.iOS/packages.config
index 913a2d46..a20df23d 100644
--- a/BouncingGameCompleteiOS/BouncingGame.iOS/packages.config
+++ b/BouncingGameCompleteiOS/BouncingGame.iOS/packages.config
@@ -1,4 +1,4 @@
-
+
\ No newline at end of file
diff --git a/BouncingGameCompleteiOS/BouncingGame/BouncingGame.csproj b/BouncingGameCompleteiOS/BouncingGame/BouncingGame.csproj
index 15b996c6..f64921b0 100644
--- a/BouncingGameCompleteiOS/BouncingGame/BouncingGame.csproj
+++ b/BouncingGameCompleteiOS/BouncingGame/BouncingGame.csproj
@@ -37,10 +37,10 @@
- ..\packages\CocosSharp.PCL.Shared.1.3.1.0\lib\portable-net40+sl50+wp8+win8+MonoAndroid10+MonoTouch10+MonoMac10\CocosSharp.dll
+ ..\packages\CocosSharp.PCL.Shared.1.4.0.0\lib\portable-net40+sl50+wp8+win8+MonoAndroid10+MonoTouch10+MonoMac10\CocosSharp.dll
- ..\packages\CocosSharp.PCL.Shared.1.3.1.0\lib\portable-net40+sl50+wp8+win8+MonoAndroid10+MonoTouch10+MonoMac10\MonoGame.Framework.dll
+ ..\packages\CocosSharp.PCL.Shared.1.4.0.0\lib\portable-net40+sl50+wp8+win8+MonoAndroid10+MonoTouch10+MonoMac10\MonoGame.Framework.dll
diff --git a/BouncingGameCompleteiOS/BouncingGame/GameScene.cs b/BouncingGameCompleteiOS/BouncingGame/GameScene.cs
index e9346d00..09a11e17 100644
--- a/BouncingGameCompleteiOS/BouncingGame/GameScene.cs
+++ b/BouncingGameCompleteiOS/BouncingGame/GameScene.cs
@@ -8,7 +8,7 @@ namespace BouncingGame
CCLayer mainLayer;
CCSprite paddleSprite;
CCSprite ballSprite;
- CCLabelTtf scoreLabel;
+ CCLabel scoreLabel;
float ballXVelocity;
float ballYVelocity;
@@ -34,7 +34,7 @@ namespace BouncingGame
ballSprite.PositionY = 600;
mainLayer.AddChild (ballSprite);
- scoreLabel = new CCLabelTtf ("Score: 0", "arial", 22);
+ scoreLabel = new CCLabel ("Score: 0", "arial", 22);
scoreLabel.PositionX = mainLayer.VisibleBoundsWorldspace.MinX + 20;
scoreLabel.PositionY = mainLayer.VisibleBoundsWorldspace.MaxY - 20;
scoreLabel.AnchorPoint = CCPoint.AnchorUpperLeft;
diff --git a/BouncingGameCompleteiOS/BouncingGame/packages.config b/BouncingGameCompleteiOS/BouncingGame/packages.config
index 24e58ad7..18d17f84 100644
--- a/BouncingGameCompleteiOS/BouncingGame/packages.config
+++ b/BouncingGameCompleteiOS/BouncingGame/packages.config
@@ -1,4 +1,4 @@
-
+
\ No newline at end of file
diff --git a/BouncingGameEmptyiOS/BouncingGame.iOS/Info.plist b/BouncingGameEmptyiOS/BouncingGame.iOS/Info.plist
index d6d007e0..14af1870 100644
--- a/BouncingGameEmptyiOS/BouncingGame.iOS/Info.plist
+++ b/BouncingGameEmptyiOS/BouncingGame.iOS/Info.plist
@@ -27,5 +27,9 @@
UIInterfaceOrientationPortrait
+ UISupportedInterfaceOrientations~ipad
+
+ UIInterfaceOrientationPortrait
+
diff --git a/BubbleCell/BubbleCell/BubbleCell.csproj b/BubbleCell/BubbleCell/BubbleCell.csproj
index 3a5c3693..3c3daf4f 100644
--- a/BubbleCell/BubbleCell/BubbleCell.csproj
+++ b/BubbleCell/BubbleCell/BubbleCell.csproj
@@ -3,7 +3,7 @@
Debug
iPhoneSimulator
- 10.0.0
+ 8.0.30703
2.0
{86941F26-E782-43C7-9A6B-6663FCD7DCCC}
{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
@@ -59,7 +59,7 @@
4
False
iPhone Developer
- ARMv7, ARM64, ARM64
+ ARMv7, ARM64
diff --git a/BubbleCell/BubbleCell/Info.plist b/BubbleCell/BubbleCell/Info.plist
index 67298457..ad6640a5 100644
--- a/BubbleCell/BubbleCell/Info.plist
+++ b/BubbleCell/BubbleCell/Info.plist
@@ -21,5 +21,13 @@
MinimumOSVersion
5.1.1
+ CFBundleDisplayName
+ BubbleCell
+ CFBundleIdentifier
+ com.xamarin.BubbleCell
+ CFBundleShortVersionString
+ 1.0
+ CFBundleVersion
+ 1.0
diff --git a/ButtonEventDemo/ButtonEventDemo.csproj b/ButtonEventDemo/ButtonEventDemo.csproj
index c0fc9732..66bac3e9 100644
--- a/ButtonEventDemo/ButtonEventDemo.csproj
+++ b/ButtonEventDemo/ButtonEventDemo.csproj
@@ -3,7 +3,7 @@
Debug
iPhoneSimulator
- 10.0.0
+ 8.0.30703
2.0
{F550B84D-C304-4413-9A05-A85832245AA5}
{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
diff --git a/ButtonEventDemo/Info.plist b/ButtonEventDemo/Info.plist
index 568e533b..d885c42a 100644
--- a/ButtonEventDemo/Info.plist
+++ b/ButtonEventDemo/Info.plist
@@ -21,5 +21,13 @@
UIInterfaceOrientationLandscapeLeft
UIInterfaceOrientationLandscapeRight
+ CFBundleDisplayName
+ ButtonEventDemo
+ CFBundleIdentifier
+ com.xamarin.ButtonEventDemo
+ CFBundleShortVersionString
+ 1.0
+ CFBundleVersion
+ 1.0
diff --git a/ButtonTapper3000/ButtonTapper3000/Scenes/BasicScene.cs b/ButtonTapper3000/ButtonTapper3000/Scenes/BasicScene.cs
index 49b28561..62a9b799 100644
--- a/ButtonTapper3000/ButtonTapper3000/Scenes/BasicScene.cs
+++ b/ButtonTapper3000/ButtonTapper3000/Scenes/BasicScene.cs
@@ -1,6 +1,5 @@
using System;
using CoreGraphics;
-using CoreGraphics;
using SpriteKit;
using UIKit;
diff --git a/Calendars/Calendars/Info.plist b/Calendars/Calendars/Info.plist
index 5fc09c1c..b69b11ad 100644
--- a/Calendars/Calendars/Info.plist
+++ b/Calendars/Calendars/Info.plist
@@ -30,5 +30,11 @@
MinimumOSVersion
6.0
+ CFBundleIdentifier
+ com.xamarin.Calendars
+ CFBundleShortVersionString
+ 1.0
+ CFBundleVersion
+ 1.0
diff --git a/Calendars/Calendars/Screens/CalendarList/CalendarListController.cs b/Calendars/Calendars/Screens/CalendarList/CalendarListController.cs
index 42f502ad..08020df7 100644
--- a/Calendars/Calendars/Screens/CalendarList/CalendarListController.cs
+++ b/Calendars/Calendars/Screens/CalendarList/CalendarListController.cs
@@ -11,21 +11,23 @@ namespace Calendars.Screens.CalendarList
public class CalendarListController : DialogViewController
{
// our roote element for MonoTouch.Dialog
- protected RootElement calendarListRoot = new RootElement ( "Calendars" );
+ protected RootElement calendarListRoot = new RootElement ("Calendars");
// list of calendars
protected EKCalendar[] calendars;
// the type of calendar: Event or Reminder
protected EKEntityType entityType;
- public CalendarListController ( EKEntityType storeType ) : base ( UITableViewStyle.Plain, null, true)
+ public CalendarListController (EKEntityType storeType) : base (UITableViewStyle.Plain, null, true)
{
entityType = storeType;
// request access will popup a dialog to the user asking them if they
// want to grant calendar access to the application. as such, this method
// is asynchronous and you need to pass a completion handler that will get
// called once the user has made a decision
- App.Current.EventStore.RequestAccess ( entityType, (bool granted, NSError e) => { PopulateCalendarList ( granted, e ); } );
+ App.Current.EventStore.RequestAccess (entityType, (bool granted, NSError e) => {
+ PopulateCalendarList (granted, e);
+ });
}
///
@@ -34,34 +36,36 @@ namespace Calendars.Screens.CalendarList
protected void PopulateCalendarList (bool grantedAccess, NSError e)
{
// if it err'd show it to the user
- if ( e != null ) {
- Console.WriteLine ( "Err: " + e.ToString () );
- new UIAlertView ( "Error", e.ToString(), null, "ok", null ).Show();
+ if (e != null) {
+ Console.WriteLine ("Err: " + e.ToString ());
+ new UIAlertView ("Error", e.ToString (), null, "ok", null).Show ();
return;
}
// if the user granted access to the calendar data
if (grantedAccess) {
// get calendars of the particular type (either events or reminders)
- calendars = App.Current.EventStore.GetCalendars ( entityType );
+ calendars = App.Current.EventStore.GetCalendars (entityType);
// build out an MT.D list of all the calendars, we show the calendar title
// as well as the source (where the calendar is pulled from, like iCloud, local
// exchange, etc.)
- calendarListRoot.Add (
- new Section ( ) {
- from elements in calendars
- select ( Element ) new StringElement ( elements.Title, elements.Source.Title )
- }
+ var section = new Section ();
+ section.AddAll (
+ from elements in calendars
+ select new StringElement (elements.Title, elements.Source.Title)
);
+ calendarListRoot.Add (section);
- this.InvokeOnMainThread ( () => { this.Root = calendarListRoot; } );
+ this.InvokeOnMainThread (() => {
+ this.Root = calendarListRoot;
+ });
}
// if the user didn't grant access, show an alert
else {
- Console.WriteLine ( "Access denied by user. " );
- InvokeOnMainThread ( () => {
- new UIAlertView ( "No Access", "Access to calendar not granted", null, "ok", null).Show ();
+ Console.WriteLine ("Access denied by user. ");
+ InvokeOnMainThread (() => {
+ new UIAlertView ("No Access", "Access to calendar not granted", null, "ok", null).Show ();
});
}
}
diff --git a/Calendars/Calendars/Screens/EventList/EventListController.cs b/Calendars/Calendars/Screens/EventList/EventListController.cs
index 5ea6764f..f10cfbfc 100644
--- a/Calendars/Calendars/Screens/EventList/EventListController.cs
+++ b/Calendars/Calendars/Screens/EventList/EventListController.cs
@@ -26,10 +26,11 @@ namespace Calendars.Screens.EventList
if (events == null) {
section = new Section () { new StringElement ("No calendar events") };
} else {
- section = new Section () {
+ section = new Section ();
+ section.AddAll (
from items in this.events
- select ( Element ) new StringElement ( items.Title )
- };
+ select new StringElement (items.Title)
+ );
}
itemListRoot.Add (section);
// set our element root
diff --git a/CircleLayout/CircleLayout.csproj b/CircleLayout/CircleLayout.csproj
index 9eb4b827..bf5a34a3 100644
--- a/CircleLayout/CircleLayout.csproj
+++ b/CircleLayout/CircleLayout.csproj
@@ -3,7 +3,7 @@
Debug
iPhoneSimulator
- 10.0.0
+ 8.0.30703
2.0
{4D216178-0B44-4D5A-8C8E-006B0ED48022}
{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
diff --git a/CircleLayout/Info.plist b/CircleLayout/Info.plist
index fde3a647..d605a649 100755
--- a/CircleLayout/Info.plist
+++ b/CircleLayout/Info.plist
@@ -35,5 +35,13 @@
UIInterfaceOrientationPortrait
UIInterfaceOrientationPortraitUpsideDown
+ CFBundleDisplayName
+ CircleLayout
+ CFBundleIdentifier
+ com.xamarin.CircleLayout
+ CFBundleShortVersionString
+ 1.0
+ CFBundleVersion
+ 1.0
diff --git a/CollectionViewTransition/CollectionViewTransition/APLStackLayout.cs b/CollectionViewTransition/CollectionViewTransition/APLStackLayout.cs
index 76a75b23..c9c9b5f4 100644
--- a/CollectionViewTransition/CollectionViewTransition/APLStackLayout.cs
+++ b/CollectionViewTransition/CollectionViewTransition/APLStackLayout.cs
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using CoreGraphics;
-using CoreGraphics;
using Foundation;
using UIKit;
diff --git a/CollectionViewTransition/CollectionViewTransition/CollectionViewTransition.csproj b/CollectionViewTransition/CollectionViewTransition/CollectionViewTransition.csproj
index 3d0d9bf1..f9f0c704 100644
--- a/CollectionViewTransition/CollectionViewTransition/CollectionViewTransition.csproj
+++ b/CollectionViewTransition/CollectionViewTransition/CollectionViewTransition.csproj
@@ -3,7 +3,7 @@
Debug
iPhoneSimulator
- 10.0.0
+ 8.0.30703
2.0
{D58FCF19-13C2-49DF-B24B-F5D4E277D62B}
{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
diff --git a/CollectionViewTransition/CollectionViewTransition/Info.plist b/CollectionViewTransition/CollectionViewTransition/Info.plist
index 48ab6529..d55d5f65 100644
--- a/CollectionViewTransition/CollectionViewTransition/Info.plist
+++ b/CollectionViewTransition/CollectionViewTransition/Info.plist
@@ -19,5 +19,13 @@
Icon-60@2x
Icon-Small-40@2x
+ CFBundleDisplayName
+ CollectionViewTransition
+ CFBundleIdentifier
+ com.xamarin.CollectionViewTransition
+ CFBundleShortVersionString
+ 1.0
+ CFBundleVersion
+ 1.0
diff --git a/Controls/Controls/ControlsViewController.designer.cs b/Controls/Controls/ControlsViewController.designer.cs
index b548d9ac..b8dee3ef 100644
--- a/Controls/Controls/ControlsViewController.designer.cs
+++ b/Controls/Controls/ControlsViewController.designer.cs
@@ -4,10 +4,10 @@
// actions declared in your storyboard file.
// Manual changes to this file will not be maintained.
//
-using System;
using Foundation;
-using UIKit;
+using System;
using System.CodeDom.Compiler;
+using UIKit;
namespace Controls
{
diff --git a/Controls/Controls/Info.plist b/Controls/Controls/Info.plist
index ab6b2b6a..f01c02b8 100644
--- a/Controls/Controls/Info.plist
+++ b/Controls/Controls/Info.plist
@@ -1,4 +1,4 @@
-
+
diff --git a/Controls/Controls/MainStoryboard.storyboard b/Controls/Controls/MainStoryboard.storyboard
index 0e37c91f..85a43950 100644
--- a/Controls/Controls/MainStoryboard.storyboard
+++ b/Controls/Controls/MainStoryboard.storyboard
@@ -1,17 +1,13 @@
-
+
-
+
-
-
-
-
@@ -21,7 +17,7 @@
-
+
@@ -37,7 +33,6 @@
Lorem ipsum dolor sit er elit lamet, consectetaur cillium adipisicing pecu, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. eu fugiat nulla pariatur. odioque civiuda.
-
@@ -118,27 +113,26 @@
+
+
-
-
+
-
-
-
\ No newline at end of file
+
diff --git a/CoreImage/AppDelegate.cs b/CoreImage/AppDelegate.cs
index e1d0ac64..859c23d5 100644
--- a/CoreImage/AppDelegate.cs
+++ b/CoreImage/AppDelegate.cs
@@ -6,7 +6,6 @@ using ObjCRuntime;
using System.Collections.Generic;
using MonoTouch.Dialog;
-using CoreGraphics;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
diff --git a/CoreImage/Info.plist b/CoreImage/Info.plist
index aa714fef..3df03d8d 100644
--- a/CoreImage/Info.plist
+++ b/CoreImage/Info.plist
@@ -23,5 +23,13 @@
MinimumOSVersion
5.1.1
+ CFBundleDisplayName
+ CoreImage
+ CFBundleIdentifier
+ com.xamarin.CoreImage
+ CFBundleShortVersionString
+ 1.0
+ CFBundleVersion
+ 1.0
diff --git a/CoreLocation/CoreLocation.csproj b/CoreLocation/CoreLocation.csproj
index 9523b872..5fcf491b 100644
--- a/CoreLocation/CoreLocation.csproj
+++ b/CoreLocation/CoreLocation.csproj
@@ -55,8 +55,8 @@
Example_CoreLocation
- 4.0
ARMv7
+ true
none
diff --git a/CoreLocation/Info.plist b/CoreLocation/Info.plist
index 476e38e1..d29c0ca9 100644
--- a/CoreLocation/Info.plist
+++ b/CoreLocation/Info.plist
@@ -20,8 +20,6 @@
Icon-Small-40
Icon-60@2x
- CFBundleVersion
- 1
MinimumOSVersion
8.0
UIDeviceFamily
@@ -41,5 +39,11 @@
Getting location for sample application
UILaunchStoryboardName
LaunchScreen
+ CFBundleIdentifier
+ com.xamarin.CoreLocation
+ CFBundleShortVersionString
+ 1.0
+ CFBundleVersion
+ 1.0
diff --git a/CoreLocation/MainScreen/MainViewController.cs b/CoreLocation/MainScreen/MainViewController.cs
index 9645df05..c95de7fb 100644
--- a/CoreLocation/MainScreen/MainViewController.cs
+++ b/CoreLocation/MainScreen/MainViewController.cs
@@ -136,12 +136,6 @@ namespace Example_CoreLocation
ms = mainScreen;
}
- [Obsolete("called for iOS5.x and earlier")]
- public override void UpdatedLocation (CLLocationManager manager, CLLocation newLocation, CLLocation oldLocation)
- {
- MainViewController.UpdateLocation (ms, newLocation);
- }
-
// called for iOS6 and later
public override void LocationsUpdated (CLLocationManager manager, CLLocation[] locations)
{