first import

Ring IOS client baseline code
diff --git a/Ring/Ring.xcodeproj/project.pbxproj b/Ring/Ring.xcodeproj/project.pbxproj
new file mode 100644
index 0000000..f37b144
--- /dev/null
+++ b/Ring/Ring.xcodeproj/project.pbxproj
@@ -0,0 +1,861 @@
+// !$*UTF8*$!
+{
+	archiveVersion = 1;
+	classes = {
+	};
+	objectVersion = 46;
+	objects = {
+
+/* Begin PBXBuildFile section */
+		043866211D218B1100E06CE2 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 043866201D218B1100E06CE2 /* AudioToolbox.framework */; };
+		043866241D22C3BC00E06CE2 /* Account.swift in Sources */ = {isa = PBXBuildFile; fileRef = 043866231D22C3BC00E06CE2 /* Account.swift */; };
+		043866261D22C42F00E06CE2 /* AccountModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 043866251D22C42F00E06CE2 /* AccountModel.swift */; };
+		043866331D22CE8C00E06CE2 /* MeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 043866321D22CE8C00E06CE2 /* MeViewController.swift */; };
+		043866361D22D06500E06CE2 /* AccountTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 043866351D22D06500E06CE2 /* AccountTableViewCell.swift */; };
+		043866381D2304A700E06CE2 /* BoolStringExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 043866371D2304A700E06CE2 /* BoolStringExtension.swift */; };
+		0438663B1D2313B700E06CE2 /* AccountDetailsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0438663A1D2313B700E06CE2 /* AccountDetailsViewController.swift */; };
+		043999F71D1C2D9D00E99CD9 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 043999F61D1C2D9D00E99CD9 /* AppDelegate.swift */; };
+		043999FA1D1C2D9D00E99CD9 /* Ring.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 043999F81D1C2D9D00E99CD9 /* Ring.xcdatamodeld */; };
+		04399A011D1C2D9D00E99CD9 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 043999FF1D1C2D9D00E99CD9 /* Main.storyboard */; };
+		04399A031D1C2D9D00E99CD9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 04399A021D1C2D9D00E99CD9 /* Assets.xcassets */; };
+		04399A061D1C2D9D00E99CD9 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 04399A041D1C2D9D00E99CD9 /* LaunchScreen.storyboard */; };
+		04399A111D1C2D9D00E99CD9 /* RingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04399A101D1C2D9D00E99CD9 /* RingTests.swift */; };
+		04399A1C1D1C2D9D00E99CD9 /* RingUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04399A1B1D1C2D9D00E99CD9 /* RingUITests.swift */; };
+		04399A2A1D1C2DE300E99CD9 /* CoreMedia.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399A291D1C2DE300E99CD9 /* CoreMedia.framework */; };
+		04399A2C1D1C2DE900E99CD9 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399A2B1D1C2DE900E99CD9 /* AVFoundation.framework */; };
+		04399A941D1C2F5800E99CD9 /* libiconv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399A931D1C2F5800E99CD9 /* libiconv.tbd */; };
+		04399A971D1C2F6100E99CD9 /* libbz2.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399A951D1C2F6100E99CD9 /* libbz2.tbd */; };
+		04399A981D1C2F6100E99CD9 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399A961D1C2F6100E99CD9 /* libz.tbd */; };
+		04399AAC1D1C304300E99CD9 /* ConfigurationManagerAdaptator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 04399AA61D1C304300E99CD9 /* ConfigurationManagerAdaptator.mm */; };
+		04399AAD1D1C304300E99CD9 /* DRingAdaptator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 04399AA81D1C304300E99CD9 /* DRingAdaptator.mm */; };
+		04399AAE1D1C304300E99CD9 /* Utils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 04399AAB1D1C304300E99CD9 /* Utils.mm */; };
+		04399AE41D1C341A00E99CD9 /* libavcodec.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399AB21D1C341A00E99CD9 /* libavcodec.a */; };
+		04399AE51D1C341A00E99CD9 /* libavdevice.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399AB31D1C341A00E99CD9 /* libavdevice.a */; };
+		04399AE61D1C341A00E99CD9 /* libavfilter.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399AB41D1C341A00E99CD9 /* libavfilter.a */; };
+		04399AE71D1C341A00E99CD9 /* libavformat.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399AB51D1C341A00E99CD9 /* libavformat.a */; };
+		04399AE81D1C341A00E99CD9 /* libavutil.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399AB61D1C341A00E99CD9 /* libavutil.a */; };
+		04399AE91D1C341A00E99CD9 /* libFLAC.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399AB71D1C341A00E99CD9 /* libFLAC.a */; };
+		04399AEA1D1C341A00E99CD9 /* libgmp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399AB81D1C341A00E99CD9 /* libgmp.a */; };
+		04399AEB1D1C341A00E99CD9 /* libgnutls.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399AB91D1C341A00E99CD9 /* libgnutls.a */; };
+		04399AED1D1C341A00E99CD9 /* libhogweed.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399ABB1D1C341A00E99CD9 /* libhogweed.a */; };
+		04399AEE1D1C341A00E99CD9 /* libiax.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399ABC1D1C341A00E99CD9 /* libiax.a */; };
+		04399AEF1D1C341A00E99CD9 /* libixml.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399ABD1D1C341A00E99CD9 /* libixml.a */; };
+		04399AF01D1C341A00E99CD9 /* libjsoncpp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399ABE1D1C341A00E99CD9 /* libjsoncpp.a */; };
+		04399AF11D1C341A00E99CD9 /* libmsgpackc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399ABF1D1C341A00E99CD9 /* libmsgpackc.a */; };
+		04399AF21D1C341A00E99CD9 /* libnettle.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399AC01D1C341A00E99CD9 /* libnettle.a */; };
+		04399AF31D1C341A00E99CD9 /* libogg.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399AC11D1C341A00E99CD9 /* libogg.a */; };
+		04399AF41D1C341A00E99CD9 /* libopendht.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399AC21D1C341A00E99CD9 /* libopendht.a */; };
+		04399AF51D1C341A00E99CD9 /* libopus.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399AC31D1C341A00E99CD9 /* libopus.a */; };
+		04399AF61D1C341A00E99CD9 /* libpcre.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399AC41D1C341A00E99CD9 /* libpcre.a */; };
+		04399AF71D1C341A00E99CD9 /* libpcreposix.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399AC51D1C341A00E99CD9 /* libpcreposix.a */; };
+		04399AF81D1C341A00E99CD9 /* libpj.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399AC61D1C341A00E99CD9 /* libpj.a */; };
+		04399AF91D1C341A00E99CD9 /* libpjlib-util.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399AC71D1C341A00E99CD9 /* libpjlib-util.a */; };
+		04399AFA1D1C341A00E99CD9 /* libpjmedia-audiodev.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399AC81D1C341A00E99CD9 /* libpjmedia-audiodev.a */; };
+		04399AFB1D1C341A00E99CD9 /* libpjmedia-codec.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399AC91D1C341A00E99CD9 /* libpjmedia-codec.a */; };
+		04399AFC1D1C341A00E99CD9 /* libpjmedia-videodev.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399ACA1D1C341A00E99CD9 /* libpjmedia-videodev.a */; };
+		04399AFD1D1C341A00E99CD9 /* libpjmedia.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399ACB1D1C341A00E99CD9 /* libpjmedia.a */; };
+		04399AFE1D1C341A00E99CD9 /* libpjnath.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399ACC1D1C341A00E99CD9 /* libpjnath.a */; };
+		04399AFF1D1C341A00E99CD9 /* libpjsip-simple.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399ACD1D1C341A00E99CD9 /* libpjsip-simple.a */; };
+		04399B001D1C341A00E99CD9 /* libpjsip-ua.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399ACE1D1C341A00E99CD9 /* libpjsip-ua.a */; };
+		04399B011D1C341A00E99CD9 /* libpjsip.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399ACF1D1C341A00E99CD9 /* libpjsip.a */; };
+		04399B021D1C341A00E99CD9 /* libpjsua.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399AD01D1C341A00E99CD9 /* libpjsua.a */; };
+		04399B031D1C341A00E99CD9 /* libpjsua2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399AD11D1C341A00E99CD9 /* libpjsua2.a */; };
+		04399B041D1C341A00E99CD9 /* libpostproc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399AD21D1C341A00E99CD9 /* libpostproc.a */; };
+		04399B051D1C341A00E99CD9 /* libresample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399AD31D1C341A00E99CD9 /* libresample.a */; };
+		04399B061D1C341A00E99CD9 /* libring.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399AD41D1C341A00E99CD9 /* libring.a */; };
+		04399B071D1C341A00E99CD9 /* libsamplerate.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399AD51D1C341A00E99CD9 /* libsamplerate.a */; };
+		04399B081D1C341A00E99CD9 /* libsndfile.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399AD61D1C341A00E99CD9 /* libsndfile.a */; };
+		04399B091D1C341A00E99CD9 /* libspeex.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399AD71D1C341A00E99CD9 /* libspeex.a */; };
+		04399B0A1D1C341A00E99CD9 /* libspeexdsp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399AD81D1C341A00E99CD9 /* libspeexdsp.a */; };
+		04399B0B1D1C341A00E99CD9 /* libsrtp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399AD91D1C341A00E99CD9 /* libsrtp.a */; };
+		04399B0C1D1C341A00E99CD9 /* libswresample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399ADA1D1C341A00E99CD9 /* libswresample.a */; };
+		04399B0D1D1C341A00E99CD9 /* libswscale.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399ADB1D1C341A00E99CD9 /* libswscale.a */; };
+		04399B0E1D1C341A00E99CD9 /* libthreadutil.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399ADC1D1C341A00E99CD9 /* libthreadutil.a */; };
+		04399B0F1D1C341A00E99CD9 /* libupnp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399ADD1D1C341A00E99CD9 /* libupnp.a */; };
+		04399B101D1C341A00E99CD9 /* libvorbis.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399ADE1D1C341A00E99CD9 /* libvorbis.a */; };
+		04399B111D1C341A00E99CD9 /* libvorbisenc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399ADF1D1C341A00E99CD9 /* libvorbisenc.a */; };
+		04399B121D1C341A00E99CD9 /* libvorbisfile.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399AE01D1C341A00E99CD9 /* libvorbisfile.a */; };
+		04399B131D1C341A00E99CD9 /* libvpx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399AE11D1C341A00E99CD9 /* libvpx.a */; };
+		04399B141D1C341A00E99CD9 /* libx264.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399AE21D1C341A00E99CD9 /* libx264.a */; };
+		04399B151D1C341A00E99CD9 /* libyaml-cpp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04399AE31D1C341A00E99CD9 /* libyaml-cpp.a */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXContainerItemProxy section */
+		04399A0D1D1C2D9D00E99CD9 /* PBXContainerItemProxy */ = {
+			isa = PBXContainerItemProxy;
+			containerPortal = 043999EB1D1C2D9D00E99CD9 /* Project object */;
+			proxyType = 1;
+			remoteGlobalIDString = 043999F21D1C2D9D00E99CD9;
+			remoteInfo = Ring;
+		};
+		04399A181D1C2D9D00E99CD9 /* PBXContainerItemProxy */ = {
+			isa = PBXContainerItemProxy;
+			containerPortal = 043999EB1D1C2D9D00E99CD9 /* Project object */;
+			proxyType = 1;
+			remoteGlobalIDString = 043999F21D1C2D9D00E99CD9;
+			remoteInfo = Ring;
+		};
+/* End PBXContainerItemProxy section */
+
+/* Begin PBXFileReference section */
+		043866201D218B1100E06CE2 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
+		043866231D22C3BC00E06CE2 /* Account.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Account.swift; sourceTree = "<group>"; };
+		043866251D22C42F00E06CE2 /* AccountModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AccountModel.swift; sourceTree = "<group>"; };
+		043866321D22CE8C00E06CE2 /* MeViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MeViewController.swift; sourceTree = "<group>"; };
+		043866351D22D06500E06CE2 /* AccountTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AccountTableViewCell.swift; sourceTree = "<group>"; };
+		043866371D2304A700E06CE2 /* BoolStringExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BoolStringExtension.swift; sourceTree = "<group>"; };
+		0438663A1D2313B700E06CE2 /* AccountDetailsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AccountDetailsViewController.swift; sourceTree = "<group>"; };
+		043999F31D1C2D9D00E99CD9 /* Ring.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Ring.app; sourceTree = BUILT_PRODUCTS_DIR; };
+		043999F61D1C2D9D00E99CD9 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
+		043999F91D1C2D9D00E99CD9 /* Ring.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Ring.xcdatamodel; sourceTree = "<group>"; };
+		04399A001D1C2D9D00E99CD9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
+		04399A021D1C2D9D00E99CD9 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
+		04399A051D1C2D9D00E99CD9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
+		04399A071D1C2D9D00E99CD9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
+		04399A0C1D1C2D9D00E99CD9 /* RingTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RingTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
+		04399A101D1C2D9D00E99CD9 /* RingTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RingTests.swift; sourceTree = "<group>"; };
+		04399A121D1C2D9D00E99CD9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
+		04399A171D1C2D9D00E99CD9 /* RingUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RingUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
+		04399A1B1D1C2D9D00E99CD9 /* RingUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RingUITests.swift; sourceTree = "<group>"; };
+		04399A1D1D1C2D9D00E99CD9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
+		04399A291D1C2DE300E99CD9 /* CoreMedia.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMedia.framework; path = System/Library/Frameworks/CoreMedia.framework; sourceTree = SDKROOT; };
+		04399A2B1D1C2DE900E99CD9 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
+		04399A931D1C2F5800E99CD9 /* libiconv.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libiconv.tbd; path = usr/lib/libiconv.tbd; sourceTree = SDKROOT; };
+		04399A951D1C2F6100E99CD9 /* libbz2.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libbz2.tbd; path = usr/lib/libbz2.tbd; sourceTree = SDKROOT; };
+		04399A961D1C2F6100E99CD9 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
+		04399AA51D1C304300E99CD9 /* ConfigurationManagerAdaptator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ConfigurationManagerAdaptator.h; sourceTree = "<group>"; };
+		04399AA61D1C304300E99CD9 /* ConfigurationManagerAdaptator.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = ConfigurationManagerAdaptator.mm; sourceTree = "<group>"; };
+		04399AA71D1C304300E99CD9 /* DRingAdaptator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DRingAdaptator.h; sourceTree = "<group>"; };
+		04399AA81D1C304300E99CD9 /* DRingAdaptator.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = DRingAdaptator.mm; sourceTree = "<group>"; };
+		04399AA91D1C304300E99CD9 /* Ring-Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Ring-Bridging-Header.h"; sourceTree = "<group>"; };
+		04399AAA1D1C304300E99CD9 /* Utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Utils.h; sourceTree = "<group>"; };
+		04399AAB1D1C304300E99CD9 /* Utils.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = Utils.mm; sourceTree = "<group>"; };
+		04399AB21D1C341A00E99CD9 /* libavcodec.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libavcodec.a; path = ../fat/lib/libavcodec.a; sourceTree = "<group>"; };
+		04399AB31D1C341A00E99CD9 /* libavdevice.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libavdevice.a; path = ../fat/lib/libavdevice.a; sourceTree = "<group>"; };
+		04399AB41D1C341A00E99CD9 /* libavfilter.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libavfilter.a; path = ../fat/lib/libavfilter.a; sourceTree = "<group>"; };
+		04399AB51D1C341A00E99CD9 /* libavformat.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libavformat.a; path = ../fat/lib/libavformat.a; sourceTree = "<group>"; };
+		04399AB61D1C341A00E99CD9 /* libavutil.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libavutil.a; path = ../fat/lib/libavutil.a; sourceTree = "<group>"; };
+		04399AB71D1C341A00E99CD9 /* libFLAC.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libFLAC.a; path = ../fat/lib/libFLAC.a; sourceTree = "<group>"; };
+		04399AB81D1C341A00E99CD9 /* libgmp.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libgmp.a; path = ../fat/lib/libgmp.a; sourceTree = "<group>"; };
+		04399AB91D1C341A00E99CD9 /* libgnutls.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libgnutls.a; path = ../fat/lib/libgnutls.a; sourceTree = "<group>"; };
+		04399ABB1D1C341A00E99CD9 /* libhogweed.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libhogweed.a; path = ../fat/lib/libhogweed.a; sourceTree = "<group>"; };
+		04399ABC1D1C341A00E99CD9 /* libiax.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libiax.a; path = ../fat/lib/libiax.a; sourceTree = "<group>"; };
+		04399ABD1D1C341A00E99CD9 /* libixml.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libixml.a; path = ../fat/lib/libixml.a; sourceTree = "<group>"; };
+		04399ABE1D1C341A00E99CD9 /* libjsoncpp.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjsoncpp.a; path = ../fat/lib/libjsoncpp.a; sourceTree = "<group>"; };
+		04399ABF1D1C341A00E99CD9 /* libmsgpackc.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libmsgpackc.a; path = ../fat/lib/libmsgpackc.a; sourceTree = "<group>"; };
+		04399AC01D1C341A00E99CD9 /* libnettle.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libnettle.a; path = ../fat/lib/libnettle.a; sourceTree = "<group>"; };
+		04399AC11D1C341A00E99CD9 /* libogg.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libogg.a; path = ../fat/lib/libogg.a; sourceTree = "<group>"; };
+		04399AC21D1C341A00E99CD9 /* libopendht.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libopendht.a; path = ../fat/lib/libopendht.a; sourceTree = "<group>"; };
+		04399AC31D1C341A00E99CD9 /* libopus.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libopus.a; path = ../fat/lib/libopus.a; sourceTree = "<group>"; };
+		04399AC41D1C341A00E99CD9 /* libpcre.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpcre.a; path = ../fat/lib/libpcre.a; sourceTree = "<group>"; };
+		04399AC51D1C341A00E99CD9 /* libpcreposix.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpcreposix.a; path = ../fat/lib/libpcreposix.a; sourceTree = "<group>"; };
+		04399AC61D1C341A00E99CD9 /* libpj.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpj.a; path = ../fat/lib/libpj.a; sourceTree = "<group>"; };
+		04399AC71D1C341A00E99CD9 /* libpjlib-util.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libpjlib-util.a"; path = "../fat/lib/libpjlib-util.a"; sourceTree = "<group>"; };
+		04399AC81D1C341A00E99CD9 /* libpjmedia-audiodev.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libpjmedia-audiodev.a"; path = "../fat/lib/libpjmedia-audiodev.a"; sourceTree = "<group>"; };
+		04399AC91D1C341A00E99CD9 /* libpjmedia-codec.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libpjmedia-codec.a"; path = "../fat/lib/libpjmedia-codec.a"; sourceTree = "<group>"; };
+		04399ACA1D1C341A00E99CD9 /* libpjmedia-videodev.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libpjmedia-videodev.a"; path = "../fat/lib/libpjmedia-videodev.a"; sourceTree = "<group>"; };
+		04399ACB1D1C341A00E99CD9 /* libpjmedia.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpjmedia.a; path = ../fat/lib/libpjmedia.a; sourceTree = "<group>"; };
+		04399ACC1D1C341A00E99CD9 /* libpjnath.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpjnath.a; path = ../fat/lib/libpjnath.a; sourceTree = "<group>"; };
+		04399ACD1D1C341A00E99CD9 /* libpjsip-simple.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libpjsip-simple.a"; path = "../fat/lib/libpjsip-simple.a"; sourceTree = "<group>"; };
+		04399ACE1D1C341A00E99CD9 /* libpjsip-ua.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libpjsip-ua.a"; path = "../fat/lib/libpjsip-ua.a"; sourceTree = "<group>"; };
+		04399ACF1D1C341A00E99CD9 /* libpjsip.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpjsip.a; path = ../fat/lib/libpjsip.a; sourceTree = "<group>"; };
+		04399AD01D1C341A00E99CD9 /* libpjsua.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpjsua.a; path = ../fat/lib/libpjsua.a; sourceTree = "<group>"; };
+		04399AD11D1C341A00E99CD9 /* libpjsua2.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpjsua2.a; path = ../fat/lib/libpjsua2.a; sourceTree = "<group>"; };
+		04399AD21D1C341A00E99CD9 /* libpostproc.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpostproc.a; path = ../fat/lib/libpostproc.a; sourceTree = "<group>"; };
+		04399AD31D1C341A00E99CD9 /* libresample.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libresample.a; path = ../fat/lib/libresample.a; sourceTree = "<group>"; };
+		04399AD41D1C341A00E99CD9 /* libring.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libring.a; path = ../fat/lib/libring.a; sourceTree = "<group>"; };
+		04399AD51D1C341A00E99CD9 /* libsamplerate.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libsamplerate.a; path = ../fat/lib/libsamplerate.a; sourceTree = "<group>"; };
+		04399AD61D1C341A00E99CD9 /* libsndfile.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libsndfile.a; path = ../fat/lib/libsndfile.a; sourceTree = "<group>"; };
+		04399AD71D1C341A00E99CD9 /* libspeex.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libspeex.a; path = ../fat/lib/libspeex.a; sourceTree = "<group>"; };
+		04399AD81D1C341A00E99CD9 /* libspeexdsp.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libspeexdsp.a; path = ../fat/lib/libspeexdsp.a; sourceTree = "<group>"; };
+		04399AD91D1C341A00E99CD9 /* libsrtp.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libsrtp.a; path = ../fat/lib/libsrtp.a; sourceTree = "<group>"; };
+		04399ADA1D1C341A00E99CD9 /* libswresample.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libswresample.a; path = ../fat/lib/libswresample.a; sourceTree = "<group>"; };
+		04399ADB1D1C341A00E99CD9 /* libswscale.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libswscale.a; path = ../fat/lib/libswscale.a; sourceTree = "<group>"; };
+		04399ADC1D1C341A00E99CD9 /* libthreadutil.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libthreadutil.a; path = ../fat/lib/libthreadutil.a; sourceTree = "<group>"; };
+		04399ADD1D1C341A00E99CD9 /* libupnp.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libupnp.a; path = ../fat/lib/libupnp.a; sourceTree = "<group>"; };
+		04399ADE1D1C341A00E99CD9 /* libvorbis.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libvorbis.a; path = ../fat/lib/libvorbis.a; sourceTree = "<group>"; };
+		04399ADF1D1C341A00E99CD9 /* libvorbisenc.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libvorbisenc.a; path = ../fat/lib/libvorbisenc.a; sourceTree = "<group>"; };
+		04399AE01D1C341A00E99CD9 /* libvorbisfile.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libvorbisfile.a; path = ../fat/lib/libvorbisfile.a; sourceTree = "<group>"; };
+		04399AE11D1C341A00E99CD9 /* libvpx.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libvpx.a; path = ../fat/lib/libvpx.a; sourceTree = "<group>"; };
+		04399AE21D1C341A00E99CD9 /* libx264.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libx264.a; path = ../fat/lib/libx264.a; sourceTree = "<group>"; };
+		04399AE31D1C341A00E99CD9 /* libyaml-cpp.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libyaml-cpp.a"; path = "../fat/lib/libyaml-cpp.a"; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+		043999F01D1C2D9D00E99CD9 /* Frameworks */ = {
+			isa = PBXFrameworksBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+				043866211D218B1100E06CE2 /* AudioToolbox.framework in Frameworks */,
+				04399AE41D1C341A00E99CD9 /* libavcodec.a in Frameworks */,
+				04399AE51D1C341A00E99CD9 /* libavdevice.a in Frameworks */,
+				04399AE61D1C341A00E99CD9 /* libavfilter.a in Frameworks */,
+				04399AE71D1C341A00E99CD9 /* libavformat.a in Frameworks */,
+				04399AE81D1C341A00E99CD9 /* libavutil.a in Frameworks */,
+				04399AE91D1C341A00E99CD9 /* libFLAC.a in Frameworks */,
+				04399AEA1D1C341A00E99CD9 /* libgmp.a in Frameworks */,
+				04399AEB1D1C341A00E99CD9 /* libgnutls.a in Frameworks */,
+				04399AED1D1C341A00E99CD9 /* libhogweed.a in Frameworks */,
+				04399AEE1D1C341A00E99CD9 /* libiax.a in Frameworks */,
+				04399AEF1D1C341A00E99CD9 /* libixml.a in Frameworks */,
+				04399AF01D1C341A00E99CD9 /* libjsoncpp.a in Frameworks */,
+				04399AF11D1C341A00E99CD9 /* libmsgpackc.a in Frameworks */,
+				04399AF21D1C341A00E99CD9 /* libnettle.a in Frameworks */,
+				04399AF31D1C341A00E99CD9 /* libogg.a in Frameworks */,
+				04399AF41D1C341A00E99CD9 /* libopendht.a in Frameworks */,
+				04399AF51D1C341A00E99CD9 /* libopus.a in Frameworks */,
+				04399AF61D1C341A00E99CD9 /* libpcre.a in Frameworks */,
+				04399AF71D1C341A00E99CD9 /* libpcreposix.a in Frameworks */,
+				04399AF81D1C341A00E99CD9 /* libpj.a in Frameworks */,
+				04399AF91D1C341A00E99CD9 /* libpjlib-util.a in Frameworks */,
+				04399AFA1D1C341A00E99CD9 /* libpjmedia-audiodev.a in Frameworks */,
+				04399AFB1D1C341A00E99CD9 /* libpjmedia-codec.a in Frameworks */,
+				04399AFC1D1C341A00E99CD9 /* libpjmedia-videodev.a in Frameworks */,
+				04399AFD1D1C341A00E99CD9 /* libpjmedia.a in Frameworks */,
+				04399AFE1D1C341A00E99CD9 /* libpjnath.a in Frameworks */,
+				04399AFF1D1C341A00E99CD9 /* libpjsip-simple.a in Frameworks */,
+				04399B001D1C341A00E99CD9 /* libpjsip-ua.a in Frameworks */,
+				04399B011D1C341A00E99CD9 /* libpjsip.a in Frameworks */,
+				04399B021D1C341A00E99CD9 /* libpjsua.a in Frameworks */,
+				04399B031D1C341A00E99CD9 /* libpjsua2.a in Frameworks */,
+				04399B041D1C341A00E99CD9 /* libpostproc.a in Frameworks */,
+				04399B051D1C341A00E99CD9 /* libresample.a in Frameworks */,
+				04399B061D1C341A00E99CD9 /* libring.a in Frameworks */,
+				04399B071D1C341A00E99CD9 /* libsamplerate.a in Frameworks */,
+				04399B081D1C341A00E99CD9 /* libsndfile.a in Frameworks */,
+				04399B091D1C341A00E99CD9 /* libspeex.a in Frameworks */,
+				04399B0A1D1C341A00E99CD9 /* libspeexdsp.a in Frameworks */,
+				04399B0B1D1C341A00E99CD9 /* libsrtp.a in Frameworks */,
+				04399B0C1D1C341A00E99CD9 /* libswresample.a in Frameworks */,
+				04399B0D1D1C341A00E99CD9 /* libswscale.a in Frameworks */,
+				04399B0E1D1C341A00E99CD9 /* libthreadutil.a in Frameworks */,
+				04399B0F1D1C341A00E99CD9 /* libupnp.a in Frameworks */,
+				04399B101D1C341A00E99CD9 /* libvorbis.a in Frameworks */,
+				04399B111D1C341A00E99CD9 /* libvorbisenc.a in Frameworks */,
+				04399B121D1C341A00E99CD9 /* libvorbisfile.a in Frameworks */,
+				04399B131D1C341A00E99CD9 /* libvpx.a in Frameworks */,
+				04399B141D1C341A00E99CD9 /* libx264.a in Frameworks */,
+				04399B151D1C341A00E99CD9 /* libyaml-cpp.a in Frameworks */,
+				04399A971D1C2F6100E99CD9 /* libbz2.tbd in Frameworks */,
+				04399A981D1C2F6100E99CD9 /* libz.tbd in Frameworks */,
+				04399A941D1C2F5800E99CD9 /* libiconv.tbd in Frameworks */,
+				04399A2C1D1C2DE900E99CD9 /* AVFoundation.framework in Frameworks */,
+				04399A2A1D1C2DE300E99CD9 /* CoreMedia.framework in Frameworks */,
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+		04399A091D1C2D9D00E99CD9 /* Frameworks */ = {
+			isa = PBXFrameworksBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+		04399A141D1C2D9D00E99CD9 /* Frameworks */ = {
+			isa = PBXFrameworksBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+		043866221D22C38400E06CE2 /* Models */ = {
+			isa = PBXGroup;
+			children = (
+				043866231D22C3BC00E06CE2 /* Account.swift */,
+				043866251D22C42F00E06CE2 /* AccountModel.swift */,
+			);
+			name = Models;
+			sourceTree = "<group>";
+		};
+		0438662D1D22C87500E06CE2 /* ViewController */ = {
+			isa = PBXGroup;
+			children = (
+				043866321D22CE8C00E06CE2 /* MeViewController.swift */,
+				0438663A1D2313B700E06CE2 /* AccountDetailsViewController.swift */,
+			);
+			name = ViewController;
+			sourceTree = "<group>";
+		};
+		043866341D22D04E00E06CE2 /* UI */ = {
+			isa = PBXGroup;
+			children = (
+				043866351D22D06500E06CE2 /* AccountTableViewCell.swift */,
+			);
+			name = UI;
+			sourceTree = "<group>";
+		};
+		043866391D2307C000E06CE2 /* Extensions */ = {
+			isa = PBXGroup;
+			children = (
+				043866371D2304A700E06CE2 /* BoolStringExtension.swift */,
+			);
+			name = Extensions;
+			sourceTree = "<group>";
+		};
+		043999EA1D1C2D9D00E99CD9 = {
+			isa = PBXGroup;
+			children = (
+				04399A991D1C2F6400E99CD9 /* SYS_DEPS */,
+				04399A921D1C2E3600E99CD9 /* RING_DEPS */,
+				043999F51D1C2D9D00E99CD9 /* Ring */,
+				04399A0F1D1C2D9D00E99CD9 /* RingTests */,
+				04399A1A1D1C2D9D00E99CD9 /* RingUITests */,
+				043999F41D1C2D9D00E99CD9 /* Products */,
+			);
+			sourceTree = "<group>";
+		};
+		043999F41D1C2D9D00E99CD9 /* Products */ = {
+			isa = PBXGroup;
+			children = (
+				043999F31D1C2D9D00E99CD9 /* Ring.app */,
+				04399A0C1D1C2D9D00E99CD9 /* RingTests.xctest */,
+				04399A171D1C2D9D00E99CD9 /* RingUITests.xctest */,
+			);
+			name = Products;
+			sourceTree = "<group>";
+		};
+		043999F51D1C2D9D00E99CD9 /* Ring */ = {
+			isa = PBXGroup;
+			children = (
+				043866341D22D04E00E06CE2 /* UI */,
+				0438662D1D22C87500E06CE2 /* ViewController */,
+				043866221D22C38400E06CE2 /* Models */,
+				04399AAF1D1C305600E99CD9 /* DRingAdaptator */,
+				043999F61D1C2D9D00E99CD9 /* AppDelegate.swift */,
+				043999FF1D1C2D9D00E99CD9 /* Main.storyboard */,
+				04399A021D1C2D9D00E99CD9 /* Assets.xcassets */,
+				04399A041D1C2D9D00E99CD9 /* LaunchScreen.storyboard */,
+				04399A071D1C2D9D00E99CD9 /* Info.plist */,
+				043999F81D1C2D9D00E99CD9 /* Ring.xcdatamodeld */,
+				043866391D2307C000E06CE2 /* Extensions */,
+			);
+			path = Ring;
+			sourceTree = "<group>";
+		};
+		04399A0F1D1C2D9D00E99CD9 /* RingTests */ = {
+			isa = PBXGroup;
+			children = (
+				04399A101D1C2D9D00E99CD9 /* RingTests.swift */,
+				04399A121D1C2D9D00E99CD9 /* Info.plist */,
+			);
+			path = RingTests;
+			sourceTree = "<group>";
+		};
+		04399A1A1D1C2D9D00E99CD9 /* RingUITests */ = {
+			isa = PBXGroup;
+			children = (
+				04399A1B1D1C2D9D00E99CD9 /* RingUITests.swift */,
+				04399A1D1D1C2D9D00E99CD9 /* Info.plist */,
+			);
+			path = RingUITests;
+			sourceTree = "<group>";
+		};
+		04399A921D1C2E3600E99CD9 /* RING_DEPS */ = {
+			isa = PBXGroup;
+			children = (
+				04399AB21D1C341A00E99CD9 /* libavcodec.a */,
+				04399AB31D1C341A00E99CD9 /* libavdevice.a */,
+				04399AB41D1C341A00E99CD9 /* libavfilter.a */,
+				04399AB51D1C341A00E99CD9 /* libavformat.a */,
+				04399AB61D1C341A00E99CD9 /* libavutil.a */,
+				04399AB71D1C341A00E99CD9 /* libFLAC.a */,
+				04399AB81D1C341A00E99CD9 /* libgmp.a */,
+				04399AB91D1C341A00E99CD9 /* libgnutls.a */,
+				04399ABB1D1C341A00E99CD9 /* libhogweed.a */,
+				04399ABC1D1C341A00E99CD9 /* libiax.a */,
+				04399ABD1D1C341A00E99CD9 /* libixml.a */,
+				04399ABE1D1C341A00E99CD9 /* libjsoncpp.a */,
+				04399ABF1D1C341A00E99CD9 /* libmsgpackc.a */,
+				04399AC01D1C341A00E99CD9 /* libnettle.a */,
+				04399AC11D1C341A00E99CD9 /* libogg.a */,
+				04399AC21D1C341A00E99CD9 /* libopendht.a */,
+				04399AC31D1C341A00E99CD9 /* libopus.a */,
+				04399AC41D1C341A00E99CD9 /* libpcre.a */,
+				04399AC51D1C341A00E99CD9 /* libpcreposix.a */,
+				04399AC61D1C341A00E99CD9 /* libpj.a */,
+				04399AC71D1C341A00E99CD9 /* libpjlib-util.a */,
+				04399AC81D1C341A00E99CD9 /* libpjmedia-audiodev.a */,
+				04399AC91D1C341A00E99CD9 /* libpjmedia-codec.a */,
+				04399ACA1D1C341A00E99CD9 /* libpjmedia-videodev.a */,
+				04399ACB1D1C341A00E99CD9 /* libpjmedia.a */,
+				04399ACC1D1C341A00E99CD9 /* libpjnath.a */,
+				04399ACD1D1C341A00E99CD9 /* libpjsip-simple.a */,
+				04399ACE1D1C341A00E99CD9 /* libpjsip-ua.a */,
+				04399ACF1D1C341A00E99CD9 /* libpjsip.a */,
+				04399AD01D1C341A00E99CD9 /* libpjsua.a */,
+				04399AD11D1C341A00E99CD9 /* libpjsua2.a */,
+				04399AD21D1C341A00E99CD9 /* libpostproc.a */,
+				04399AD31D1C341A00E99CD9 /* libresample.a */,
+				04399AD41D1C341A00E99CD9 /* libring.a */,
+				04399AD51D1C341A00E99CD9 /* libsamplerate.a */,
+				04399AD61D1C341A00E99CD9 /* libsndfile.a */,
+				04399AD71D1C341A00E99CD9 /* libspeex.a */,
+				04399AD81D1C341A00E99CD9 /* libspeexdsp.a */,
+				04399AD91D1C341A00E99CD9 /* libsrtp.a */,
+				04399ADA1D1C341A00E99CD9 /* libswresample.a */,
+				04399ADB1D1C341A00E99CD9 /* libswscale.a */,
+				04399ADC1D1C341A00E99CD9 /* libthreadutil.a */,
+				04399ADD1D1C341A00E99CD9 /* libupnp.a */,
+				04399ADE1D1C341A00E99CD9 /* libvorbis.a */,
+				04399ADF1D1C341A00E99CD9 /* libvorbisenc.a */,
+				04399AE01D1C341A00E99CD9 /* libvorbisfile.a */,
+				04399AE11D1C341A00E99CD9 /* libvpx.a */,
+				04399AE21D1C341A00E99CD9 /* libx264.a */,
+				04399AE31D1C341A00E99CD9 /* libyaml-cpp.a */,
+			);
+			name = RING_DEPS;
+			sourceTree = "<group>";
+		};
+		04399A991D1C2F6400E99CD9 /* SYS_DEPS */ = {
+			isa = PBXGroup;
+			children = (
+				043866201D218B1100E06CE2 /* AudioToolbox.framework */,
+				04399A2B1D1C2DE900E99CD9 /* AVFoundation.framework */,
+				04399A291D1C2DE300E99CD9 /* CoreMedia.framework */,
+				04399A951D1C2F6100E99CD9 /* libbz2.tbd */,
+				04399A931D1C2F5800E99CD9 /* libiconv.tbd */,
+				04399A961D1C2F6100E99CD9 /* libz.tbd */,
+			);
+			name = SYS_DEPS;
+			sourceTree = "<group>";
+		};
+		04399AAF1D1C305600E99CD9 /* DRingAdaptator */ = {
+			isa = PBXGroup;
+			children = (
+				04399AA91D1C304300E99CD9 /* Ring-Bridging-Header.h */,
+				04399AA51D1C304300E99CD9 /* ConfigurationManagerAdaptator.h */,
+				04399AA61D1C304300E99CD9 /* ConfigurationManagerAdaptator.mm */,
+				04399AA71D1C304300E99CD9 /* DRingAdaptator.h */,
+				04399AA81D1C304300E99CD9 /* DRingAdaptator.mm */,
+				04399AAA1D1C304300E99CD9 /* Utils.h */,
+				04399AAB1D1C304300E99CD9 /* Utils.mm */,
+			);
+			name = DRingAdaptator;
+			sourceTree = "<group>";
+		};
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+		043999F21D1C2D9D00E99CD9 /* Ring */ = {
+			isa = PBXNativeTarget;
+			buildConfigurationList = 04399A201D1C2D9D00E99CD9 /* Build configuration list for PBXNativeTarget "Ring" */;
+			buildPhases = (
+				043999EF1D1C2D9D00E99CD9 /* Sources */,
+				043999F01D1C2D9D00E99CD9 /* Frameworks */,
+				043999F11D1C2D9D00E99CD9 /* Resources */,
+			);
+			buildRules = (
+			);
+			dependencies = (
+			);
+			name = Ring;
+			productName = Ring;
+			productReference = 043999F31D1C2D9D00E99CD9 /* Ring.app */;
+			productType = "com.apple.product-type.application";
+		};
+		04399A0B1D1C2D9D00E99CD9 /* RingTests */ = {
+			isa = PBXNativeTarget;
+			buildConfigurationList = 04399A231D1C2D9D00E99CD9 /* Build configuration list for PBXNativeTarget "RingTests" */;
+			buildPhases = (
+				04399A081D1C2D9D00E99CD9 /* Sources */,
+				04399A091D1C2D9D00E99CD9 /* Frameworks */,
+				04399A0A1D1C2D9D00E99CD9 /* Resources */,
+			);
+			buildRules = (
+			);
+			dependencies = (
+				04399A0E1D1C2D9D00E99CD9 /* PBXTargetDependency */,
+			);
+			name = RingTests;
+			productName = RingTests;
+			productReference = 04399A0C1D1C2D9D00E99CD9 /* RingTests.xctest */;
+			productType = "com.apple.product-type.bundle.unit-test";
+		};
+		04399A161D1C2D9D00E99CD9 /* RingUITests */ = {
+			isa = PBXNativeTarget;
+			buildConfigurationList = 04399A261D1C2D9D00E99CD9 /* Build configuration list for PBXNativeTarget "RingUITests" */;
+			buildPhases = (
+				04399A131D1C2D9D00E99CD9 /* Sources */,
+				04399A141D1C2D9D00E99CD9 /* Frameworks */,
+				04399A151D1C2D9D00E99CD9 /* Resources */,
+			);
+			buildRules = (
+			);
+			dependencies = (
+				04399A191D1C2D9D00E99CD9 /* PBXTargetDependency */,
+			);
+			name = RingUITests;
+			productName = RingUITests;
+			productReference = 04399A171D1C2D9D00E99CD9 /* RingUITests.xctest */;
+			productType = "com.apple.product-type.bundle.ui-testing";
+		};
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+		043999EB1D1C2D9D00E99CD9 /* Project object */ = {
+			isa = PBXProject;
+			attributes = {
+				LastSwiftUpdateCheck = 0730;
+				LastUpgradeCheck = 0730;
+				ORGANIZATIONNAME = "Savoir-faire Linux";
+				TargetAttributes = {
+					043999F21D1C2D9D00E99CD9 = {
+						CreatedOnToolsVersion = 7.3.1;
+						DevelopmentTeam = 73LS4VP8J7;
+					};
+					04399A0B1D1C2D9D00E99CD9 = {
+						CreatedOnToolsVersion = 7.3.1;
+						TestTargetID = 043999F21D1C2D9D00E99CD9;
+					};
+					04399A161D1C2D9D00E99CD9 = {
+						CreatedOnToolsVersion = 7.3.1;
+						TestTargetID = 043999F21D1C2D9D00E99CD9;
+					};
+				};
+			};
+			buildConfigurationList = 043999EE1D1C2D9D00E99CD9 /* Build configuration list for PBXProject "Ring" */;
+			compatibilityVersion = "Xcode 3.2";
+			developmentRegion = English;
+			hasScannedForEncodings = 0;
+			knownRegions = (
+				en,
+				Base,
+			);
+			mainGroup = 043999EA1D1C2D9D00E99CD9;
+			productRefGroup = 043999F41D1C2D9D00E99CD9 /* Products */;
+			projectDirPath = "";
+			projectRoot = "";
+			targets = (
+				043999F21D1C2D9D00E99CD9 /* Ring */,
+				04399A0B1D1C2D9D00E99CD9 /* RingTests */,
+				04399A161D1C2D9D00E99CD9 /* RingUITests */,
+			);
+		};
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+		043999F11D1C2D9D00E99CD9 /* Resources */ = {
+			isa = PBXResourcesBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+				04399A061D1C2D9D00E99CD9 /* LaunchScreen.storyboard in Resources */,
+				04399A031D1C2D9D00E99CD9 /* Assets.xcassets in Resources */,
+				04399A011D1C2D9D00E99CD9 /* Main.storyboard in Resources */,
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+		04399A0A1D1C2D9D00E99CD9 /* Resources */ = {
+			isa = PBXResourcesBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+		04399A151D1C2D9D00E99CD9 /* Resources */ = {
+			isa = PBXResourcesBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+		043999EF1D1C2D9D00E99CD9 /* Sources */ = {
+			isa = PBXSourcesBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+				04399AAC1D1C304300E99CD9 /* ConfigurationManagerAdaptator.mm in Sources */,
+				043999F71D1C2D9D00E99CD9 /* AppDelegate.swift in Sources */,
+				043866381D2304A700E06CE2 /* BoolStringExtension.swift in Sources */,
+				043866331D22CE8C00E06CE2 /* MeViewController.swift in Sources */,
+				043866261D22C42F00E06CE2 /* AccountModel.swift in Sources */,
+				04399AAE1D1C304300E99CD9 /* Utils.mm in Sources */,
+				043999FA1D1C2D9D00E99CD9 /* Ring.xcdatamodeld in Sources */,
+				0438663B1D2313B700E06CE2 /* AccountDetailsViewController.swift in Sources */,
+				043866361D22D06500E06CE2 /* AccountTableViewCell.swift in Sources */,
+				04399AAD1D1C304300E99CD9 /* DRingAdaptator.mm in Sources */,
+				043866241D22C3BC00E06CE2 /* Account.swift in Sources */,
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+		04399A081D1C2D9D00E99CD9 /* Sources */ = {
+			isa = PBXSourcesBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+				04399A111D1C2D9D00E99CD9 /* RingTests.swift in Sources */,
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+		04399A131D1C2D9D00E99CD9 /* Sources */ = {
+			isa = PBXSourcesBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+				04399A1C1D1C2D9D00E99CD9 /* RingUITests.swift in Sources */,
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXTargetDependency section */
+		04399A0E1D1C2D9D00E99CD9 /* PBXTargetDependency */ = {
+			isa = PBXTargetDependency;
+			target = 043999F21D1C2D9D00E99CD9 /* Ring */;
+			targetProxy = 04399A0D1D1C2D9D00E99CD9 /* PBXContainerItemProxy */;
+		};
+		04399A191D1C2D9D00E99CD9 /* PBXTargetDependency */ = {
+			isa = PBXTargetDependency;
+			target = 043999F21D1C2D9D00E99CD9 /* Ring */;
+			targetProxy = 04399A181D1C2D9D00E99CD9 /* PBXContainerItemProxy */;
+		};
+/* End PBXTargetDependency section */
+
+/* Begin PBXVariantGroup section */
+		043999FF1D1C2D9D00E99CD9 /* Main.storyboard */ = {
+			isa = PBXVariantGroup;
+			children = (
+				04399A001D1C2D9D00E99CD9 /* Base */,
+			);
+			name = Main.storyboard;
+			sourceTree = "<group>";
+		};
+		04399A041D1C2D9D00E99CD9 /* LaunchScreen.storyboard */ = {
+			isa = PBXVariantGroup;
+			children = (
+				04399A051D1C2D9D00E99CD9 /* Base */,
+			);
+			name = LaunchScreen.storyboard;
+			sourceTree = "<group>";
+		};
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+		04399A1E1D1C2D9D00E99CD9 /* Debug */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ALWAYS_SEARCH_USER_PATHS = NO;
+				CLANG_ANALYZER_NONNULL = YES;
+				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+				CLANG_CXX_LIBRARY = "libc++";
+				CLANG_ENABLE_MODULES = YES;
+				CLANG_ENABLE_OBJC_ARC = YES;
+				CLANG_WARN_BOOL_CONVERSION = YES;
+				CLANG_WARN_CONSTANT_CONVERSION = YES;
+				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+				CLANG_WARN_EMPTY_BODY = YES;
+				CLANG_WARN_ENUM_CONVERSION = YES;
+				CLANG_WARN_INT_CONVERSION = YES;
+				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+				CLANG_WARN_UNREACHABLE_CODE = YES;
+				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+				COPY_PHASE_STRIP = NO;
+				DEBUG_INFORMATION_FORMAT = dwarf;
+				ENABLE_STRICT_OBJC_MSGSEND = YES;
+				ENABLE_TESTABILITY = YES;
+				GCC_C_LANGUAGE_STANDARD = gnu99;
+				GCC_DYNAMIC_NO_PIC = NO;
+				GCC_NO_COMMON_BLOCKS = YES;
+				GCC_OPTIMIZATION_LEVEL = 0;
+				GCC_PREPROCESSOR_DEFINITIONS = (
+					"DEBUG=1",
+					"$(inherited)",
+				);
+				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+				GCC_WARN_UNDECLARED_SELECTOR = YES;
+				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+				GCC_WARN_UNUSED_FUNCTION = YES;
+				GCC_WARN_UNUSED_VARIABLE = YES;
+				IPHONEOS_DEPLOYMENT_TARGET = 9.3;
+				MTL_ENABLE_DEBUG_INFO = YES;
+				ONLY_ACTIVE_ARCH = YES;
+				SDKROOT = iphoneos;
+				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
+				TARGETED_DEVICE_FAMILY = "1,2";
+			};
+			name = Debug;
+		};
+		04399A1F1D1C2D9D00E99CD9 /* Release */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ALWAYS_SEARCH_USER_PATHS = NO;
+				CLANG_ANALYZER_NONNULL = YES;
+				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+				CLANG_CXX_LIBRARY = "libc++";
+				CLANG_ENABLE_MODULES = YES;
+				CLANG_ENABLE_OBJC_ARC = YES;
+				CLANG_WARN_BOOL_CONVERSION = YES;
+				CLANG_WARN_CONSTANT_CONVERSION = YES;
+				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+				CLANG_WARN_EMPTY_BODY = YES;
+				CLANG_WARN_ENUM_CONVERSION = YES;
+				CLANG_WARN_INT_CONVERSION = YES;
+				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+				CLANG_WARN_UNREACHABLE_CODE = YES;
+				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+				COPY_PHASE_STRIP = NO;
+				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+				ENABLE_NS_ASSERTIONS = NO;
+				ENABLE_STRICT_OBJC_MSGSEND = YES;
+				GCC_C_LANGUAGE_STANDARD = gnu99;
+				GCC_NO_COMMON_BLOCKS = YES;
+				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+				GCC_WARN_UNDECLARED_SELECTOR = YES;
+				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+				GCC_WARN_UNUSED_FUNCTION = YES;
+				GCC_WARN_UNUSED_VARIABLE = YES;
+				IPHONEOS_DEPLOYMENT_TARGET = 9.3;
+				MTL_ENABLE_DEBUG_INFO = NO;
+				SDKROOT = iphoneos;
+				TARGETED_DEVICE_FAMILY = "1,2";
+				VALIDATE_PRODUCT = YES;
+			};
+			name = Release;
+		};
+		04399A211D1C2D9D00E99CD9 /* Debug */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+				CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
+				CLANG_ENABLE_MODULES = YES;
+				CODE_SIGN_IDENTITY = "iPhone Developer";
+				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+				HEADER_SEARCH_PATHS = "$(SRCROOT)/../fat/include";
+				INFOPLIST_FILE = Ring/Info.plist;
+				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
+				LIBRARY_SEARCH_PATHS = "$(SRCROOT)/../fat/lib";
+				PRODUCT_BUNDLE_IDENTIFIER = cx.ring.Ring;
+				PRODUCT_NAME = "$(TARGET_NAME)";
+				PROVISIONING_PROFILE = "";
+				SWIFT_OBJC_BRIDGING_HEADER = "Ring/Ring-Bridging-Header.h";
+				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
+			};
+			name = Debug;
+		};
+		04399A221D1C2D9D00E99CD9 /* Release */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+				CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
+				CLANG_ENABLE_MODULES = YES;
+				CODE_SIGN_IDENTITY = "iPhone Developer";
+				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+				HEADER_SEARCH_PATHS = "$(SRCROOT)/../fat/include";
+				INFOPLIST_FILE = Ring/Info.plist;
+				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
+				LIBRARY_SEARCH_PATHS = "$(SRCROOT)/../fat/lib";
+				PRODUCT_BUNDLE_IDENTIFIER = cx.ring.Ring;
+				PRODUCT_NAME = "$(TARGET_NAME)";
+				PROVISIONING_PROFILE = "";
+				SWIFT_OBJC_BRIDGING_HEADER = "Ring/Ring-Bridging-Header.h";
+			};
+			name = Release;
+		};
+		04399A241D1C2D9D00E99CD9 /* Debug */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				BUNDLE_LOADER = "$(TEST_HOST)";
+				INFOPLIST_FILE = RingTests/Info.plist;
+				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
+				PRODUCT_BUNDLE_IDENTIFIER = cx.ring.RingTests;
+				PRODUCT_NAME = "$(TARGET_NAME)";
+				TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Ring.app/Ring";
+			};
+			name = Debug;
+		};
+		04399A251D1C2D9D00E99CD9 /* Release */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				BUNDLE_LOADER = "$(TEST_HOST)";
+				INFOPLIST_FILE = RingTests/Info.plist;
+				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
+				PRODUCT_BUNDLE_IDENTIFIER = cx.ring.RingTests;
+				PRODUCT_NAME = "$(TARGET_NAME)";
+				TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Ring.app/Ring";
+			};
+			name = Release;
+		};
+		04399A271D1C2D9D00E99CD9 /* Debug */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				INFOPLIST_FILE = RingUITests/Info.plist;
+				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
+				PRODUCT_BUNDLE_IDENTIFIER = cx.ring.RingUITests;
+				PRODUCT_NAME = "$(TARGET_NAME)";
+				TEST_TARGET_NAME = Ring;
+			};
+			name = Debug;
+		};
+		04399A281D1C2D9D00E99CD9 /* Release */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				INFOPLIST_FILE = RingUITests/Info.plist;
+				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
+				PRODUCT_BUNDLE_IDENTIFIER = cx.ring.RingUITests;
+				PRODUCT_NAME = "$(TARGET_NAME)";
+				TEST_TARGET_NAME = Ring;
+			};
+			name = Release;
+		};
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+		043999EE1D1C2D9D00E99CD9 /* Build configuration list for PBXProject "Ring" */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				04399A1E1D1C2D9D00E99CD9 /* Debug */,
+				04399A1F1D1C2D9D00E99CD9 /* Release */,
+			);
+			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
+		};
+		04399A201D1C2D9D00E99CD9 /* Build configuration list for PBXNativeTarget "Ring" */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				04399A211D1C2D9D00E99CD9 /* Debug */,
+				04399A221D1C2D9D00E99CD9 /* Release */,
+			);
+			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
+		};
+		04399A231D1C2D9D00E99CD9 /* Build configuration list for PBXNativeTarget "RingTests" */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				04399A241D1C2D9D00E99CD9 /* Debug */,
+				04399A251D1C2D9D00E99CD9 /* Release */,
+			);
+			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
+		};
+		04399A261D1C2D9D00E99CD9 /* Build configuration list for PBXNativeTarget "RingUITests" */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				04399A271D1C2D9D00E99CD9 /* Debug */,
+				04399A281D1C2D9D00E99CD9 /* Release */,
+			);
+			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
+		};
+/* End XCConfigurationList section */
+
+/* Begin XCVersionGroup section */
+		043999F81D1C2D9D00E99CD9 /* Ring.xcdatamodeld */ = {
+			isa = XCVersionGroup;
+			children = (
+				043999F91D1C2D9D00E99CD9 /* Ring.xcdatamodel */,
+			);
+			currentVersion = 043999F91D1C2D9D00E99CD9 /* Ring.xcdatamodel */;
+			path = Ring.xcdatamodeld;
+			sourceTree = "<group>";
+			versionGroupType = wrapper.xcdatamodel;
+		};
+/* End XCVersionGroup section */
+	};
+	rootObject = 043999EB1D1C2D9D00E99CD9 /* Project object */;
+}
diff --git a/Ring/Ring.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Ring/Ring.xcodeproj/project.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000..49533d0
--- /dev/null
+++ b/Ring/Ring.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Workspace
+   version = "1.0">
+   <FileRef
+      location = "self:Ring.xcodeproj">
+   </FileRef>
+</Workspace>
diff --git a/Ring/Ring/Account.swift b/Ring/Ring/Account.swift
new file mode 100644
index 0000000..9c0c8f7
--- /dev/null
+++ b/Ring/Ring/Account.swift
@@ -0,0 +1,162 @@
+/*
+ *  Copyright (C) 2016 Savoir-faire Linux Inc.
+ *
+ *  Author: Edric Ladent-Milaret <edric.ladent-milaret@savoirfairelinux.com>
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 3 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
+ */
+
+import Foundation
+
+enum AccountType: String {
+    case SIP = "SIP"
+    case RING = "RING"
+}
+
+struct Account {
+    
+    //MARK: - Properties
+    let id: String
+    
+    //FIXME: This should be private
+    var details: Dictionary<String, String>
+    
+    var alias: String? {
+        get {
+            return details["Account.alias"]
+        }
+        set {
+            details["Account.alias"] = newValue
+        }
+    }
+    
+    var videoEnabled: Bool {
+        get {
+            return (details["Account.videoEnabled"]?.toBool())!
+        }
+        set {
+            details["Account.videoEnabled"] = newValue.toString()
+        }
+    }
+    var username: String? {
+        get {
+            return details["Account.username"]
+        }
+        set {
+            details["Account.username"] = newValue
+        }
+    }
+
+    var autoAnswer: Bool {
+        get {
+            return (details["Account.autoAnswer"]?.toBool())!
+        }
+        set {
+            details["Account.autoAnswer"] = newValue.toString()
+        }
+    }
+
+    var turnEnabled: Bool {
+        get {
+            return (details["TURN.enable"]?.toBool())!
+        }
+        set {
+            details["TURN.enable"] = newValue.toString()
+        }
+    }
+
+    var turnUsername: String? {
+        get {
+            return details["TURN.username"]
+        }
+        set {
+            details["TURN.username"] = newValue
+        }
+    }
+
+    var turnServer: String? {
+        get {
+            return details["TURN.server"]
+        }
+        set {
+            details["TURN.server"] = newValue
+        }
+    }
+
+    var turnPassword: String? {
+        get {
+            return details["TURN.password"]
+        }
+        set {
+            details["TURN.password"] = newValue
+        }
+    }
+
+    var isEnabled: Bool {
+        get {
+            return (details["Account.enable"]?.toBool())!
+        }
+        set {
+            details["Account.enable"] = newValue.toString()
+            ConfigurationManagerAdaptator.sharedManager().setAccountActive(self.id, newValue)
+        }
+    }
+
+    var upnpEnabled: Bool {
+        get {
+            return (details["Account.upnpEnabled"]?.toBool())!
+        }
+        set {
+            details["Account.upnpEnabled"] = newValue.toString()
+        }
+    }
+
+    var accountHostname: String? {
+        get {
+            return details["Account.hostname"]
+        }
+        set {
+            details["Account.hostname"] = newValue
+        }
+    }
+
+    var accountType: AccountType {
+        get {
+            return AccountType(rawValue: details["Account.type"]!)!
+        }
+        set {
+            details["Account.type"] = newValue.rawValue
+        }
+    }
+
+    var displayName: String? {
+        get {
+            return details["Account.displayName"]
+        }
+        set {
+            details["Account.displayName"] = newValue
+        }
+    }
+    
+    //MARK: - Init
+    init(accID: String) {
+        id = accID
+        details = ConfigurationManagerAdaptator.sharedManager().getAccountDetails(id) as! Dictionary<String, String>
+    }
+    
+    func save() {
+        ConfigurationManagerAdaptator.sharedManager().setAccountDetails(id, details)
+    }
+}
\ No newline at end of file
diff --git a/Ring/Ring/AccountDetailsViewController.swift b/Ring/Ring/AccountDetailsViewController.swift
new file mode 100644
index 0000000..ed40551
--- /dev/null
+++ b/Ring/Ring/AccountDetailsViewController.swift
@@ -0,0 +1,43 @@
+/*
+ *  Copyright (C) 2016 Savoir-faire Linux Inc.
+ *
+ *  Author: Edric Ladent-Milaret <edric.ladent-milaret@savoirfairelinux.com>
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 3 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
+ */
+
+import UIKit
+
+class AccountDetailsViewController: UIViewController {
+
+    //MARK: - Properties
+    var account: Account!
+    
+    @IBOutlet weak var detailsLabel: UILabel!
+    
+    
+    //MARK: - UIViewController
+    override func viewDidLoad() {
+        super.viewDidLoad()
+        
+        //FIXME: This is just a placeholder
+        detailsLabel.text = account.details.description
+    }
+
+    override func didReceiveMemoryWarning() {
+        super.didReceiveMemoryWarning()
+    }
+
+}
diff --git a/Ring/Ring/AccountModel.swift b/Ring/Ring/AccountModel.swift
new file mode 100644
index 0000000..58ee416
--- /dev/null
+++ b/Ring/Ring/AccountModel.swift
@@ -0,0 +1,62 @@
+/*
+ *  Copyright (C) 2016 Savoir-faire Linux Inc.
+ *
+ *  Author: Edric Ladent-Milaret <edric.ladent-milaret@savoirfairelinux.com>
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 3 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
+ */
+
+import Foundation
+
+class AccountModel {
+
+    //MARK: - Properties
+    let confAdapt = ConfigurationManagerAdaptator.sharedManager()
+    var accountList: Array<Account> = []
+    
+    //MARK: - Singleton
+    static let sharedInstance = AccountModel()
+    
+    private init() {
+        NSNotificationCenter.defaultCenter().addObserverForName("AccountsChanged", object: nil, queue: nil, usingBlock: {_ in
+            self.reload()
+        })
+    }
+
+    //MARK: - Methods
+    func reload() {
+        accountList.removeAll()
+        for acc in confAdapt.getAccountList() {
+            let accID = acc as! String
+            accountList.append(Account(accID: accID))
+        }
+    }
+    
+    func addAccount() {
+        
+        //TODO: This need work for all account type
+        let details = confAdapt.getAccountTemplate("RING")
+        details.setValue("iOS", forKey: "Account.alias")
+        details.setValue("iOS", forKey: "Account.displayName")
+        confAdapt.addAccount(details! as [NSObject : AnyObject])
+    }
+    
+    func removeAccount(row: Int) {
+        if row < accountList.count {
+            confAdapt.removeAccount(accountList[row].id)
+        }
+    }
+    
+}
\ No newline at end of file
diff --git a/Ring/Ring/AccountTableViewCell.swift b/Ring/Ring/AccountTableViewCell.swift
new file mode 100644
index 0000000..5f21225
--- /dev/null
+++ b/Ring/Ring/AccountTableViewCell.swift
@@ -0,0 +1,45 @@
+/*
+ *  Copyright (C) 2016 Savoir-faire Linux Inc.
+ *
+ *  Author: Edric Ladent-Milaret <edric.ladent-milaret@savoirfairelinux.com>
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 3 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
+ */
+
+import UIKit
+
+class AccountTableViewCell: UITableViewCell {
+
+    //MARK: - Properties
+    @IBOutlet weak var activeSwitch: UISwitch!
+    @IBOutlet weak var accountNameLabel: UILabel!
+    @IBOutlet weak var accountTypeLabel: UILabel!
+    
+    var account: Account!
+    
+    //MARK: - UITableViewCell
+    override func awakeFromNib() {
+        super.awakeFromNib()
+    }
+
+    override func setSelected(selected: Bool, animated: Bool) {
+        super.setSelected(selected, animated: animated)
+    }
+    
+    //MARK: - Actions
+    @IBAction func switchAccountState(sender: UISwitch) {
+        account.isEnabled = sender.on
+    }
+}
diff --git a/Ring/Ring/AppDelegate.swift b/Ring/Ring/AppDelegate.swift
new file mode 100644
index 0000000..6c92d42
--- /dev/null
+++ b/Ring/Ring/AppDelegate.swift
@@ -0,0 +1,131 @@
+/*
+ *  Copyright (C) 2016 Savoir-faire Linux Inc.
+ *
+ *  Author: Edric Ladent-Milaret <edric.ladent-milaret@savoirfairelinux.com>
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 3 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
+ */
+
+import UIKit
+import CoreData
+
+@UIApplicationMain
+class AppDelegate: UIResponder, UIApplicationDelegate {
+
+    var window: UIWindow?
+    let dRingAdapt = DRingAdaptator()
+
+    func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
+        if (dRingAdapt.initDaemon() == true) {
+            if (dRingAdapt.startDaemon() == true) {
+                NSTimer.scheduledTimerWithTimeInterval(0.05, target: self, selector: #selector(AppDelegate.pollFunction), userInfo: nil, repeats: true)
+                AccountModel.sharedInstance.reload()
+            }
+        }
+        return true
+    }
+    
+    func pollFunction() {
+        self.dRingAdapt.pollEvents()
+    }
+
+    func applicationWillResignActive(application: UIApplication) {
+        // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
+        // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
+    }
+
+    func applicationDidEnterBackground(application: UIApplication) {
+        // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
+        // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
+    }
+
+    func applicationWillEnterForeground(application: UIApplication) {
+        // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
+    }
+
+    func applicationDidBecomeActive(application: UIApplication) {
+        // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
+    }
+
+    func applicationWillTerminate(application: UIApplication) {
+        self.saveContext()
+        self.dRingAdapt.fini()
+    }
+
+    // MARK: - Core Data stack
+
+    lazy var applicationDocumentsDirectory: NSURL = {
+        // The directory the application uses to store the Core Data store file. This code uses a directory named "cx.ring.Ring" in the application's documents Application Support directory.
+        let urls = NSFileManager.defaultManager().URLsForDirectory(.DocumentDirectory, inDomains: .UserDomainMask)
+        return urls[urls.count-1]
+    }()
+
+    lazy var managedObjectModel: NSManagedObjectModel = {
+        // The managed object model for the application. This property is not optional. It is a fatal error for the application not to be able to find and load its model.
+        let modelURL = NSBundle.mainBundle().URLForResource("Ring", withExtension: "momd")!
+        return NSManagedObjectModel(contentsOfURL: modelURL)!
+    }()
+
+    lazy var persistentStoreCoordinator: NSPersistentStoreCoordinator = {
+        // The persistent store coordinator for the application. This implementation creates and returns a coordinator, having added the store for the application to it. This property is optional since there are legitimate error conditions that could cause the creation of the store to fail.
+        // Create the coordinator and store
+        let coordinator = NSPersistentStoreCoordinator(managedObjectModel: self.managedObjectModel)
+        let url = self.applicationDocumentsDirectory.URLByAppendingPathComponent("SingleViewCoreData.sqlite")
+        var failureReason = "There was an error creating or loading the application's saved data."
+        do {
+            try coordinator.addPersistentStoreWithType(NSSQLiteStoreType, configuration: nil, URL: url, options: nil)
+        } catch {
+            // Report any error we got.
+            var dict = [String: AnyObject]()
+            dict[NSLocalizedDescriptionKey] = "Failed to initialize the application's saved data"
+            dict[NSLocalizedFailureReasonErrorKey] = failureReason
+
+            dict[NSUnderlyingErrorKey] = error as NSError
+            let wrappedError = NSError(domain: "YOUR_ERROR_DOMAIN", code: 9999, userInfo: dict)
+            // Replace this with code to handle the error appropriately.
+            // abort() causes the application to generate a crash log and terminate. You should not use this function in a shipping application, although it may be useful during development.
+            NSLog("Unresolved error \(wrappedError), \(wrappedError.userInfo)")
+            abort()
+        }
+        
+        return coordinator
+    }()
+
+    lazy var managedObjectContext: NSManagedObjectContext = {
+        // Returns the managed object context for the application (which is already bound to the persistent store coordinator for the application.) This property is optional since there are legitimate error conditions that could cause the creation of the context to fail.
+        let coordinator = self.persistentStoreCoordinator
+        var managedObjectContext = NSManagedObjectContext(concurrencyType: .MainQueueConcurrencyType)
+        managedObjectContext.persistentStoreCoordinator = coordinator
+        return managedObjectContext
+    }()
+
+    // MARK: - Core Data Saving support
+
+    func saveContext () {
+        if managedObjectContext.hasChanges {
+            do {
+                try managedObjectContext.save()
+            } catch {
+                // Replace this implementation with code to handle the error appropriately.
+                // abort() causes the application to generate a crash log and terminate. You should not use this function in a shipping application, although it may be useful during development.
+                let nserror = error as NSError
+                NSLog("Unresolved error \(nserror), \(nserror.userInfo)")
+                abort()
+            }
+        }
+    }
+
+}
+
diff --git a/Ring/Ring/Assets.xcassets/AppIcon.appiconset/Contents.json b/Ring/Ring/Assets.xcassets/AppIcon.appiconset/Contents.json
new file mode 100644
index 0000000..36d2c80
--- /dev/null
+++ b/Ring/Ring/Assets.xcassets/AppIcon.appiconset/Contents.json
@@ -0,0 +1,68 @@
+{
+  "images" : [
+    {
+      "idiom" : "iphone",
+      "size" : "29x29",
+      "scale" : "2x"
+    },
+    {
+      "idiom" : "iphone",
+      "size" : "29x29",
+      "scale" : "3x"
+    },
+    {
+      "idiom" : "iphone",
+      "size" : "40x40",
+      "scale" : "2x"
+    },
+    {
+      "idiom" : "iphone",
+      "size" : "40x40",
+      "scale" : "3x"
+    },
+    {
+      "idiom" : "iphone",
+      "size" : "60x60",
+      "scale" : "2x"
+    },
+    {
+      "idiom" : "iphone",
+      "size" : "60x60",
+      "scale" : "3x"
+    },
+    {
+      "idiom" : "ipad",
+      "size" : "29x29",
+      "scale" : "1x"
+    },
+    {
+      "idiom" : "ipad",
+      "size" : "29x29",
+      "scale" : "2x"
+    },
+    {
+      "idiom" : "ipad",
+      "size" : "40x40",
+      "scale" : "1x"
+    },
+    {
+      "idiom" : "ipad",
+      "size" : "40x40",
+      "scale" : "2x"
+    },
+    {
+      "idiom" : "ipad",
+      "size" : "76x76",
+      "scale" : "1x"
+    },
+    {
+      "idiom" : "ipad",
+      "size" : "76x76",
+      "scale" : "2x"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}
\ No newline at end of file
diff --git a/Ring/Ring/Base.lproj/LaunchScreen.storyboard b/Ring/Ring/Base.lproj/LaunchScreen.storyboard
new file mode 100644
index 0000000..5df8e70
--- /dev/null
+++ b/Ring/Ring/Base.lproj/LaunchScreen.storyboard
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10117" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" initialViewController="01J-lp-oVM">
+    <dependencies>
+        <deployment identifier="iOS"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
+    </dependencies>
+    <scenes>
+        <!--View Controller-->
+        <scene sceneID="EHf-IW-A2E">
+            <objects>
+                <viewController id="01J-lp-oVM" sceneMemberID="viewController">
+                    <layoutGuides>
+                        <viewControllerLayoutGuide type="top" id="Llm-lL-Icb"/>
+                        <viewControllerLayoutGuide type="bottom" id="xb3-aO-Qok"/>
+                    </layoutGuides>
+                    <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
+                        <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
+                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+                        <subviews>
+                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="RING" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vy5-r8-oQ3">
+                                <rect key="frame" x="274.5" y="286.5" width="51" height="26.5"/>
+                                <fontDescription key="fontDescription" type="system" pointSize="22"/>
+                                <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
+                                <nil key="highlightedColor"/>
+                            </label>
+                        </subviews>
+                        <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
+                        <constraints>
+                            <constraint firstItem="vy5-r8-oQ3" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="PE3-VY-U9r"/>
+                            <constraint firstItem="vy5-r8-oQ3" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="U34-24-7hY"/>
+                        </constraints>
+                    </view>
+                </viewController>
+                <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
+            </objects>
+            <point key="canvasLocation" x="53" y="375"/>
+        </scene>
+    </scenes>
+</document>
diff --git a/Ring/Ring/Base.lproj/Main.storyboard b/Ring/Ring/Base.lproj/Main.storyboard
new file mode 100644
index 0000000..8ec5d48
--- /dev/null
+++ b/Ring/Ring/Base.lproj/Main.storyboard
@@ -0,0 +1,262 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10117" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="qdG-Sd-QaE">
+    <dependencies>
+        <deployment identifier="iOS"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
+        <capability name="Constraints to layout margins" minToolsVersion="6.0"/>
+    </dependencies>
+    <scenes>
+        <!--Me-->
+        <scene sceneID="enX-SQ-9q5">
+            <objects>
+                <viewController title="Me" id="Adn-sB-m3h" customClass="MeViewController" customModule="Ring" customModuleProvider="target" sceneMemberID="viewController">
+                    <layoutGuides>
+                        <viewControllerLayoutGuide type="top" id="pI3-q9-zKr"/>
+                        <viewControllerLayoutGuide type="bottom" id="37a-rZ-qQK"/>
+                    </layoutGuides>
+                    <view key="view" contentMode="scaleToFill" id="5d9-Wo-lnI">
+                        <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
+                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+                        <subviews>
+                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="PERSON 
PLACEHOLDER" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vcL-Nj-NcH">
+                                <rect key="frame" x="20" y="102" width="180" height="64"/>
+                                <constraints>
+                                    <constraint firstAttribute="width" constant="180" id="CUM-z9-ubY"/>
+                                    <constraint firstAttribute="height" constant="64" id="qTZ-Qf-EMe"/>
+                                </constraints>
+                                <fontDescription key="fontDescription" type="system" pointSize="22"/>
+                                <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
+                                <nil key="highlightedColor"/>
+                            </label>
+                            <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="PYw-q1-MgO">
+                                <rect key="frame" x="245" y="181" width="110" height="110"/>
+                                <constraints>
+                                    <constraint firstAttribute="width" constant="110" id="JL8-2N-trX"/>
+                                    <constraint firstAttribute="height" constant="110" id="sfn-3N-dGV"/>
+                                </constraints>
+                            </imageView>
+                            <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="w6i-WA-dDu">
+                                <rect key="frame" x="0.0" y="333" width="600" height="218"/>
+                                <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
+                                <constraints>
+                                    <constraint firstAttribute="height" constant="218" id="1Nb-4o-17J"/>
+                                </constraints>
+                                <prototypes>
+                                    <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="accountTableCell" id="i1O-Yc-WGd" customClass="AccountTableViewCell" customModule="Ring" customModuleProvider="target">
+                                        <rect key="frame" x="0.0" y="28" width="600" height="44"/>
+                                        <autoresizingMask key="autoresizingMask"/>
+                                        <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="i1O-Yc-WGd" id="Bz1-A3-Z3f">
+                                            <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
+                                            <autoresizingMask key="autoresizingMask"/>
+                                            <subviews>
+                                                <switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="bm0-lC-K2F">
+                                                    <rect key="frame" x="8" y="6" width="51" height="31"/>
+                                                    <connections>
+                                                        <action selector="switchAccountState:" destination="i1O-Yc-WGd" eventType="valueChanged" id="ldw-sU-Bm1"/>
+                                                    </connections>
+                                                </switch>
+                                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="TYPE" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="aWK-hB-xaJ">
+                                                    <rect key="frame" x="510" y="11" width="42" height="21"/>
+                                                    <constraints>
+                                                        <constraint firstAttribute="width" constant="42" id="ow1-lO-Jjx"/>
+                                                    </constraints>
+                                                    <fontDescription key="fontDescription" type="system" pointSize="17"/>
+                                                    <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
+                                                    <nil key="highlightedColor"/>
+                                                </label>
+                                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="di5-bP-pFg" userLabel="Account Name Label">
+                                                    <rect key="frame" x="71" y="11" width="380" height="21"/>
+                                                    <fontDescription key="fontDescription" type="system" pointSize="17"/>
+                                                    <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
+                                                    <nil key="highlightedColor"/>
+                                                </label>
+                                            </subviews>
+                                            <constraints>
+                                                <constraint firstItem="aWK-hB-xaJ" firstAttribute="baseline" secondItem="di5-bP-pFg" secondAttribute="baseline" id="9dW-hI-rzm"/>
+                                                <constraint firstItem="aWK-hB-xaJ" firstAttribute="leading" secondItem="di5-bP-pFg" secondAttribute="trailing" constant="59" id="MRQ-i6-gY5"/>
+                                                <constraint firstItem="bm0-lC-K2F" firstAttribute="centerY" secondItem="Bz1-A3-Z3f" secondAttribute="centerY" id="PNk-Oe-B7N"/>
+                                                <constraint firstItem="bm0-lC-K2F" firstAttribute="leading" secondItem="Bz1-A3-Z3f" secondAttribute="leadingMargin" id="RRg-JS-FGF"/>
+                                                <constraint firstAttribute="trailingMargin" secondItem="aWK-hB-xaJ" secondAttribute="trailing" constant="40" id="te2-La-m4K"/>
+                                                <constraint firstItem="di5-bP-pFg" firstAttribute="leading" secondItem="bm0-lC-K2F" secondAttribute="trailing" constant="14" id="uw0-SR-JTt"/>
+                                                <constraint firstItem="bm0-lC-K2F" firstAttribute="centerY" secondItem="di5-bP-pFg" secondAttribute="centerY" id="vK9-0E-f3s"/>
+                                            </constraints>
+                                        </tableViewCellContentView>
+                                        <connections>
+                                            <outlet property="accountNameLabel" destination="di5-bP-pFg" id="Mcx-HF-rF2"/>
+                                            <outlet property="accountTypeLabel" destination="aWK-hB-xaJ" id="pca-qt-irG"/>
+                                            <outlet property="activeSwitch" destination="bm0-lC-K2F" id="khb-tT-oXy"/>
+                                            <segue destination="bXM-3w-ypq" kind="show" identifier="accountDetails" id="cPm-ET-ZGJ"/>
+                                        </connections>
+                                    </tableViewCell>
+                                    <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="addAccountTableCell" id="Ok2-8L-eMm">
+                                        <rect key="frame" x="0.0" y="72" width="600" height="44"/>
+                                        <autoresizingMask key="autoresizingMask"/>
+                                        <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Ok2-8L-eMm" id="m64-AI-t2h">
+                                            <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
+                                            <autoresizingMask key="autoresizingMask"/>
+                                            <subviews>
+                                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Add Account" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kZv-uf-BsD" userLabel="Account Name Label">
+                                                    <rect key="frame" x="72" y="11" width="99" height="21"/>
+                                                    <fontDescription key="fontDescription" type="system" pointSize="17"/>
+                                                    <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
+                                                    <nil key="highlightedColor"/>
+                                                </label>
+                                                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="contactAdd" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="aNy-Wu-wDj">
+                                                    <rect key="frame" x="23" y="11" width="22" height="22"/>
+                                                    <connections>
+                                                        <action selector="addAccountClicked:" destination="Adn-sB-m3h" eventType="touchUpInside" id="qSe-cZ-2Yl"/>
+                                                    </connections>
+                                                </button>
+                                            </subviews>
+                                            <constraints>
+                                                <constraint firstItem="kZv-uf-BsD" firstAttribute="top" secondItem="aNy-Wu-wDj" secondAttribute="top" id="IvY-99-bq2"/>
+                                                <constraint firstItem="aNy-Wu-wDj" firstAttribute="leading" secondItem="m64-AI-t2h" secondAttribute="leadingMargin" constant="15" id="nYT-zW-vmf"/>
+                                                <constraint firstItem="aNy-Wu-wDj" firstAttribute="centerY" secondItem="m64-AI-t2h" secondAttribute="centerY" id="nbd-rJ-QzV"/>
+                                                <constraint firstItem="kZv-uf-BsD" firstAttribute="leading" secondItem="aNy-Wu-wDj" secondAttribute="trailing" constant="27" id="neg-sx-5EB"/>
+                                            </constraints>
+                                        </tableViewCellContentView>
+                                    </tableViewCell>
+                                </prototypes>
+                                <connections>
+                                    <outlet property="dataSource" destination="Adn-sB-m3h" id="ffX-xl-OWf"/>
+                                    <outlet property="delegate" destination="Adn-sB-m3h" id="paE-u4-bF2"/>
+                                </connections>
+                            </tableView>
+                        </subviews>
+                        <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
+                        <constraints>
+                            <constraint firstItem="w6i-WA-dDu" firstAttribute="top" secondItem="PYw-q1-MgO" secondAttribute="bottom" constant="42" id="01d-Gb-x0d"/>
+                            <constraint firstAttribute="trailing" secondItem="w6i-WA-dDu" secondAttribute="trailing" id="EiT-gL-H1H"/>
+                            <constraint firstItem="w6i-WA-dDu" firstAttribute="leading" secondItem="5d9-Wo-lnI" secondAttribute="leading" id="JAh-ny-3hX"/>
+                            <constraint firstItem="37a-rZ-qQK" firstAttribute="top" secondItem="w6i-WA-dDu" secondAttribute="bottom" id="Kgu-hy-eYU"/>
+                            <constraint firstItem="w6i-WA-dDu" firstAttribute="centerX" secondItem="PYw-q1-MgO" secondAttribute="centerX" id="NhE-xV-NPT"/>
+                            <constraint firstItem="vcL-Nj-NcH" firstAttribute="leading" secondItem="5d9-Wo-lnI" secondAttribute="leadingMargin" id="k8C-mb-o4x"/>
+                            <constraint firstItem="vcL-Nj-NcH" firstAttribute="top" secondItem="pI3-q9-zKr" secondAttribute="bottom" constant="38" id="rrl-Pm-vva"/>
+                        </constraints>
+                    </view>
+                    <tabBarItem key="tabBarItem" title="Me" id="K9k-MS-meT"/>
+                    <navigationItem key="navigationItem" id="ncw-EB-hXe">
+                        <barButtonItem key="rightBarButtonItem" systemItem="edit" id="UKS-Qs-jTc"/>
+                    </navigationItem>
+                    <connections>
+                        <outlet property="accountTableView" destination="w6i-WA-dDu" id="XVl-nJ-raI"/>
+                        <outlet property="nameLabel" destination="vcL-Nj-NcH" id="Wv8-4W-bQR"/>
+                        <outlet property="qrImageView" destination="PYw-q1-MgO" id="CLv-aw-aI4"/>
+                    </connections>
+                </viewController>
+                <placeholder placeholderIdentifier="IBFirstResponder" id="e9Q-pi-QIS" userLabel="First Responder" sceneMemberID="firstResponder"/>
+            </objects>
+            <point key="canvasLocation" x="-180" y="-578"/>
+        </scene>
+        <!--Details-->
+        <scene sceneID="EYO-6b-v34">
+            <objects>
+                <viewController title="Details" id="bXM-3w-ypq" customClass="AccountDetailsViewController" customModule="Ring" customModuleProvider="target" sceneMemberID="viewController">
+                    <layoutGuides>
+                        <viewControllerLayoutGuide type="top" id="4Js-Hd-F7A"/>
+                        <viewControllerLayoutGuide type="bottom" id="1SM-kJ-lna"/>
+                    </layoutGuides>
+                    <view key="view" contentMode="scaleToFill" id="uEm-4u-10U">
+                        <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
+                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+                        <subviews>
+                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Details" textAlignment="natural" lineBreakMode="clip" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.25" translatesAutoresizingMaskIntoConstraints="NO" id="fEM-NK-AEk">
+                                <rect key="frame" x="20" y="84" width="560" height="16"/>
+                                <fontDescription key="fontDescription" type="system" pointSize="13"/>
+                                <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
+                                <nil key="highlightedColor"/>
+                            </label>
+                        </subviews>
+                        <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
+                        <constraints>
+                            <constraint firstItem="fEM-NK-AEk" firstAttribute="trailing" secondItem="uEm-4u-10U" secondAttribute="trailingMargin" id="DOV-pz-GeB"/>
+                            <constraint firstItem="fEM-NK-AEk" firstAttribute="leading" secondItem="uEm-4u-10U" secondAttribute="leadingMargin" id="L3x-kW-NoX"/>
+                            <constraint firstItem="fEM-NK-AEk" firstAttribute="top" secondItem="4Js-Hd-F7A" secondAttribute="bottom" constant="20" id="jFe-Ha-jzG"/>
+                        </constraints>
+                    </view>
+                    <navigationItem key="navigationItem" title="Details" id="Pno-a9-G1I"/>
+                    <connections>
+                        <outlet property="detailsLabel" destination="fEM-NK-AEk" id="nCN-kQ-UTS"/>
+                    </connections>
+                </viewController>
+                <placeholder placeholderIdentifier="IBFirstResponder" id="HG4-2x-M68" userLabel="First Responder" sceneMemberID="firstResponder"/>
+            </objects>
+            <point key="canvasLocation" x="492" y="-543"/>
+        </scene>
+        <!--Me-->
+        <scene sceneID="zvS-DX-8kB">
+            <objects>
+                <navigationController id="acv-jH-RCt" sceneMemberID="viewController">
+                    <tabBarItem key="tabBarItem" title="Me" id="jo3-1i-bFH"/>
+                    <navigationBar key="navigationBar" contentMode="scaleToFill" id="tAT-cg-hut">
+                        <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
+                        <autoresizingMask key="autoresizingMask"/>
+                    </navigationBar>
+                    <connections>
+                        <segue destination="Adn-sB-m3h" kind="relationship" relationship="rootViewController" id="yoa-Sb-o2W"/>
+                    </connections>
+                </navigationController>
+                <placeholder placeholderIdentifier="IBFirstResponder" id="5pC-Na-ca9" userLabel="First Responder" sceneMemberID="firstResponder"/>
+            </objects>
+            <point key="canvasLocation" x="-1104" y="-161"/>
+        </scene>
+        <!--Home-->
+        <scene sceneID="UuZ-iE-GB0">
+            <objects>
+                <viewController title="Home" id="NIj-Cd-aWO" sceneMemberID="viewController">
+                    <layoutGuides>
+                        <viewControllerLayoutGuide type="top" id="s1e-Lp-B2j"/>
+                        <viewControllerLayoutGuide type="bottom" id="aoH-Yk-Qrn"/>
+                    </layoutGuides>
+                    <view key="view" contentMode="scaleToFill" id="khr-49-0iv">
+                        <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
+                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+                        <subviews>
+                            <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="B6Y-MZ-L7L">
+                                <rect key="frame" x="0.0" y="64" width="600" height="536"/>
+                                <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
+                            </tableView>
+                            <navigationBar contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="RoS-DU-xAu">
+                                <rect key="frame" x="0.0" y="20" width="600" height="44"/>
+                                <items>
+                                    <navigationItem title="Title" id="y9b-TT-Tvh"/>
+                                </items>
+                            </navigationBar>
+                        </subviews>
+                        <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
+                        <constraints>
+                            <constraint firstAttribute="bottomMargin" secondItem="B6Y-MZ-L7L" secondAttribute="bottom" id="9LS-Eg-CQJ"/>
+                            <constraint firstItem="RoS-DU-xAu" firstAttribute="leading" secondItem="khr-49-0iv" secondAttribute="leadingMargin" constant="-20" id="EiR-wF-LnR"/>
+                            <constraint firstItem="RoS-DU-xAu" firstAttribute="top" secondItem="s1e-Lp-B2j" secondAttribute="bottom" id="MJ2-c9-uFX"/>
+                            <constraint firstAttribute="trailingMargin" secondItem="RoS-DU-xAu" secondAttribute="trailing" constant="-20" id="YoL-Tg-R7w"/>
+                            <constraint firstAttribute="trailingMargin" secondItem="B6Y-MZ-L7L" secondAttribute="trailing" constant="-20" id="dRH-q8-FlJ"/>
+                            <constraint firstItem="B6Y-MZ-L7L" firstAttribute="leading" secondItem="khr-49-0iv" secondAttribute="leadingMargin" constant="-20" id="wKh-S2-UyP"/>
+                            <constraint firstItem="B6Y-MZ-L7L" firstAttribute="top" secondItem="RoS-DU-xAu" secondAttribute="bottom" id="we3-Ap-eSi"/>
+                        </constraints>
+                    </view>
+                    <tabBarItem key="tabBarItem" title="Home" id="1QA-0Y-BFL"/>
+                </viewController>
+                <placeholder placeholderIdentifier="IBFirstResponder" id="rzQ-ll-5bo" userLabel="First Responder" sceneMemberID="firstResponder"/>
+            </objects>
+            <point key="canvasLocation" x="-180" y="-1238"/>
+        </scene>
+        <!--Ring-->
+        <scene sceneID="oqo-zJ-m0o">
+            <objects>
+                <tabBarController title="Ring" id="qdG-Sd-QaE" sceneMemberID="viewController">
+                    <tabBar key="tabBar" contentMode="scaleToFill" id="zN5-xb-CQh">
+                        <rect key="frame" x="0.0" y="0.0" width="320" height="49"/>
+                        <autoresizingMask key="autoresizingMask"/>
+                        <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
+                    </tabBar>
+                    <connections>
+                        <segue destination="NIj-Cd-aWO" kind="relationship" relationship="viewControllers" id="yGh-h9-MeW"/>
+                        <segue destination="acv-jH-RCt" kind="relationship" relationship="viewControllers" id="0f1-MJ-FH1"/>
+                    </connections>
+                </tabBarController>
+                <placeholder placeholderIdentifier="IBFirstResponder" id="JF8-3k-Wf9" userLabel="First Responder" sceneMemberID="firstResponder"/>
+            </objects>
+            <point key="canvasLocation" x="-1104" y="-914"/>
+        </scene>
+    </scenes>
+</document>
diff --git a/Ring/Ring/BoolStringExtension.swift b/Ring/Ring/BoolStringExtension.swift
new file mode 100644
index 0000000..90b3f4e
--- /dev/null
+++ b/Ring/Ring/BoolStringExtension.swift
@@ -0,0 +1,43 @@
+/*
+ *  Copyright (C) 2016 Savoir-faire Linux Inc.
+ *
+ *  Author: Edric Ladent-Milaret <edric.ladent-milaret@savoirfairelinux.com>
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 3 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
+ */
+
+import Foundation
+
+extension String {
+    func toBool() -> Bool? {
+        switch self {
+        case "True", "true", "yes", "1":
+            return true
+        case "False", "false", "no", "0":
+            return false
+        default:
+            return nil
+        }
+    }
+}
+
+extension Bool {
+    func toString() -> String {
+        if self == true {
+            return "true"
+        }
+        return "false"
+    }
+}
\ No newline at end of file
diff --git a/Ring/Ring/ConfigurationManagerAdaptator.h b/Ring/Ring/ConfigurationManagerAdaptator.h
new file mode 100644
index 0000000..ee4809b
--- /dev/null
+++ b/Ring/Ring/ConfigurationManagerAdaptator.h
@@ -0,0 +1,39 @@
+/*
+ *  Copyright (C) 2016 Savoir-faire Linux Inc.
+ *
+ *  Author: Edric Ladent-Milaret <edric.ladent-milaret@savoirfairelinux.com>
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 3 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
+ */
+
+#import <Foundation/Foundation.h>
+
+@interface ConfigurationManagerAdaptator : NSObject
+
++ (id)sharedManager;
+
+- (void) registerConfigurationHandler;
+
+- (NSArray*) getAccountList;
+- (NSMutableDictionary*) getAccountTemplate: (NSString*) accountType;
+- (NSString*) addAccount: (NSDictionary*) details;
+- (void) removeAccount: (NSString*) accountID;
+- (void) setAccountActive: (NSString*) accountID : (bool) active;
+- (uint64_t) sendAccountTextMessage: (NSString*) accountID : (NSString*) to : (NSDictionary*) payloads;
+- (NSDictionary*) getAccountDetails: (NSString*) accountID;
+- (NSDictionary*) getVolatileAccountDetails: (NSString*) accountID;
+- (void) setAccountDetails: (NSString*) accountID :  (NSDictionary*) details;
+- (int) getMessageStatus: (uint64_t) msgID;
+@end
diff --git a/Ring/Ring/ConfigurationManagerAdaptator.mm b/Ring/Ring/ConfigurationManagerAdaptator.mm
new file mode 100644
index 0000000..3936243
--- /dev/null
+++ b/Ring/Ring/ConfigurationManagerAdaptator.mm
@@ -0,0 +1,132 @@
+/*
+ *  Copyright (C) 2016 Savoir-faire Linux Inc.
+ *
+ *  Author: Edric Ladent-Milaret <edric.ladent-milaret@savoirfairelinux.com>
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 3 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
+ */
+
+#import "ConfigurationManagerAdaptator.h"
+#import "Utils.h"
+
+#import "dring/configurationmanager_interface.h"
+
+@implementation ConfigurationManagerAdaptator
+
+using namespace DRing;
+
+#pragma mark Singleton Methods
+
++ (id)sharedManager {
+    static ConfigurationManagerAdaptator *sharedMyManager = nil;
+    static dispatch_once_t onceToken;
+    dispatch_once(&onceToken, ^{
+        sharedMyManager = [[self alloc] init];
+    });
+    return sharedMyManager;
+}
+
+- (id)init {
+    if (self = [super init]) {
+        [self registerConfigurationHandler];
+    }
+    return self;
+}
+
+- (NSArray*) getAccountList
+{
+    auto accountVector = getAccountList();
+
+    return [Utils vectorToArray:accountVector];
+}
+
+- (NSMutableDictionary*) getAccountTemplate: (NSString*) accountType
+{
+    auto accountTemplate = getAccountTemplate(std::string([accountType UTF8String]));
+
+    return [Utils mapToDictionnary:accountTemplate];
+}
+
+- (NSString*) addAccount: (NSDictionary*) details
+{
+    auto accountID = addAccount([Utils dictionnaryToMap:details]);
+
+    return [NSString stringWithUTF8String:accountID.c_str()];
+}
+
+- (void) removeAccount: (NSString*) accountID
+{
+    removeAccount(std::string([accountID UTF8String]));
+}
+
+- (void) setAccountActive: (NSString*) accountID : (bool) active
+{
+    setAccountActive(std::string([accountID UTF8String]), active);
+}
+
+- (uint64_t) sendAccountTextMessage: (NSString*) accountID : (NSString*) to : (NSDictionary*) payloads
+{
+    return sendAccountTextMessage(std::string([accountID UTF8String]), std::string([to UTF8String]),
+                                  [Utils dictionnaryToMap:payloads]);
+}
+
+- (NSDictionary*) getAccountDetails: (NSString*) accountID
+{
+    auto accDetails = getAccountDetails(std::string([accountID UTF8String]));
+    return [Utils mapToDictionnary:accDetails];
+}
+
+- (NSDictionary*) getVolatileAccountDetails: (NSString*) accountID
+{
+    auto volatileDetails = getVolatileAccountDetails(std::string([accountID UTF8String]));
+    return [Utils mapToDictionnary:volatileDetails];
+}
+
+- (void) setAccountDetails: (NSString*) accountID :  (NSDictionary*) details
+{
+    setAccountDetails(std::string([accountID UTF8String]), [Utils dictionnaryToMap:details]);
+}
+
+- (int) getMessageStatus:(uint64_t) msgID
+{
+    return getMessageStatus(msgID);
+}
+
+- (void) registerConfigurationHandler
+{
+    std::map<std::string, std::shared_ptr<CallbackWrapperBase>> confHandlers;
+    
+    confHandlers.insert(exportable_callback<ConfigurationSignal::IncomingAccountMessage>(
+                                                                                         [&](const std::string& account_id,
+                                                                                             const std::string& from,
+                                                                                             const std::map<std::string, std::string>& payloads) {
+        
+        NSDictionary* userInfo = @{@"accountID": [NSString stringWithUTF8String:account_id.c_str()],
+                                   @"from": [NSString stringWithUTF8String:from.c_str()],
+                                   @"payloads": [Utils mapToDictionnary:payloads]};
+        
+        NSNotificationCenter* nc = [NSNotificationCenter defaultCenter];
+        [nc postNotificationName:@"IncomingAccountMessage" object:self userInfo:userInfo];
+    }));
+    
+    confHandlers.insert(exportable_callback<ConfigurationSignal::AccountsChanged>([&](){
+        NSNotificationCenter* nc = [NSNotificationCenter defaultCenter];
+        [nc postNotificationName:@"AccountsChanged" object:[ConfigurationManagerAdaptator sharedManager]];
+    }));
+    
+    registerConfHandlers(confHandlers);
+}
+
+@end
diff --git a/Ring/Ring/DRingAdaptator.h b/Ring/Ring/DRingAdaptator.h
new file mode 100644
index 0000000..db9d9a7
--- /dev/null
+++ b/Ring/Ring/DRingAdaptator.h
@@ -0,0 +1,30 @@
+/*
+ *  Copyright (C) 2016 Savoir-faire Linux Inc.
+ *
+ *  Author: Edric Ladent-Milaret <edric.ladent-milaret@savoirfairelinux.com>
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 3 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
+ */
+
+#import <Foundation/Foundation.h>
+
+@interface DRingAdaptator : NSObject
+- (BOOL) initDaemon;
+- (BOOL) startDaemon;
+- (void) fini;
+- (void) pollEvents;
+- (nonnull NSString*) getVersion;
+@end
+
diff --git a/Ring/Ring/DRingAdaptator.mm b/Ring/Ring/DRingAdaptator.mm
new file mode 100644
index 0000000..bd44462
--- /dev/null
+++ b/Ring/Ring/DRingAdaptator.mm
@@ -0,0 +1,53 @@
+/*
+ *  Copyright (C) 2016 Savoir-faire Linux Inc.
+ *
+ *  Author: Edric Ladent-Milaret <edric.ladent-milaret@savoirfairelinux.com>
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 3 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
+ */
+
+#import "DRingAdaptator.h"
+
+#import "dring/dring.h"
+
+@implementation DRingAdaptator
+
+- (BOOL) initDaemon
+{
+    int flag = DRing::DRING_FLAG_CONSOLE_LOG | DRing::DRING_FLAG_DEBUG;
+    return DRing::init(static_cast<DRing::InitFlag>(flag));
+}
+
+- (BOOL) startDaemon
+{
+   return DRing::start();
+}
+
+- (void) fini
+{
+    DRing::fini();
+}
+
+- (void) pollEvents
+{
+    DRing::pollEvents();
+}
+
+- (NSString*)getVersion
+{
+    return [NSString stringWithUTF8String:DRing::version()];
+}
+
+@end
diff --git a/Ring/Ring/Info.plist b/Ring/Ring/Info.plist
new file mode 100644
index 0000000..fd1ab7c
--- /dev/null
+++ b/Ring/Ring/Info.plist
@@ -0,0 +1,57 @@
+<?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>CFBundleDevelopmentRegion</key>
+	<string>en</string>
+	<key>CFBundleExecutable</key>
+	<string>$(EXECUTABLE_NAME)</string>
+	<key>CFBundleIdentifier</key>
+	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>$(PRODUCT_NAME)</string>
+	<key>CFBundlePackageType</key>
+	<string>APPL</string>
+	<key>CFBundleShortVersionString</key>
+	<string>1.0</string>
+	<key>CFBundleSignature</key>
+	<string>????</string>
+	<key>CFBundleVersion</key>
+	<string>1</string>
+	<key>LSRequiresIPhoneOS</key>
+	<true/>
+	<key>UILaunchStoryboardName</key>
+	<string>LaunchScreen</string>
+	<key>UIMainStoryboardFile</key>
+	<string>Main</string>
+	<key>UIRequiredDeviceCapabilities</key>
+	<array>
+		<string>armv7</string>
+	</array>
+	<key>UIStatusBarTintParameters</key>
+	<dict>
+		<key>UINavigationBar</key>
+		<dict>
+			<key>Style</key>
+			<string>UIBarStyleDefault</string>
+			<key>Translucent</key>
+			<false/>
+		</dict>
+	</dict>
+	<key>UISupportedInterfaceOrientations</key>
+	<array>
+		<string>UIInterfaceOrientationPortrait</string>
+		<string>UIInterfaceOrientationLandscapeLeft</string>
+		<string>UIInterfaceOrientationLandscapeRight</string>
+	</array>
+	<key>UISupportedInterfaceOrientations~ipad</key>
+	<array>
+		<string>UIInterfaceOrientationPortrait</string>
+		<string>UIInterfaceOrientationPortraitUpsideDown</string>
+		<string>UIInterfaceOrientationLandscapeLeft</string>
+		<string>UIInterfaceOrientationLandscapeRight</string>
+	</array>
+</dict>
+</plist>
diff --git a/Ring/Ring/MeViewController.swift b/Ring/Ring/MeViewController.swift
new file mode 100644
index 0000000..3d8c228
--- /dev/null
+++ b/Ring/Ring/MeViewController.swift
@@ -0,0 +1,130 @@
+/*
+ *  Copyright (C) 2016 Savoir-faire Linux Inc.
+ *
+ *  Author: Edric Ladent-Milaret <edric.ladent-milaret@savoirfairelinux.com>
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 3 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
+ */
+
+import UIKit
+
+class MeViewController: UIViewController, UITableViewDelegate, UITableViewDataSource {
+    
+    // MARK: - Properties
+    let accountModel = AccountModel.sharedInstance
+    @IBOutlet weak var accountTableView: UITableView!
+    @IBOutlet weak var nameLabel: UILabel!
+    @IBOutlet weak var qrImageView: UIImageView!
+    
+    //MARK: - UIViewController
+    override func viewDidLoad() {
+        super.viewDidLoad()
+
+        if accountModel.accountList.count > 0 {
+            let acc = accountModel.accountList[0]
+            nameLabel.text = acc.displayName
+            if let username = acc.username {
+                createQRFromString(username);
+            }
+        }
+    }
+
+    override func didReceiveMemoryWarning() {
+        super.didReceiveMemoryWarning()
+    }
+    
+    //MARK: - QRCode
+    func createQRFromString(str: String) {
+        
+        let data = str.dataUsingEncoding(NSISOLatin1StringEncoding, allowLossyConversion: false)
+        
+        let filter = CIFilter(name: "CIQRCodeGenerator")
+        filter!.setValue(data, forKey: "inputMessage")
+        
+        let qrImage:CIImage = filter!.outputImage!
+
+        let scaleX = qrImageView.frame.size.width / qrImage.extent.size.width
+        let scaleY = qrImageView.frame.size.height / qrImage.extent.size.height
+        
+        let resultQrImage = qrImage.imageByApplyingTransform(CGAffineTransformMakeScale(scaleX, scaleY))
+        qrImageView.image = UIImage(CIImage: resultQrImage)
+    }
+    
+    // MARK: - TableView
+    func numberOfSectionsInTableView(tableView: UITableView) -> Int {
+        return 1;
+    }
+    
+    func tableView(tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
+        return accountModel.accountList.count + 1
+    }
+    
+    func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell {
+        
+        if indexPath.row < accountModel.accountList.count {
+            let cell = tableView.dequeueReusableCellWithIdentifier("accountTableCell", forIndexPath: indexPath) as! AccountTableViewCell
+            let account = accountModel.accountList[indexPath.row]
+            
+            cell.account = account
+            cell.accountNameLabel.text = account.alias
+            cell.activeSwitch.setOn(account.isEnabled, animated: false)
+            cell.accountTypeLabel.text = account.accountType.rawValue
+            
+            return cell
+        } else {
+            let cell = tableView.dequeueReusableCellWithIdentifier("addAccountTableCell", forIndexPath: indexPath)
+            return cell
+        }
+        
+    }
+    
+    func tableView(tableView: UITableView, didSelectRowAtIndexPath indexPath: NSIndexPath) {
+        if indexPath.row == accountModel.accountList.count {
+            accountModel.addAccount()
+            accountTableView.reloadData()
+        }
+    }
+    
+    func tableView(tableView: UITableView, canEditRowAtIndexPath indexPath: NSIndexPath) -> Bool {
+        if indexPath.row == accountModel.accountList.count {
+            return false
+        }
+        return true
+    }
+    
+    func tableView(tableView: UITableView, commitEditingStyle editingStyle: UITableViewCellEditingStyle, forRowAtIndexPath indexPath: NSIndexPath) {
+        if (editingStyle == UITableViewCellEditingStyle.Delete) {
+            accountModel.removeAccount(indexPath.row)
+            accountTableView.reloadData()
+        }
+    }
+    
+    //MARK: - Actions
+    @IBAction func addAccountClicked(sender: AnyObject) {
+        let index = NSIndexPath(forRow: accountModel.accountList.count, inSection: 0)
+        accountTableView.selectRowAtIndexPath(index, animated: false, scrollPosition: UITableViewScrollPosition.None)
+        tableView(accountTableView, didSelectRowAtIndexPath: index)
+    }
+
+    // MARK: - Navigation
+    override func prepareForSegue(segue: UIStoryboardSegue, sender: AnyObject?) {
+        if segue.identifier == "accountDetails" {
+            let cell = sender as! AccountTableViewCell
+            let vc = segue.destinationViewController as! AccountDetailsViewController
+            vc.account = cell.account
+        }
+    }
+
+}
diff --git a/Ring/Ring/Ring-Bridging-Header.h b/Ring/Ring/Ring-Bridging-Header.h
new file mode 100644
index 0000000..6ab7dee
--- /dev/null
+++ b/Ring/Ring/Ring-Bridging-Header.h
@@ -0,0 +1,27 @@
+/*
+ *  Copyright (C) 2016 Savoir-faire Linux Inc.
+ *
+ *  Author: Edric Ladent-Milaret <edric.ladent-milaret@savoirfairelinux.com>
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 3 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
+ */
+
+
+//
+//  Use this file to import your target's public headers that you would like to expose to Swift.
+//
+
+#import "DRingAdaptator.h"
+#import "ConfigurationManagerAdaptator.h"
\ No newline at end of file
diff --git a/Ring/Ring/Ring.xcdatamodeld/.xccurrentversion b/Ring/Ring/Ring.xcdatamodeld/.xccurrentversion
new file mode 100644
index 0000000..93b0b14
--- /dev/null
+++ b/Ring/Ring/Ring.xcdatamodeld/.xccurrentversion
@@ -0,0 +1,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>_XCCurrentVersionName</key>
+	<string>Ring.xcdatamodel</string>
+</dict>
+</plist>
diff --git a/Ring/Ring/Ring.xcdatamodeld/Ring.xcdatamodel/contents b/Ring/Ring/Ring.xcdatamodeld/Ring.xcdatamodel/contents
new file mode 100644
index 0000000..26dd27a
--- /dev/null
+++ b/Ring/Ring/Ring.xcdatamodeld/Ring.xcdatamodel/contents
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<model userDefinedModelVersionIdentifier="" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="10174" systemVersion="15F34" minimumToolsVersion="Automatic">
+    <elements/>
+</model>
\ No newline at end of file
diff --git a/Ring/Ring/Utils.h b/Ring/Ring/Utils.h
new file mode 100644
index 0000000..0dc9984
--- /dev/null
+++ b/Ring/Ring/Utils.h
@@ -0,0 +1,33 @@
+/*
+ *  Copyright (C) 2016 Savoir-faire Linux Inc.
+ *
+ *  Author: Edric Ladent-Milaret <edric.ladent-milaret@savoirfairelinux.com>
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 3 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
+ */
+
+#import <Foundation/Foundation.h>
+
+#import <string>
+#import <vector>
+#import <map>
+
+@interface Utils : NSObject
+
++ (NSArray*) vectorToArray: (const std::vector<std::string>&) vector;
++ (NSMutableDictionary*) mapToDictionnary: (const std::map<std::string, std::string>&) map;
++ (std::map<std::string, std::string>) dictionnaryToMap: (NSDictionary*) dict;
+
+@end
diff --git a/Ring/Ring/Utils.mm b/Ring/Ring/Utils.mm
new file mode 100644
index 0000000..d9ec801
--- /dev/null
+++ b/Ring/Ring/Utils.mm
@@ -0,0 +1,57 @@
+/*
+ *  Copyright (C) 2016 Savoir-faire Linux Inc.
+ *
+ *  Author: Edric Ladent-Milaret <edric.ladent-milaret@savoirfairelinux.com>
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 3 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
+ */
+
+#import "Utils.h"
+
+@implementation Utils
+
++ (NSArray*) vectorToArray: (const std::vector<std::string>&) vector
+{
+    NSMutableArray* resArray = [NSMutableArray new];
+    std::for_each(vector.begin(), vector.end(), ^(std::string str) {
+        id nsstr = [NSString stringWithUTF8String:str.c_str()];
+        [resArray addObject:nsstr];
+    });
+    return resArray;
+}
+
++ (NSMutableDictionary*) mapToDictionnary: (const std::map<std::string, std::string>&) map
+{
+    NSMutableDictionary* resDictionnary = [NSMutableDictionary new];
+
+    std::for_each(map.begin(), map.end(), ^(std::pair<std::string, std::string> keyValue) {
+        id key = [NSString stringWithUTF8String:keyValue.first.c_str()];
+        id value = [NSString stringWithUTF8String:keyValue.second.c_str()];
+        [resDictionnary setObject:value forKey:key];
+    });
+
+    return resDictionnary;
+}
+
++ (std::map<std::string, std::string>) dictionnaryToMap: (NSDictionary*) dict
+{
+    std::map<std::string, std::string>resMap;
+    for (id key in dict)
+        resMap.insert(std::pair<std::string, std::string>(std::string([key UTF8String]), std::string([[dict objectForKey:key] UTF8String])));
+
+    return resMap;
+}
+
+@end
diff --git a/Ring/RingTests/Info.plist b/Ring/RingTests/Info.plist
new file mode 100644
index 0000000..ba72822
--- /dev/null
+++ b/Ring/RingTests/Info.plist
@@ -0,0 +1,24 @@
+<?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>CFBundleDevelopmentRegion</key>
+	<string>en</string>
+	<key>CFBundleExecutable</key>
+	<string>$(EXECUTABLE_NAME)</string>
+	<key>CFBundleIdentifier</key>
+	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>$(PRODUCT_NAME)</string>
+	<key>CFBundlePackageType</key>
+	<string>BNDL</string>
+	<key>CFBundleShortVersionString</key>
+	<string>1.0</string>
+	<key>CFBundleSignature</key>
+	<string>????</string>
+	<key>CFBundleVersion</key>
+	<string>1</string>
+</dict>
+</plist>
diff --git a/Ring/RingTests/RingTests.swift b/Ring/RingTests/RingTests.swift
new file mode 100644
index 0000000..dedebba
--- /dev/null
+++ b/Ring/RingTests/RingTests.swift
@@ -0,0 +1,36 @@
+//
+//  RingTests.swift
+//  RingTests
+//
+//  Created by Edric on 16-06-23.
+//  Copyright © 2016 Savoir-faire Linux. All rights reserved.
+//
+
+import XCTest
+@testable import Ring
+
+class RingTests: XCTestCase {
+    
+    override func setUp() {
+        super.setUp()
+        // Put setup code here. This method is called before the invocation of each test method in the class.
+    }
+    
+    override func tearDown() {
+        // Put teardown code here. This method is called after the invocation of each test method in the class.
+        super.tearDown()
+    }
+    
+    func testExample() {
+        // This is an example of a functional test case.
+        // Use XCTAssert and related functions to verify your tests produce the correct results.
+    }
+    
+    func testPerformanceExample() {
+        // This is an example of a performance test case.
+        self.measureBlock {
+            // Put the code you want to measure the time of here.
+        }
+    }
+    
+}
diff --git a/Ring/RingUITests/Info.plist b/Ring/RingUITests/Info.plist
new file mode 100644
index 0000000..ba72822
--- /dev/null
+++ b/Ring/RingUITests/Info.plist
@@ -0,0 +1,24 @@
+<?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>CFBundleDevelopmentRegion</key>
+	<string>en</string>
+	<key>CFBundleExecutable</key>
+	<string>$(EXECUTABLE_NAME)</string>
+	<key>CFBundleIdentifier</key>
+	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>$(PRODUCT_NAME)</string>
+	<key>CFBundlePackageType</key>
+	<string>BNDL</string>
+	<key>CFBundleShortVersionString</key>
+	<string>1.0</string>
+	<key>CFBundleSignature</key>
+	<string>????</string>
+	<key>CFBundleVersion</key>
+	<string>1</string>
+</dict>
+</plist>
diff --git a/Ring/RingUITests/RingUITests.swift b/Ring/RingUITests/RingUITests.swift
new file mode 100644
index 0000000..c6f7123
--- /dev/null
+++ b/Ring/RingUITests/RingUITests.swift
@@ -0,0 +1,36 @@
+//
+//  RingUITests.swift
+//  RingUITests
+//
+//  Created by Edric on 16-06-23.
+//  Copyright © 2016 Savoir-faire Linux. All rights reserved.
+//
+
+import XCTest
+
+class RingUITests: XCTestCase {
+        
+    override func setUp() {
+        super.setUp()
+        
+        // Put setup code here. This method is called before the invocation of each test method in the class.
+        
+        // In UI tests it is usually best to stop immediately when a failure occurs.
+        continueAfterFailure = false
+        // UI tests must launch the application that they test. Doing this in setup will make sure it happens for each test method.
+        XCUIApplication().launch()
+
+        // In UI tests it’s important to set the initial state - such as interface orientation - required for your tests before they run. The setUp method is a good place to do this.
+    }
+    
+    override func tearDown() {
+        // Put teardown code here. This method is called after the invocation of each test method in the class.
+        super.tearDown()
+    }
+    
+    func testExample() {
+        // Use recording to get started writing UI tests.
+        // Use XCTAssert and related functions to verify your tests produce the correct results.
+    }
+    
+}