diff --git a/Podfile b/Podfile index ae7f60839..855ab2409 100644 --- a/Podfile +++ b/Podfile @@ -1,9 +1,9 @@ # Uncomment this line to define a global platform for your project -# platform :ios, "6.0" +# platform :ios, "7.0" source 'https://github.com/CocoaPods/Specs.git' -target "matrixConsole" do +target "Vector" do # Different flavours of pods to MatrixKit @@ -32,7 +32,3 @@ pod 'OpenWebRTC-SDK', :git => 'https://github.com/matrix-org/openwebrtc-ios-sdk. end -target "matrixConsole" do - -end - diff --git a/Vector.xcodeproj/project.pbxproj b/Vector.xcodeproj/project.pbxproj new file mode 100644 index 000000000..cd99e9bb0 --- /dev/null +++ b/Vector.xcodeproj/project.pbxproj @@ -0,0 +1,583 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + F094A9A81B78D8F000B1FBBF /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = F094A9A71B78D8F000B1FBBF /* main.m */; }; + F094A9AB1B78D8F000B1FBBF /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = F094A9AA1B78D8F000B1FBBF /* AppDelegate.m */; }; + F094A9B41B78D8F000B1FBBF /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F094A9B21B78D8F000B1FBBF /* Main.storyboard */; }; + F094A9B61B78D8F000B1FBBF /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F094A9B51B78D8F000B1FBBF /* Images.xcassets */; }; + F094A9B91B78D8F000B1FBBF /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = F094A9B71B78D8F000B1FBBF /* LaunchScreen.xib */; }; + F094A9C51B78D8F000B1FBBF /* VectorTests.m in Sources */ = {isa = PBXBuildFile; fileRef = F094A9C41B78D8F000B1FBBF /* VectorTests.m */; }; + F094AA051B78E3D400B1FBBF /* empty.mm in Sources */ = {isa = PBXBuildFile; fileRef = F094AA031B78E3D400B1FBBF /* empty.mm */; }; + F094AA061B78E3D400B1FBBF /* Vector-Defaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = F094AA041B78E3D400B1FBBF /* Vector-Defaults.plist */; }; + F094AA2A1B78E42600B1FBBF /* RageShakeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F094AA091B78E42600B1FBBF /* RageShakeManager.m */; }; + F094AA2B1B78E42600B1FBBF /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = F094AA0B1B78E42600B1FBBF /* Localizable.strings */; }; + F094AA2C1B78E42600B1FBBF /* Vector.strings in Resources */ = {isa = PBXBuildFile; fileRef = F094AA0D1B78E42600B1FBBF /* Vector.strings */; }; + F094AA2D1B78E42600B1FBBF /* RecentListDataSource.m in Sources */ = {isa = PBXBuildFile; fileRef = F094AA121B78E42600B1FBBF /* RecentListDataSource.m */; }; + F094AA2E1B78E42600B1FBBF /* countryCodes.plist in Resources */ = {isa = PBXBuildFile; fileRef = F094AA141B78E42600B1FBBF /* countryCodes.plist */; }; + F094AA2F1B78E42600B1FBBF /* AccountDetailsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F094AA171B78E42600B1FBBF /* AccountDetailsViewController.m */; }; + F094AA301B78E42600B1FBBF /* AuthenticationViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F094AA191B78E42600B1FBBF /* AuthenticationViewController.m */; }; + F094AA311B78E42600B1FBBF /* ContactsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F094AA1B1B78E42600B1FBBF /* ContactsViewController.m */; }; + F094AA321B78E42600B1FBBF /* GlobalNotificationSettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F094AA1D1B78E42600B1FBBF /* GlobalNotificationSettingsViewController.m */; }; + F094AA331B78E42600B1FBBF /* HomeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F094AA1F1B78E42600B1FBBF /* HomeViewController.m */; }; + F094AA341B78E42600B1FBBF /* MasterTabBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = F094AA211B78E42600B1FBBF /* MasterTabBarController.m */; }; + F094AA351B78E42600B1FBBF /* RecentsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F094AA231B78E42600B1FBBF /* RecentsViewController.m */; }; + F094AA361B78E42600B1FBBF /* RoomMembersViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F094AA251B78E42600B1FBBF /* RoomMembersViewController.m */; }; + F094AA371B78E42600B1FBBF /* RoomViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F094AA271B78E42600B1FBBF /* RoomViewController.m */; }; + F094AA381B78E42600B1FBBF /* SettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F094AA291B78E42600B1FBBF /* SettingsViewController.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + F094A9BF1B78D8F000B1FBBF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = F094A99A1B78D8F000B1FBBF /* Project object */; + proxyType = 1; + remoteGlobalIDString = F094A9A11B78D8F000B1FBBF; + remoteInfo = Vector; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + F094A9A21B78D8F000B1FBBF /* Vector.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Vector.app; sourceTree = BUILT_PRODUCTS_DIR; }; + F094A9A61B78D8F000B1FBBF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + F094A9A71B78D8F000B1FBBF /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + F094A9A91B78D8F000B1FBBF /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + F094A9AA1B78D8F000B1FBBF /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + F094A9B31B78D8F000B1FBBF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + F094A9B51B78D8F000B1FBBF /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + F094A9B81B78D8F000B1FBBF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; }; + F094A9BE1B78D8F000B1FBBF /* VectorTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = VectorTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + F094A9C31B78D8F000B1FBBF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + F094A9C41B78D8F000B1FBBF /* VectorTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VectorTests.m; sourceTree = ""; }; + F094AA031B78E3D400B1FBBF /* empty.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = empty.mm; sourceTree = ""; }; + F094AA041B78E3D400B1FBBF /* Vector-Defaults.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Vector-Defaults.plist"; sourceTree = ""; }; + F094AA081B78E42600B1FBBF /* RageShakeManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RageShakeManager.h; sourceTree = ""; }; + F094AA091B78E42600B1FBBF /* RageShakeManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RageShakeManager.m; sourceTree = ""; }; + F094AA0C1B78E42600B1FBBF /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = ""; }; + F094AA0E1B78E42600B1FBBF /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Vector.strings; sourceTree = ""; }; + F094AA111B78E42600B1FBBF /* RecentListDataSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RecentListDataSource.h; sourceTree = ""; }; + F094AA121B78E42600B1FBBF /* RecentListDataSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RecentListDataSource.m; sourceTree = ""; }; + F094AA141B78E42600B1FBBF /* countryCodes.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = countryCodes.plist; sourceTree = ""; }; + F094AA161B78E42600B1FBBF /* AccountDetailsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AccountDetailsViewController.h; sourceTree = ""; }; + F094AA171B78E42600B1FBBF /* AccountDetailsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AccountDetailsViewController.m; sourceTree = ""; }; + F094AA181B78E42600B1FBBF /* AuthenticationViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AuthenticationViewController.h; sourceTree = ""; }; + F094AA191B78E42600B1FBBF /* AuthenticationViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AuthenticationViewController.m; sourceTree = ""; }; + F094AA1A1B78E42600B1FBBF /* ContactsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ContactsViewController.h; sourceTree = ""; }; + F094AA1B1B78E42600B1FBBF /* ContactsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ContactsViewController.m; sourceTree = ""; }; + F094AA1C1B78E42600B1FBBF /* GlobalNotificationSettingsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GlobalNotificationSettingsViewController.h; sourceTree = ""; }; + F094AA1D1B78E42600B1FBBF /* GlobalNotificationSettingsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GlobalNotificationSettingsViewController.m; sourceTree = ""; }; + F094AA1E1B78E42600B1FBBF /* HomeViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HomeViewController.h; sourceTree = ""; }; + F094AA1F1B78E42600B1FBBF /* HomeViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HomeViewController.m; sourceTree = ""; }; + F094AA201B78E42600B1FBBF /* MasterTabBarController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MasterTabBarController.h; sourceTree = ""; }; + F094AA211B78E42600B1FBBF /* MasterTabBarController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MasterTabBarController.m; sourceTree = ""; }; + F094AA221B78E42600B1FBBF /* RecentsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RecentsViewController.h; sourceTree = ""; }; + F094AA231B78E42600B1FBBF /* RecentsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RecentsViewController.m; sourceTree = ""; }; + F094AA241B78E42600B1FBBF /* RoomMembersViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomMembersViewController.h; sourceTree = ""; }; + F094AA251B78E42600B1FBBF /* RoomMembersViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoomMembersViewController.m; sourceTree = ""; }; + F094AA261B78E42600B1FBBF /* RoomViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomViewController.h; sourceTree = ""; }; + F094AA271B78E42600B1FBBF /* RoomViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoomViewController.m; sourceTree = ""; }; + F094AA281B78E42600B1FBBF /* SettingsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SettingsViewController.h; sourceTree = ""; }; + F094AA291B78E42600B1FBBF /* SettingsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SettingsViewController.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + F094A99F1B78D8F000B1FBBF /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F094A9BB1B78D8F000B1FBBF /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + F094A9991B78D8F000B1FBBF = { + isa = PBXGroup; + children = ( + F094A9A41B78D8F000B1FBBF /* Vector */, + F094A9C11B78D8F000B1FBBF /* VectorTests */, + F094A9A31B78D8F000B1FBBF /* Products */, + ); + sourceTree = ""; + }; + F094A9A31B78D8F000B1FBBF /* Products */ = { + isa = PBXGroup; + children = ( + F094A9A21B78D8F000B1FBBF /* Vector.app */, + F094A9BE1B78D8F000B1FBBF /* VectorTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + F094A9A41B78D8F000B1FBBF /* Vector */ = { + isa = PBXGroup; + children = ( + F094AA071B78E42600B1FBBF /* API */, + F094AA0A1B78E42600B1FBBF /* Assets */, + F094AA101B78E42600B1FBBF /* Model */, + F094AA131B78E42600B1FBBF /* Resources */, + F094AA151B78E42600B1FBBF /* ViewController */, + F094A9A91B78D8F000B1FBBF /* AppDelegate.h */, + F094A9AA1B78D8F000B1FBBF /* AppDelegate.m */, + F094A9B21B78D8F000B1FBBF /* Main.storyboard */, + F094A9B51B78D8F000B1FBBF /* Images.xcassets */, + F094A9B71B78D8F000B1FBBF /* LaunchScreen.xib */, + F094A9A51B78D8F000B1FBBF /* Supporting Files */, + ); + path = Vector; + sourceTree = ""; + }; + F094A9A51B78D8F000B1FBBF /* Supporting Files */ = { + isa = PBXGroup; + children = ( + F094AA031B78E3D400B1FBBF /* empty.mm */, + F094AA041B78E3D400B1FBBF /* Vector-Defaults.plist */, + F094A9A61B78D8F000B1FBBF /* Info.plist */, + F094A9A71B78D8F000B1FBBF /* main.m */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + F094A9C11B78D8F000B1FBBF /* VectorTests */ = { + isa = PBXGroup; + children = ( + F094A9C41B78D8F000B1FBBF /* VectorTests.m */, + F094A9C21B78D8F000B1FBBF /* Supporting Files */, + ); + path = VectorTests; + sourceTree = ""; + }; + F094A9C21B78D8F000B1FBBF /* Supporting Files */ = { + isa = PBXGroup; + children = ( + F094A9C31B78D8F000B1FBBF /* Info.plist */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + F094AA071B78E42600B1FBBF /* API */ = { + isa = PBXGroup; + children = ( + F094AA081B78E42600B1FBBF /* RageShakeManager.h */, + F094AA091B78E42600B1FBBF /* RageShakeManager.m */, + ); + path = API; + sourceTree = ""; + }; + F094AA0A1B78E42600B1FBBF /* Assets */ = { + isa = PBXGroup; + children = ( + F094AA0B1B78E42600B1FBBF /* Localizable.strings */, + F094AA0D1B78E42600B1FBBF /* Vector.strings */, + F094AA0F1B78E42600B1FBBF /* Images */, + ); + path = Assets; + sourceTree = ""; + }; + F094AA0F1B78E42600B1FBBF /* Images */ = { + isa = PBXGroup; + children = ( + ); + path = Images; + sourceTree = ""; + }; + F094AA101B78E42600B1FBBF /* Model */ = { + isa = PBXGroup; + children = ( + F094AA111B78E42600B1FBBF /* RecentListDataSource.h */, + F094AA121B78E42600B1FBBF /* RecentListDataSource.m */, + ); + path = Model; + sourceTree = ""; + }; + F094AA131B78E42600B1FBBF /* Resources */ = { + isa = PBXGroup; + children = ( + F094AA141B78E42600B1FBBF /* countryCodes.plist */, + ); + path = Resources; + sourceTree = ""; + }; + F094AA151B78E42600B1FBBF /* ViewController */ = { + isa = PBXGroup; + children = ( + F094AA161B78E42600B1FBBF /* AccountDetailsViewController.h */, + F094AA171B78E42600B1FBBF /* AccountDetailsViewController.m */, + F094AA181B78E42600B1FBBF /* AuthenticationViewController.h */, + F094AA191B78E42600B1FBBF /* AuthenticationViewController.m */, + F094AA1A1B78E42600B1FBBF /* ContactsViewController.h */, + F094AA1B1B78E42600B1FBBF /* ContactsViewController.m */, + F094AA1C1B78E42600B1FBBF /* GlobalNotificationSettingsViewController.h */, + F094AA1D1B78E42600B1FBBF /* GlobalNotificationSettingsViewController.m */, + F094AA1E1B78E42600B1FBBF /* HomeViewController.h */, + F094AA1F1B78E42600B1FBBF /* HomeViewController.m */, + F094AA201B78E42600B1FBBF /* MasterTabBarController.h */, + F094AA211B78E42600B1FBBF /* MasterTabBarController.m */, + F094AA221B78E42600B1FBBF /* RecentsViewController.h */, + F094AA231B78E42600B1FBBF /* RecentsViewController.m */, + F094AA241B78E42600B1FBBF /* RoomMembersViewController.h */, + F094AA251B78E42600B1FBBF /* RoomMembersViewController.m */, + F094AA261B78E42600B1FBBF /* RoomViewController.h */, + F094AA271B78E42600B1FBBF /* RoomViewController.m */, + F094AA281B78E42600B1FBBF /* SettingsViewController.h */, + F094AA291B78E42600B1FBBF /* SettingsViewController.m */, + ); + path = ViewController; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + F094A9A11B78D8F000B1FBBF /* Vector */ = { + isa = PBXNativeTarget; + buildConfigurationList = F094A9C81B78D8F000B1FBBF /* Build configuration list for PBXNativeTarget "Vector" */; + buildPhases = ( + F094A99E1B78D8F000B1FBBF /* Sources */, + F094A99F1B78D8F000B1FBBF /* Frameworks */, + F094A9A01B78D8F000B1FBBF /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Vector; + productName = Vector; + productReference = F094A9A21B78D8F000B1FBBF /* Vector.app */; + productType = "com.apple.product-type.application"; + }; + F094A9BD1B78D8F000B1FBBF /* VectorTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = F094A9CB1B78D8F000B1FBBF /* Build configuration list for PBXNativeTarget "VectorTests" */; + buildPhases = ( + F094A9BA1B78D8F000B1FBBF /* Sources */, + F094A9BB1B78D8F000B1FBBF /* Frameworks */, + F094A9BC1B78D8F000B1FBBF /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + F094A9C01B78D8F000B1FBBF /* PBXTargetDependency */, + ); + name = VectorTests; + productName = VectorTests; + productReference = F094A9BE1B78D8F000B1FBBF /* VectorTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + F094A99A1B78D8F000B1FBBF /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0620; + ORGANIZATIONNAME = matrix.org; + TargetAttributes = { + F094A9A11B78D8F000B1FBBF = { + CreatedOnToolsVersion = 6.2; + }; + F094A9BD1B78D8F000B1FBBF = { + CreatedOnToolsVersion = 6.2; + TestTargetID = F094A9A11B78D8F000B1FBBF; + }; + }; + }; + buildConfigurationList = F094A99D1B78D8F000B1FBBF /* Build configuration list for PBXProject "Vector" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = F094A9991B78D8F000B1FBBF; + productRefGroup = F094A9A31B78D8F000B1FBBF /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + F094A9A11B78D8F000B1FBBF /* Vector */, + F094A9BD1B78D8F000B1FBBF /* VectorTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + F094A9A01B78D8F000B1FBBF /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + F094AA2E1B78E42600B1FBBF /* countryCodes.plist in Resources */, + F094AA2B1B78E42600B1FBBF /* Localizable.strings in Resources */, + F094A9B41B78D8F000B1FBBF /* Main.storyboard in Resources */, + F094A9B91B78D8F000B1FBBF /* LaunchScreen.xib in Resources */, + F094A9B61B78D8F000B1FBBF /* Images.xcassets in Resources */, + F094AA061B78E3D400B1FBBF /* Vector-Defaults.plist in Resources */, + F094AA2C1B78E42600B1FBBF /* Vector.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F094A9BC1B78D8F000B1FBBF /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + F094A99E1B78D8F000B1FBBF /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + F094A9AB1B78D8F000B1FBBF /* AppDelegate.m in Sources */, + F094AA311B78E42600B1FBBF /* ContactsViewController.m in Sources */, + F094AA2F1B78E42600B1FBBF /* AccountDetailsViewController.m in Sources */, + F094AA331B78E42600B1FBBF /* HomeViewController.m in Sources */, + F094AA051B78E3D400B1FBBF /* empty.mm in Sources */, + F094AA321B78E42600B1FBBF /* GlobalNotificationSettingsViewController.m in Sources */, + F094A9A81B78D8F000B1FBBF /* main.m in Sources */, + F094AA361B78E42600B1FBBF /* RoomMembersViewController.m in Sources */, + F094AA2D1B78E42600B1FBBF /* RecentListDataSource.m in Sources */, + F094AA2A1B78E42600B1FBBF /* RageShakeManager.m in Sources */, + F094AA351B78E42600B1FBBF /* RecentsViewController.m in Sources */, + F094AA371B78E42600B1FBBF /* RoomViewController.m in Sources */, + F094AA381B78E42600B1FBBF /* SettingsViewController.m in Sources */, + F094AA341B78E42600B1FBBF /* MasterTabBarController.m in Sources */, + F094AA301B78E42600B1FBBF /* AuthenticationViewController.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F094A9BA1B78D8F000B1FBBF /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + F094A9C51B78D8F000B1FBBF /* VectorTests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + F094A9C01B78D8F000B1FBBF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = F094A9A11B78D8F000B1FBBF /* Vector */; + targetProxy = F094A9BF1B78D8F000B1FBBF /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + F094A9B21B78D8F000B1FBBF /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + F094A9B31B78D8F000B1FBBF /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + F094A9B71B78D8F000B1FBBF /* LaunchScreen.xib */ = { + isa = PBXVariantGroup; + children = ( + F094A9B81B78D8F000B1FBBF /* Base */, + ); + name = LaunchScreen.xib; + sourceTree = ""; + }; + F094AA0B1B78E42600B1FBBF /* Localizable.strings */ = { + isa = PBXVariantGroup; + children = ( + F094AA0C1B78E42600B1FBBF /* en */, + ); + name = Localizable.strings; + sourceTree = ""; + }; + F094AA0D1B78E42600B1FBBF /* Vector.strings */ = { + isa = PBXVariantGroup; + children = ( + F094AA0E1B78E42600B1FBBF /* en */, + ); + name = Vector.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + F094A9C61B78D8F000B1FBBF /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + 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; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + 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 = 7.0; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + F094A9C71B78D8F000B1FBBF /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + 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 = YES; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + 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 = 7.0; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + F094A9C91B78D8F000B1FBBF /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + INFOPLIST_FILE = Vector/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + F094A9CA1B78D8F000B1FBBF /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + INFOPLIST_FILE = Vector/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; + F094A9CC1B78D8F000B1FBBF /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + ); + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = VectorTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Vector.app/Vector"; + }; + name = Debug; + }; + F094A9CD1B78D8F000B1FBBF /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + ); + INFOPLIST_FILE = VectorTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Vector.app/Vector"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + F094A99D1B78D8F000B1FBBF /* Build configuration list for PBXProject "Vector" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + F094A9C61B78D8F000B1FBBF /* Debug */, + F094A9C71B78D8F000B1FBBF /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + F094A9C81B78D8F000B1FBBF /* Build configuration list for PBXNativeTarget "Vector" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + F094A9C91B78D8F000B1FBBF /* Debug */, + F094A9CA1B78D8F000B1FBBF /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + F094A9CB1B78D8F000B1FBBF /* Build configuration list for PBXNativeTarget "VectorTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + F094A9CC1B78D8F000B1FBBF /* Debug */, + F094A9CD1B78D8F000B1FBBF /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = F094A99A1B78D8F000B1FBBF /* Project object */; +} diff --git a/matrixConsole/API/RageShakeManager.h b/Vector/API/RageShakeManager.h similarity index 100% rename from matrixConsole/API/RageShakeManager.h rename to Vector/API/RageShakeManager.h diff --git a/matrixConsole/API/RageShakeManager.m b/Vector/API/RageShakeManager.m similarity index 100% rename from matrixConsole/API/RageShakeManager.m rename to Vector/API/RageShakeManager.m diff --git a/matrixConsole/AppDelegate.h b/Vector/AppDelegate.h similarity index 100% rename from matrixConsole/AppDelegate.h rename to Vector/AppDelegate.h diff --git a/matrixConsole/AppDelegate.m b/Vector/AppDelegate.m similarity index 100% rename from matrixConsole/AppDelegate.m rename to Vector/AppDelegate.m diff --git a/Vector/Assets/Images/.DS_Store b/Vector/Assets/Images/.DS_Store new file mode 100644 index 000000000..5008ddfcf Binary files /dev/null and b/Vector/Assets/Images/.DS_Store differ diff --git a/matrixConsole/Assets/en.lproj/Localizable.strings b/Vector/Assets/en.lproj/Localizable.strings similarity index 99% rename from matrixConsole/Assets/en.lproj/Localizable.strings rename to Vector/Assets/en.lproj/Localizable.strings index 396fe4698..9384d8844 100644 --- a/matrixConsole/Assets/en.lproj/Localizable.strings +++ b/Vector/Assets/en.lproj/Localizable.strings @@ -1,5 +1,5 @@ /* - Copyright 2014 OpenMarket Ltd + Copyright 2015 OpenMarket Ltd Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Vector/Assets/en.lproj/Vector.strings b/Vector/Assets/en.lproj/Vector.strings new file mode 100644 index 000000000..323b80a8c --- /dev/null +++ b/Vector/Assets/en.lproj/Vector.strings @@ -0,0 +1,23 @@ +/* + Copyright 2015 OpenMarket Ltd + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ + +// Titles +"recents" = "Recents"; +"accounts" = "Accounts"; + +// Others +"bug_report_prompt" = "The application has crashed last time. Would you like to submit a crash report?"; +"rage_shake_prompt" = "You seem to be shaking the phone in frustration. Would you like to submit a bug report?"; \ No newline at end of file diff --git a/Vector/Base.lproj/LaunchScreen.xib b/Vector/Base.lproj/LaunchScreen.xib new file mode 100644 index 000000000..67437441b --- /dev/null +++ b/Vector/Base.lproj/LaunchScreen.xib @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/matrixConsole/Base.lproj/Main.storyboard b/Vector/Base.lproj/Main.storyboard similarity index 99% rename from matrixConsole/Base.lproj/Main.storyboard rename to Vector/Base.lproj/Main.storyboard index ec4dc71cf..00ed192c6 100644 --- a/matrixConsole/Base.lproj/Main.storyboard +++ b/Vector/Base.lproj/Main.storyboard @@ -27,7 +27,7 @@ - + diff --git a/Vector/Images.xcassets/AppIcon.appiconset/Contents.json b/Vector/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 000000000..36d2c80d8 --- /dev/null +++ b/Vector/Images.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/matrixConsole/Info.plist b/Vector/Info.plist similarity index 94% rename from matrixConsole/Info.plist rename to Vector/Info.plist index cd91c02ea..f09b68598 100644 --- a/matrixConsole/Info.plist +++ b/Vector/Info.plist @@ -2,6 +2,8 @@ + UIStatusBarHidden + UserDefaults ${PRODUCT_NAME}-Defaults CFBundleDevelopmentRegion @@ -9,25 +11,23 @@ CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier - org.matrix.console + org.matrix.$(PRODUCT_NAME:rfc1034identifier) CFBundleInfoDictionaryVersion 6.0 CFBundleName $(PRODUCT_NAME) + CFBundleDisplayName + Vector CFBundlePackageType APPL CFBundleShortVersionString - 0.5.0 + 0.0.1 CFBundleSignature ???? CFBundleVersion 0 LSRequiresIPhoneOS - UIBackgroundModes - - remote-notification - UILaunchStoryboardName LaunchScreen UIMainStoryboardFile @@ -36,6 +36,10 @@ armv7 + UIBackgroundModes + + remote-notification + UIStatusBarTintParameters UINavigationBar @@ -61,9 +65,5 @@ UIViewControllerBasedStatusBarAppearance - CFBundleDisplayName - Console - UIStatusBarHidden - diff --git a/matrixConsole/Model/RecentListDataSource.h b/Vector/Model/RecentListDataSource.h similarity index 100% rename from matrixConsole/Model/RecentListDataSource.h rename to Vector/Model/RecentListDataSource.h diff --git a/matrixConsole/Model/RecentListDataSource.m b/Vector/Model/RecentListDataSource.m similarity index 100% rename from matrixConsole/Model/RecentListDataSource.m rename to Vector/Model/RecentListDataSource.m diff --git a/matrixConsole/Resources/countryCodes.plist b/Vector/Resources/countryCodes.plist similarity index 100% rename from matrixConsole/Resources/countryCodes.plist rename to Vector/Resources/countryCodes.plist diff --git a/matrixConsole/matrixConsole-Defaults.plist b/Vector/Vector-Defaults.plist similarity index 100% rename from matrixConsole/matrixConsole-Defaults.plist rename to Vector/Vector-Defaults.plist diff --git a/matrixConsole/ViewController/AccountDetailsViewController.h b/Vector/ViewController/AccountDetailsViewController.h similarity index 100% rename from matrixConsole/ViewController/AccountDetailsViewController.h rename to Vector/ViewController/AccountDetailsViewController.h diff --git a/matrixConsole/ViewController/AccountDetailsViewController.m b/Vector/ViewController/AccountDetailsViewController.m similarity index 100% rename from matrixConsole/ViewController/AccountDetailsViewController.m rename to Vector/ViewController/AccountDetailsViewController.m diff --git a/matrixConsole/ViewController/AuthenticationViewController.h b/Vector/ViewController/AuthenticationViewController.h similarity index 100% rename from matrixConsole/ViewController/AuthenticationViewController.h rename to Vector/ViewController/AuthenticationViewController.h diff --git a/matrixConsole/ViewController/AuthenticationViewController.m b/Vector/ViewController/AuthenticationViewController.m similarity index 100% rename from matrixConsole/ViewController/AuthenticationViewController.m rename to Vector/ViewController/AuthenticationViewController.m diff --git a/matrixConsole/ViewController/ContactsViewController.h b/Vector/ViewController/ContactsViewController.h similarity index 100% rename from matrixConsole/ViewController/ContactsViewController.h rename to Vector/ViewController/ContactsViewController.h diff --git a/matrixConsole/ViewController/ContactsViewController.m b/Vector/ViewController/ContactsViewController.m similarity index 100% rename from matrixConsole/ViewController/ContactsViewController.m rename to Vector/ViewController/ContactsViewController.m diff --git a/matrixConsole/ViewController/GlobalNotificationSettingsViewController.h b/Vector/ViewController/GlobalNotificationSettingsViewController.h similarity index 100% rename from matrixConsole/ViewController/GlobalNotificationSettingsViewController.h rename to Vector/ViewController/GlobalNotificationSettingsViewController.h diff --git a/matrixConsole/ViewController/GlobalNotificationSettingsViewController.m b/Vector/ViewController/GlobalNotificationSettingsViewController.m similarity index 100% rename from matrixConsole/ViewController/GlobalNotificationSettingsViewController.m rename to Vector/ViewController/GlobalNotificationSettingsViewController.m diff --git a/matrixConsole/ViewController/HomeViewController.h b/Vector/ViewController/HomeViewController.h similarity index 100% rename from matrixConsole/ViewController/HomeViewController.h rename to Vector/ViewController/HomeViewController.h diff --git a/matrixConsole/ViewController/HomeViewController.m b/Vector/ViewController/HomeViewController.m similarity index 100% rename from matrixConsole/ViewController/HomeViewController.m rename to Vector/ViewController/HomeViewController.m diff --git a/matrixConsole/ViewController/MasterTabBarController.h b/Vector/ViewController/MasterTabBarController.h similarity index 100% rename from matrixConsole/ViewController/MasterTabBarController.h rename to Vector/ViewController/MasterTabBarController.h diff --git a/matrixConsole/ViewController/MasterTabBarController.m b/Vector/ViewController/MasterTabBarController.m similarity index 100% rename from matrixConsole/ViewController/MasterTabBarController.m rename to Vector/ViewController/MasterTabBarController.m diff --git a/matrixConsole/ViewController/RecentsViewController.h b/Vector/ViewController/RecentsViewController.h similarity index 100% rename from matrixConsole/ViewController/RecentsViewController.h rename to Vector/ViewController/RecentsViewController.h diff --git a/matrixConsole/ViewController/RecentsViewController.m b/Vector/ViewController/RecentsViewController.m similarity index 100% rename from matrixConsole/ViewController/RecentsViewController.m rename to Vector/ViewController/RecentsViewController.m diff --git a/matrixConsole/ViewController/RoomMembersViewController.h b/Vector/ViewController/RoomMembersViewController.h similarity index 100% rename from matrixConsole/ViewController/RoomMembersViewController.h rename to Vector/ViewController/RoomMembersViewController.h diff --git a/matrixConsole/ViewController/RoomMembersViewController.m b/Vector/ViewController/RoomMembersViewController.m similarity index 100% rename from matrixConsole/ViewController/RoomMembersViewController.m rename to Vector/ViewController/RoomMembersViewController.m diff --git a/matrixConsole/ViewController/RoomViewController.h b/Vector/ViewController/RoomViewController.h similarity index 100% rename from matrixConsole/ViewController/RoomViewController.h rename to Vector/ViewController/RoomViewController.h diff --git a/matrixConsole/ViewController/RoomViewController.m b/Vector/ViewController/RoomViewController.m similarity index 100% rename from matrixConsole/ViewController/RoomViewController.m rename to Vector/ViewController/RoomViewController.m diff --git a/matrixConsole/ViewController/SettingsViewController.h b/Vector/ViewController/SettingsViewController.h similarity index 100% rename from matrixConsole/ViewController/SettingsViewController.h rename to Vector/ViewController/SettingsViewController.h diff --git a/matrixConsole/ViewController/SettingsViewController.m b/Vector/ViewController/SettingsViewController.m similarity index 100% rename from matrixConsole/ViewController/SettingsViewController.m rename to Vector/ViewController/SettingsViewController.m diff --git a/matrixConsole/empty.mm b/Vector/empty.mm similarity index 100% rename from matrixConsole/empty.mm rename to Vector/empty.mm diff --git a/matrixConsole/main.m b/Vector/main.m similarity index 96% rename from matrixConsole/main.m rename to Vector/main.m index 830c9d97c..d875fab12 100644 --- a/matrixConsole/main.m +++ b/Vector/main.m @@ -1,5 +1,5 @@ /* - Copyright 2014 OpenMarket Ltd + Copyright 2015 OpenMarket Ltd Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/matrixConsoleTests/Info.plist b/VectorTests/Info.plist similarity index 100% rename from matrixConsoleTests/Info.plist rename to VectorTests/Info.plist diff --git a/matrixConsoleTests/matrixConsoleTests.m b/VectorTests/VectorTests.m similarity index 50% rename from matrixConsoleTests/matrixConsoleTests.m rename to VectorTests/VectorTests.m index c7463668b..4dac243e8 100644 --- a/matrixConsoleTests/matrixConsoleTests.m +++ b/VectorTests/VectorTests.m @@ -1,27 +1,19 @@ -/* - Copyright 2014 OpenMarket Ltd - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - */ +// +// VectorTests.m +// VectorTests +// +// Created by Guillaume Foret on 10/08/15. +// Copyright (c) 2015 matrix.org. All rights reserved. +// #import #import -@interface syMessagingTests : XCTestCase +@interface VectorTests : XCTestCase @end -@implementation syMessagingTests +@implementation VectorTests - (void)setUp { [super setUp]; diff --git a/matrixConsole.xcodeproj/project.pbxproj b/matrixConsole.xcodeproj/project.pbxproj deleted file mode 100644 index ddf8a7fd9..000000000 --- a/matrixConsole.xcodeproj/project.pbxproj +++ /dev/null @@ -1,713 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 32F90B7B1B28906400DDC61B /* empty.mm in Sources */ = {isa = PBXBuildFile; fileRef = 32F90B7A1B28906400DDC61B /* empty.mm */; }; - 71193D241A6D64F900E59A9E /* AddressBook.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 71193D231A6D64F900E59A9E /* AddressBook.framework */; }; - 71193D291A6E3DC000E59A9E /* ContactsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71193D281A6E3DC000E59A9E /* ContactsViewController.m */; }; - 717629521A7A682A00927125 /* countryCodes.plist in Resources */ = {isa = PBXBuildFile; fileRef = 717629511A7A682A00927125 /* countryCodes.plist */; }; - D648B86A591308736E2D4078 /* libPods-matrixConsole.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8141B1E2401FFCC3C5B99234 /* libPods-matrixConsole.a */; }; - F013EEEC1A40D437002BB093 /* matrixConsole-Defaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = F013EEEB1A40D437002BB093 /* matrixConsole-Defaults.plist */; }; - F01449A31B53E06A00EA7D73 /* GlobalNotificationSettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F01449A21B53E06A00EA7D73 /* GlobalNotificationSettingsViewController.m */; }; - F01449B41B56B14D00EA7D73 /* AccountDetailsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F01449B31B56B14D00EA7D73 /* AccountDetailsViewController.m */; }; - F03EF5F619F171EB00A0EE52 /* HomeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F03EF5EB19F171EB00A0EE52 /* HomeViewController.m */; }; - F03EF5F719F171EB00A0EE52 /* AuthenticationViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F03EF5ED19F171EB00A0EE52 /* AuthenticationViewController.m */; }; - F03EF5F819F171EB00A0EE52 /* MasterTabBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = F03EF5EF19F171EB00A0EE52 /* MasterTabBarController.m */; }; - F03EF5F919F171EB00A0EE52 /* RecentsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F03EF5F119F171EB00A0EE52 /* RecentsViewController.m */; }; - F03EF5FA19F171EB00A0EE52 /* RoomViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F03EF5F319F171EB00A0EE52 /* RoomViewController.m */; }; - F03EF5FB19F171EB00A0EE52 /* SettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F03EF5F519F171EB00A0EE52 /* SettingsViewController.m */; }; - F07A80D819DD9DE700B621A1 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = F07A80D719DD9DE700B621A1 /* main.m */; }; - F07A80DB19DD9DE700B621A1 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = F07A80DA19DD9DE700B621A1 /* AppDelegate.m */; }; - F07A80E419DD9DE700B621A1 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F07A80E219DD9DE700B621A1 /* Main.storyboard */; }; - F07A80E619DD9DE700B621A1 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F07A80E519DD9DE700B621A1 /* Images.xcassets */; }; - F07A80E919DD9DE700B621A1 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = F07A80E719DD9DE700B621A1 /* LaunchScreen.xib */; }; - F07A80F519DD9DE700B621A1 /* matrixConsoleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = F07A80F419DD9DE700B621A1 /* matrixConsoleTests.m */; }; - F08DCBDB1A093BFA008C65B6 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F08DCBDA1A093BFA008C65B6 /* MobileCoreServices.framework */; }; - F0A1A5F71B73C1370061FE52 /* icon_users.png in Resources */ = {isa = PBXBuildFile; fileRef = F0A1A5EB1B73C1370061FE52 /* icon_users.png */; }; - F0A1A5F81B73C1370061FE52 /* icon_users@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F0A1A5EC1B73C1370061FE52 /* icon_users@2x.png */; }; - F0A1A5F91B73C1370061FE52 /* matrixConsole.jpg in Resources */ = {isa = PBXBuildFile; fileRef = F0A1A5ED1B73C1370061FE52 /* matrixConsole.jpg */; }; - F0A1A5FA1B73C1370061FE52 /* tab_home.ico in Resources */ = {isa = PBXBuildFile; fileRef = F0A1A5EE1B73C1370061FE52 /* tab_home.ico */; }; - F0A1A5FB1B73C1370061FE52 /* tab_recents.png in Resources */ = {isa = PBXBuildFile; fileRef = F0A1A5EF1B73C1370061FE52 /* tab_recents.png */; }; - F0A1A5FC1B73C1370061FE52 /* tab_recents@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F0A1A5F01B73C1370061FE52 /* tab_recents@2x.png */; }; - F0A1A5FD1B73C1370061FE52 /* tab_settings.png in Resources */ = {isa = PBXBuildFile; fileRef = F0A1A5F11B73C1370061FE52 /* tab_settings.png */; }; - F0A1A5FE1B73C1370061FE52 /* tab_settings@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F0A1A5F21B73C1370061FE52 /* tab_settings@2x.png */; }; - F0A1A5FF1B73C1370061FE52 /* video.png in Resources */ = {isa = PBXBuildFile; fileRef = F0A1A5F31B73C1370061FE52 /* video.png */; }; - F0A1A6001B73C1370061FE52 /* voice.png in Resources */ = {isa = PBXBuildFile; fileRef = F0A1A5F41B73C1370061FE52 /* voice.png */; }; - F0A1A6061B73C66F0061FE52 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = F0A1A6021B73C66F0061FE52 /* Localizable.strings */; }; - F0A1A6071B73C66F0061FE52 /* MatrixConsole.strings in Resources */ = {isa = PBXBuildFile; fileRef = F0A1A6041B73C66F0061FE52 /* MatrixConsole.strings */; }; - F0ADEFFB1AD7D2B3008A4F21 /* RoomMembersViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F0ADEFFA1AD7D2B3008A4F21 /* RoomMembersViewController.m */; }; - F0F148A81AB1BF01005F5D4A /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F0F148A71AB1BF01005F5D4A /* AudioToolbox.framework */; }; - F0F535BB1ACD6C4F00B603F8 /* RageShakeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F0F535BA1ACD6C4F00B603F8 /* RageShakeManager.m */; }; - F0F535BF1ACDE46200B603F8 /* RecentListDataSource.m in Sources */ = {isa = PBXBuildFile; fileRef = F0F535BE1ACDE46200B603F8 /* RecentListDataSource.m */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - F07A80EF19DD9DE700B621A1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = F07A80CA19DD9DE700B621A1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F07A80D119DD9DE700B621A1; - remoteInfo = matrixConsole; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 13057A57E74FD5504196F47F /* Pods-matrixConsole.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-matrixConsole.release.xcconfig"; path = "Pods/Target Support Files/Pods-matrixConsole/Pods-matrixConsole.release.xcconfig"; sourceTree = ""; }; - 32F90B7A1B28906400DDC61B /* empty.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = empty.mm; sourceTree = ""; }; - 71193D231A6D64F900E59A9E /* AddressBook.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AddressBook.framework; path = System/Library/Frameworks/AddressBook.framework; sourceTree = SDKROOT; }; - 71193D271A6E3DC000E59A9E /* ContactsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ContactsViewController.h; sourceTree = ""; }; - 71193D281A6E3DC000E59A9E /* ContactsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ContactsViewController.m; sourceTree = ""; }; - 717629511A7A682A00927125 /* countryCodes.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = countryCodes.plist; path = Resources/countryCodes.plist; sourceTree = ""; }; - 8141B1E2401FFCC3C5B99234 /* libPods-matrixConsole.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-matrixConsole.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - B7EC7E45C718BF2BBCE0CF48 /* Pods-matrixConsole.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-matrixConsole.debug.xcconfig"; path = "Pods/Target Support Files/Pods-matrixConsole/Pods-matrixConsole.debug.xcconfig"; sourceTree = ""; }; - F013EEEB1A40D437002BB093 /* matrixConsole-Defaults.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "matrixConsole-Defaults.plist"; sourceTree = ""; }; - F01449A11B53E06A00EA7D73 /* GlobalNotificationSettingsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GlobalNotificationSettingsViewController.h; sourceTree = ""; }; - F01449A21B53E06A00EA7D73 /* GlobalNotificationSettingsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GlobalNotificationSettingsViewController.m; sourceTree = ""; }; - F01449B21B56B14D00EA7D73 /* AccountDetailsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AccountDetailsViewController.h; sourceTree = ""; }; - F01449B31B56B14D00EA7D73 /* AccountDetailsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AccountDetailsViewController.m; sourceTree = ""; }; - F03EF5EA19F171EB00A0EE52 /* HomeViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HomeViewController.h; sourceTree = ""; }; - F03EF5EB19F171EB00A0EE52 /* HomeViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HomeViewController.m; sourceTree = ""; }; - F03EF5EC19F171EB00A0EE52 /* AuthenticationViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AuthenticationViewController.h; sourceTree = ""; }; - F03EF5ED19F171EB00A0EE52 /* AuthenticationViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AuthenticationViewController.m; sourceTree = ""; }; - F03EF5EE19F171EB00A0EE52 /* MasterTabBarController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MasterTabBarController.h; sourceTree = ""; }; - F03EF5EF19F171EB00A0EE52 /* MasterTabBarController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MasterTabBarController.m; sourceTree = ""; }; - F03EF5F019F171EB00A0EE52 /* RecentsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RecentsViewController.h; sourceTree = ""; }; - F03EF5F119F171EB00A0EE52 /* RecentsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RecentsViewController.m; sourceTree = ""; }; - F03EF5F219F171EB00A0EE52 /* RoomViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomViewController.h; sourceTree = ""; }; - F03EF5F319F171EB00A0EE52 /* RoomViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoomViewController.m; sourceTree = ""; }; - F03EF5F419F171EB00A0EE52 /* SettingsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SettingsViewController.h; sourceTree = ""; }; - F03EF5F519F171EB00A0EE52 /* SettingsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SettingsViewController.m; sourceTree = ""; }; - F07A80D219DD9DE700B621A1 /* matrixConsole.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = matrixConsole.app; sourceTree = BUILT_PRODUCTS_DIR; }; - F07A80D619DD9DE700B621A1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - F07A80D719DD9DE700B621A1 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - F07A80D919DD9DE700B621A1 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; - F07A80DA19DD9DE700B621A1 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; - F07A80E319DD9DE700B621A1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; - F07A80E519DD9DE700B621A1 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - F07A80E819DD9DE700B621A1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; }; - F07A80EE19DD9DE700B621A1 /* matrixConsoleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = matrixConsoleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - F07A80F319DD9DE700B621A1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - F07A80F419DD9DE700B621A1 /* matrixConsoleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = matrixConsoleTests.m; sourceTree = ""; }; - F08DCBDA1A093BFA008C65B6 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; }; - F0A1A5EB1B73C1370061FE52 /* icon_users.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon_users.png; sourceTree = ""; }; - F0A1A5EC1B73C1370061FE52 /* icon_users@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon_users@2x.png"; sourceTree = ""; }; - F0A1A5ED1B73C1370061FE52 /* matrixConsole.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = matrixConsole.jpg; sourceTree = ""; }; - F0A1A5EE1B73C1370061FE52 /* tab_home.ico */ = {isa = PBXFileReference; lastKnownFileType = image.ico; path = tab_home.ico; sourceTree = ""; }; - F0A1A5EF1B73C1370061FE52 /* tab_recents.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tab_recents.png; sourceTree = ""; }; - F0A1A5F01B73C1370061FE52 /* tab_recents@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "tab_recents@2x.png"; sourceTree = ""; }; - F0A1A5F11B73C1370061FE52 /* tab_settings.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tab_settings.png; sourceTree = ""; }; - F0A1A5F21B73C1370061FE52 /* tab_settings@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "tab_settings@2x.png"; sourceTree = ""; }; - F0A1A5F31B73C1370061FE52 /* video.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = video.png; sourceTree = ""; }; - F0A1A5F41B73C1370061FE52 /* voice.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = voice.png; sourceTree = ""; }; - F0A1A6031B73C66F0061FE52 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = Localizable.strings; sourceTree = ""; }; - F0A1A6051B73C66F0061FE52 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = MatrixConsole.strings; sourceTree = ""; }; - F0ADEFF91AD7D2B3008A4F21 /* RoomMembersViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomMembersViewController.h; sourceTree = ""; }; - F0ADEFFA1AD7D2B3008A4F21 /* RoomMembersViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoomMembersViewController.m; sourceTree = ""; }; - F0F148A71AB1BF01005F5D4A /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; - F0F535B91ACD6C4F00B603F8 /* RageShakeManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RageShakeManager.h; sourceTree = ""; }; - F0F535BA1ACD6C4F00B603F8 /* RageShakeManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RageShakeManager.m; sourceTree = ""; }; - F0F535BD1ACDE46200B603F8 /* RecentListDataSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RecentListDataSource.h; sourceTree = ""; }; - F0F535BE1ACDE46200B603F8 /* RecentListDataSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RecentListDataSource.m; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - F07A80CF19DD9DE700B621A1 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - F0F148A81AB1BF01005F5D4A /* AudioToolbox.framework in Frameworks */, - 71193D241A6D64F900E59A9E /* AddressBook.framework in Frameworks */, - F08DCBDB1A093BFA008C65B6 /* MobileCoreServices.framework in Frameworks */, - D648B86A591308736E2D4078 /* libPods-matrixConsole.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F07A80EB19DD9DE700B621A1 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 717629501A7A681B00927125 /* Resources */ = { - isa = PBXGroup; - children = ( - 717629511A7A682A00927125 /* countryCodes.plist */, - ); - name = Resources; - sourceTree = ""; - }; - B18A10A9FB884DD357EBD414 /* Pods */ = { - isa = PBXGroup; - children = ( - B7EC7E45C718BF2BBCE0CF48 /* Pods-matrixConsole.debug.xcconfig */, - 13057A57E74FD5504196F47F /* Pods-matrixConsole.release.xcconfig */, - ); - name = Pods; - sourceTree = ""; - }; - EAA71E3C2B16D1D86B3F5100 /* Frameworks */ = { - isa = PBXGroup; - children = ( - F0F148A71AB1BF01005F5D4A /* AudioToolbox.framework */, - 71193D231A6D64F900E59A9E /* AddressBook.framework */, - F08DCBDA1A093BFA008C65B6 /* MobileCoreServices.framework */, - 8141B1E2401FFCC3C5B99234 /* libPods-matrixConsole.a */, - ); - name = Frameworks; - sourceTree = ""; - }; - F01628B519E298710071C473 /* Assets */ = { - isa = PBXGroup; - children = ( - F0A1A6011B73C66F0061FE52 /* en.lproj */, - F0A1A5E81B73C1370061FE52 /* Images */, - ); - path = Assets; - sourceTree = ""; - }; - F021FBEC1A5EF57300EA3AE6 /* API */ = { - isa = PBXGroup; - children = ( - F0F535B91ACD6C4F00B603F8 /* RageShakeManager.h */, - F0F535BA1ACD6C4F00B603F8 /* RageShakeManager.m */, - ); - path = API; - sourceTree = ""; - }; - F03EF5E919F171EB00A0EE52 /* ViewController */ = { - isa = PBXGroup; - children = ( - F01449B21B56B14D00EA7D73 /* AccountDetailsViewController.h */, - F01449B31B56B14D00EA7D73 /* AccountDetailsViewController.m */, - F03EF5EC19F171EB00A0EE52 /* AuthenticationViewController.h */, - F03EF5ED19F171EB00A0EE52 /* AuthenticationViewController.m */, - 71193D271A6E3DC000E59A9E /* ContactsViewController.h */, - 71193D281A6E3DC000E59A9E /* ContactsViewController.m */, - F03EF5EA19F171EB00A0EE52 /* HomeViewController.h */, - F03EF5EB19F171EB00A0EE52 /* HomeViewController.m */, - F01449A11B53E06A00EA7D73 /* GlobalNotificationSettingsViewController.h */, - F01449A21B53E06A00EA7D73 /* GlobalNotificationSettingsViewController.m */, - F03EF5EE19F171EB00A0EE52 /* MasterTabBarController.h */, - F03EF5EF19F171EB00A0EE52 /* MasterTabBarController.m */, - F03EF5F019F171EB00A0EE52 /* RecentsViewController.h */, - F03EF5F119F171EB00A0EE52 /* RecentsViewController.m */, - F0ADEFF91AD7D2B3008A4F21 /* RoomMembersViewController.h */, - F0ADEFFA1AD7D2B3008A4F21 /* RoomMembersViewController.m */, - F03EF5F219F171EB00A0EE52 /* RoomViewController.h */, - F03EF5F319F171EB00A0EE52 /* RoomViewController.m */, - F03EF5F419F171EB00A0EE52 /* SettingsViewController.h */, - F03EF5F519F171EB00A0EE52 /* SettingsViewController.m */, - ); - path = ViewController; - sourceTree = ""; - }; - F0465AF71A251F85003639F9 /* Model */ = { - isa = PBXGroup; - children = ( - F0F535BD1ACDE46200B603F8 /* RecentListDataSource.h */, - F0F535BE1ACDE46200B603F8 /* RecentListDataSource.m */, - ); - path = Model; - sourceTree = ""; - }; - F07A80C919DD9DE700B621A1 = { - isa = PBXGroup; - children = ( - F07A80D419DD9DE700B621A1 /* matrixConsole */, - F07A80F119DD9DE700B621A1 /* matrixConsoleTests */, - F07A80D319DD9DE700B621A1 /* Products */, - B18A10A9FB884DD357EBD414 /* Pods */, - EAA71E3C2B16D1D86B3F5100 /* Frameworks */, - ); - sourceTree = ""; - }; - F07A80D319DD9DE700B621A1 /* Products */ = { - isa = PBXGroup; - children = ( - F07A80D219DD9DE700B621A1 /* matrixConsole.app */, - F07A80EE19DD9DE700B621A1 /* matrixConsoleTests.xctest */, - ); - name = Products; - sourceTree = ""; - }; - F07A80D419DD9DE700B621A1 /* matrixConsole */ = { - isa = PBXGroup; - children = ( - 717629501A7A681B00927125 /* Resources */, - F021FBEC1A5EF57300EA3AE6 /* API */, - F0465AF71A251F85003639F9 /* Model */, - F03EF5E919F171EB00A0EE52 /* ViewController */, - F07A80D919DD9DE700B621A1 /* AppDelegate.h */, - F07A80DA19DD9DE700B621A1 /* AppDelegate.m */, - F07A80E219DD9DE700B621A1 /* Main.storyboard */, - F07A80E519DD9DE700B621A1 /* Images.xcassets */, - F07A80E719DD9DE700B621A1 /* LaunchScreen.xib */, - F01628B519E298710071C473 /* Assets */, - F07A80D519DD9DE700B621A1 /* Supporting Files */, - ); - path = matrixConsole; - sourceTree = ""; - }; - F07A80D519DD9DE700B621A1 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 32F90B7A1B28906400DDC61B /* empty.mm */, - F013EEEB1A40D437002BB093 /* matrixConsole-Defaults.plist */, - F07A80D619DD9DE700B621A1 /* Info.plist */, - F07A80D719DD9DE700B621A1 /* main.m */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - F07A80F119DD9DE700B621A1 /* matrixConsoleTests */ = { - isa = PBXGroup; - children = ( - F07A80F419DD9DE700B621A1 /* matrixConsoleTests.m */, - F07A80F219DD9DE700B621A1 /* Supporting Files */, - ); - path = matrixConsoleTests; - sourceTree = ""; - }; - F07A80F219DD9DE700B621A1 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - F07A80F319DD9DE700B621A1 /* Info.plist */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - F0A1A5E81B73C1370061FE52 /* Images */ = { - isa = PBXGroup; - children = ( - F0A1A5EB1B73C1370061FE52 /* icon_users.png */, - F0A1A5EC1B73C1370061FE52 /* icon_users@2x.png */, - F0A1A5ED1B73C1370061FE52 /* matrixConsole.jpg */, - F0A1A5EE1B73C1370061FE52 /* tab_home.ico */, - F0A1A5EF1B73C1370061FE52 /* tab_recents.png */, - F0A1A5F01B73C1370061FE52 /* tab_recents@2x.png */, - F0A1A5F11B73C1370061FE52 /* tab_settings.png */, - F0A1A5F21B73C1370061FE52 /* tab_settings@2x.png */, - F0A1A5F31B73C1370061FE52 /* video.png */, - F0A1A5F41B73C1370061FE52 /* voice.png */, - ); - path = Images; - sourceTree = ""; - }; - F0A1A6011B73C66F0061FE52 /* en.lproj */ = { - isa = PBXGroup; - children = ( - F0A1A6021B73C66F0061FE52 /* Localizable.strings */, - F0A1A6041B73C66F0061FE52 /* MatrixConsole.strings */, - ); - path = en.lproj; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - F07A80D119DD9DE700B621A1 /* matrixConsole */ = { - isa = PBXNativeTarget; - buildConfigurationList = F07A80F819DD9DE700B621A1 /* Build configuration list for PBXNativeTarget "matrixConsole" */; - buildPhases = ( - A063750719371855C7755702 /* Check Pods Manifest.lock */, - F07A80CE19DD9DE700B621A1 /* Sources */, - F07A80CF19DD9DE700B621A1 /* Frameworks */, - F07A80D019DD9DE700B621A1 /* Resources */, - 3496B335A95D95AB2A8DCEF4 /* Copy Pods Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = matrixConsole; - productName = matrixConsole; - productReference = F07A80D219DD9DE700B621A1 /* matrixConsole.app */; - productType = "com.apple.product-type.application"; - }; - F07A80ED19DD9DE700B621A1 /* matrixConsoleTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = F07A80FB19DD9DE700B621A1 /* Build configuration list for PBXNativeTarget "matrixConsoleTests" */; - buildPhases = ( - F07A80EA19DD9DE700B621A1 /* Sources */, - F07A80EB19DD9DE700B621A1 /* Frameworks */, - F07A80EC19DD9DE700B621A1 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - F07A80F019DD9DE700B621A1 /* PBXTargetDependency */, - ); - name = matrixConsoleTests; - productName = matrixConsoleTests; - productReference = F07A80EE19DD9DE700B621A1 /* matrixConsoleTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - F07A80CA19DD9DE700B621A1 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0600; - ORGANIZATIONNAME = matrix.org; - TargetAttributes = { - F07A80D119DD9DE700B621A1 = { - CreatedOnToolsVersion = 6.0; - }; - F07A80ED19DD9DE700B621A1 = { - CreatedOnToolsVersion = 6.0; - TestTargetID = F07A80D119DD9DE700B621A1; - }; - }; - }; - buildConfigurationList = F07A80CD19DD9DE700B621A1 /* Build configuration list for PBXProject "matrixConsole" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = F07A80C919DD9DE700B621A1; - productRefGroup = F07A80D319DD9DE700B621A1 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - F07A80D119DD9DE700B621A1 /* matrixConsole */, - F07A80ED19DD9DE700B621A1 /* matrixConsoleTests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - F07A80D019DD9DE700B621A1 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - F0A1A6061B73C66F0061FE52 /* Localizable.strings in Resources */, - F0A1A5F91B73C1370061FE52 /* matrixConsole.jpg in Resources */, - F0A1A5F81B73C1370061FE52 /* icon_users@2x.png in Resources */, - F07A80E419DD9DE700B621A1 /* Main.storyboard in Resources */, - F013EEEC1A40D437002BB093 /* matrixConsole-Defaults.plist in Resources */, - F0A1A5F71B73C1370061FE52 /* icon_users.png in Resources */, - F07A80E919DD9DE700B621A1 /* LaunchScreen.xib in Resources */, - F0A1A5FC1B73C1370061FE52 /* tab_recents@2x.png in Resources */, - F0A1A6001B73C1370061FE52 /* voice.png in Resources */, - F0A1A5FB1B73C1370061FE52 /* tab_recents.png in Resources */, - F0A1A5FA1B73C1370061FE52 /* tab_home.ico in Resources */, - F0A1A5FF1B73C1370061FE52 /* video.png in Resources */, - F0A1A5FD1B73C1370061FE52 /* tab_settings.png in Resources */, - 717629521A7A682A00927125 /* countryCodes.plist in Resources */, - F07A80E619DD9DE700B621A1 /* Images.xcassets in Resources */, - F0A1A5FE1B73C1370061FE52 /* tab_settings@2x.png in Resources */, - F0A1A6071B73C66F0061FE52 /* MatrixConsole.strings in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F07A80EC19DD9DE700B621A1 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 3496B335A95D95AB2A8DCEF4 /* Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-matrixConsole/Pods-matrixConsole-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - A063750719371855C7755702 /* Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Check Pods Manifest.lock"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - F07A80CE19DD9DE700B621A1 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - F07A80DB19DD9DE700B621A1 /* AppDelegate.m in Sources */, - F01449B41B56B14D00EA7D73 /* AccountDetailsViewController.m in Sources */, - F0ADEFFB1AD7D2B3008A4F21 /* RoomMembersViewController.m in Sources */, - F07A80D819DD9DE700B621A1 /* main.m in Sources */, - F0F535BF1ACDE46200B603F8 /* RecentListDataSource.m in Sources */, - F03EF5FB19F171EB00A0EE52 /* SettingsViewController.m in Sources */, - F03EF5FA19F171EB00A0EE52 /* RoomViewController.m in Sources */, - F03EF5F819F171EB00A0EE52 /* MasterTabBarController.m in Sources */, - F0F535BB1ACD6C4F00B603F8 /* RageShakeManager.m in Sources */, - F03EF5F619F171EB00A0EE52 /* HomeViewController.m in Sources */, - F03EF5F919F171EB00A0EE52 /* RecentsViewController.m in Sources */, - 32F90B7B1B28906400DDC61B /* empty.mm in Sources */, - F01449A31B53E06A00EA7D73 /* GlobalNotificationSettingsViewController.m in Sources */, - 71193D291A6E3DC000E59A9E /* ContactsViewController.m in Sources */, - F03EF5F719F171EB00A0EE52 /* AuthenticationViewController.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F07A80EA19DD9DE700B621A1 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - F07A80F519DD9DE700B621A1 /* matrixConsoleTests.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - F07A80F019DD9DE700B621A1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = F07A80D119DD9DE700B621A1 /* matrixConsole */; - targetProxy = F07A80EF19DD9DE700B621A1 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin PBXVariantGroup section */ - F07A80E219DD9DE700B621A1 /* Main.storyboard */ = { - isa = PBXVariantGroup; - children = ( - F07A80E319DD9DE700B621A1 /* Base */, - ); - name = Main.storyboard; - sourceTree = ""; - }; - F07A80E719DD9DE700B621A1 /* LaunchScreen.xib */ = { - isa = PBXVariantGroup; - children = ( - F07A80E819DD9DE700B621A1 /* Base */, - ); - name = LaunchScreen.xib; - sourceTree = ""; - }; - F0A1A6021B73C66F0061FE52 /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - F0A1A6031B73C66F0061FE52 /* en */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - F0A1A6041B73C66F0061FE52 /* MatrixConsole.strings */ = { - isa = PBXVariantGroup; - children = ( - F0A1A6051B73C66F0061FE52 /* en */, - ); - name = MatrixConsole.strings; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - F07A80F619DD9DE700B621A1 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - 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; - CURRENT_PROJECT_VERSION = 0; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - 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 = 8.0; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Debug; - }; - F07A80F719DD9DE700B621A1 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - 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 Distribution"; - COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 0; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_PREPROCESSOR_DEFINITIONS = ""; - 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 = 8.0; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Release; - }; - F07A80F919DD9DE700B621A1 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B7EC7E45C718BF2BBCE0CF48 /* Pods-matrixConsole.debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; - CLANG_CXX_LIBRARY = "libstdc++"; - INFOPLIST_FILE = matrixConsole/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_NAME = matrixConsole; - }; - name = Debug; - }; - F07A80FA19DD9DE700B621A1 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 13057A57E74FD5504196F47F /* Pods-matrixConsole.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; - CLANG_CXX_LIBRARY = "libstdc++"; - INFOPLIST_FILE = matrixConsole/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_NAME = matrixConsole; - }; - name = Release; - }; - F07A80FC19DD9DE700B621A1 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - ); - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - INFOPLIST_FILE = matrixConsoleTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_NAME = matrixConsoleTests; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/matrixConsole.app/matrixConsole"; - }; - name = Debug; - }; - F07A80FD19DD9DE700B621A1 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - ); - INFOPLIST_FILE = matrixConsoleTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_NAME = matrixConsoleTests; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/matrixConsole.app/matrixConsole"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - F07A80CD19DD9DE700B621A1 /* Build configuration list for PBXProject "matrixConsole" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F07A80F619DD9DE700B621A1 /* Debug */, - F07A80F719DD9DE700B621A1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - F07A80F819DD9DE700B621A1 /* Build configuration list for PBXNativeTarget "matrixConsole" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F07A80F919DD9DE700B621A1 /* Debug */, - F07A80FA19DD9DE700B621A1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - F07A80FB19DD9DE700B621A1 /* Build configuration list for PBXNativeTarget "matrixConsoleTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F07A80FC19DD9DE700B621A1 /* Debug */, - F07A80FD19DD9DE700B621A1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = F07A80CA19DD9DE700B621A1 /* Project object */; -} diff --git a/matrixConsole.xcodeproj/xcshareddata/xcschemes/matrixConsole.xcscheme b/matrixConsole.xcodeproj/xcshareddata/xcschemes/matrixConsole.xcscheme deleted file mode 100644 index 0e3d391d5..000000000 --- a/matrixConsole.xcodeproj/xcshareddata/xcschemes/matrixConsole.xcscheme +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/matrixConsole/Assets/Images/close.png b/matrixConsole/Assets/Images/close.png deleted file mode 100644 index fbcdb51e6..000000000 Binary files a/matrixConsole/Assets/Images/close.png and /dev/null differ diff --git a/matrixConsole/Assets/Images/gradient.png b/matrixConsole/Assets/Images/gradient.png deleted file mode 100644 index 8ac9e2193..000000000 Binary files a/matrixConsole/Assets/Images/gradient.png and /dev/null differ diff --git a/matrixConsole/Assets/Images/icon_users.png b/matrixConsole/Assets/Images/icon_users.png deleted file mode 100755 index 5a914b6a1..000000000 Binary files a/matrixConsole/Assets/Images/icon_users.png and /dev/null differ diff --git a/matrixConsole/Assets/Images/icon_users@2x.png b/matrixConsole/Assets/Images/icon_users@2x.png deleted file mode 100755 index 2a1b5998a..000000000 Binary files a/matrixConsole/Assets/Images/icon_users@2x.png and /dev/null differ diff --git a/matrixConsole/Assets/Images/matrixConsole.jpg b/matrixConsole/Assets/Images/matrixConsole.jpg deleted file mode 100644 index 3d17aa9f8..000000000 Binary files a/matrixConsole/Assets/Images/matrixConsole.jpg and /dev/null differ diff --git a/matrixConsole/Assets/Images/tab_home.ico b/matrixConsole/Assets/Images/tab_home.ico deleted file mode 100644 index ba193fabc..000000000 Binary files a/matrixConsole/Assets/Images/tab_home.ico and /dev/null differ diff --git a/matrixConsole/Assets/Images/tab_recents.png b/matrixConsole/Assets/Images/tab_recents.png deleted file mode 100755 index 1d1da3a3d..000000000 Binary files a/matrixConsole/Assets/Images/tab_recents.png and /dev/null differ diff --git a/matrixConsole/Assets/Images/tab_recents@2x.png b/matrixConsole/Assets/Images/tab_recents@2x.png deleted file mode 100644 index 005b2265e..000000000 Binary files a/matrixConsole/Assets/Images/tab_recents@2x.png and /dev/null differ diff --git a/matrixConsole/Assets/Images/tab_settings.png b/matrixConsole/Assets/Images/tab_settings.png deleted file mode 100644 index bf96bdb02..000000000 Binary files a/matrixConsole/Assets/Images/tab_settings.png and /dev/null differ diff --git a/matrixConsole/Assets/Images/tab_settings@2x.png b/matrixConsole/Assets/Images/tab_settings@2x.png deleted file mode 100644 index 72bbabfd4..000000000 Binary files a/matrixConsole/Assets/Images/tab_settings@2x.png and /dev/null differ diff --git a/matrixConsole/Assets/Images/video.png b/matrixConsole/Assets/Images/video.png deleted file mode 100644 index 16428d09a..000000000 Binary files a/matrixConsole/Assets/Images/video.png and /dev/null differ diff --git a/matrixConsole/Assets/Images/voice.png b/matrixConsole/Assets/Images/voice.png deleted file mode 100644 index 7d62a2766..000000000 Binary files a/matrixConsole/Assets/Images/voice.png and /dev/null differ diff --git a/matrixConsole/Assets/en.lproj/MatrixConsole.strings b/matrixConsole/Assets/en.lproj/MatrixConsole.strings deleted file mode 100644 index bccf70616..000000000 --- a/matrixConsole/Assets/en.lproj/MatrixConsole.strings +++ /dev/null @@ -1,113 +0,0 @@ -/* - Copyright 2015 OpenMarket Ltd - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - */ - -/* *********************** */ -/* iOS specific */ -/* *********************** */ - -// Titles -"recents" = "Recents"; -"accounts" = "Accounts"; - -// Action -"return_to_call" = "Return to call"; -"join" = "Join"; -"chat_with_user" = "Chat with %@"; - -// Contact -"invitation_subject" = "Matrix.org is magic"; -"contact_local_sync_prompt" = "Allow local contacts synchronization?"; - -// Settings -"settings_config_ios_console_version" = "Console version: %@"; -"settings_config_ios_kit_version" = "MatrixKit version: %@"; -"settings_config_ios_sdk_version" = "MatrixSDK version: %@"; -"settings_config_no_build_info" = "(no build info)"; -"settings_contact_sync" = "Sync local contacts"; -"settings_country_select" = "Select your country"; -"settings_show_redactions" = "Show redactions"; -"settings_show_unsupported_events" = "Show unsupported events"; -"settings_max_cache_size" = "Maximum cache size (%@)"; - -// Accounts -"account_logout_all" = "Logout all accounts"; - -// Others -"public_room_section_title" = "Public Rooms (at %@):"; -"public_room_empty_section_title" = "No Public Rooms (at %@)"; -"mark_all_as_read_prompt" = "Mark all as read?"; -"bug_report_prompt" = "The application has crashed last time. Would you like to submit a crash report?"; -"rage_shake_prompt" = "You seem to be shaking the phone in frustration. Would you like to submit a bug report?"; - -/* -*- - Automatic localization for en - - The following key/value pairs were extracted from the android i18n file: - /console/src/main/res/values/strings.xml. -*/ - - -// titles - -// button names -"view" = "View"; -"chat_with" = "Chat with "; - -// actions -"create_room" = "Create Room"; -"join_room" = "Join Room"; - -// Login Screen -"login_error_must_start_http" = "URL must start with http[s]://"; - -// members list Screen - -// accounts list Screen - -// image size selection - -// invitation members list Screen - -// room creation dialog Screen - -// room info dialog Screen - -// contacts list screen -"contacts" = "Contacts"; -"invite_this_user_to_use_matrix" = "Invite this user to use matrix with"; -"invitation_message" = "I\'d like to chat with you with matrix. Please, visit the website http://matrix.org to have more information."; - -// Settings screen -"settings_webclient_push" = "To configure global notification settings (like rules), go find a webclient and hit Settings > Notifications."; -"settings_title_config" = "Configuration"; -"settings_title_rooms" = "Rooms"; -"settings_title_commands" = "Commands"; -"settings_config_build_number" = "Build: %@"; -"settings_display_all_events" = "Display all events"; -"settings_sort_by_last_seen" = "Sort members by last seen time"; -"settings_display_left_members" = "Display left members"; -"settings_clear_cache" = "Clear cache"; - -// Notification settings screen -"notification_settings_global_notification_settings" = "Global Notification Settings"; - -// gcm section -"settings_command_commands" = "The following commands are available in the room chat:\n\n /nick : change your display name\n /me : send the action you are doing. /me will be replaced by your display name\n /join : join a room\n /kick []: kick the user\n /ban []: ban the user\n /unban : unban the user\n /op : set user power level\n /deop : reset user power level to the room default value"; - -// Settings keys - -// call string - diff --git a/matrixConsole/Base.lproj/LaunchScreen.xib b/matrixConsole/Base.lproj/LaunchScreen.xib deleted file mode 100644 index fc64e2f3b..000000000 --- a/matrixConsole/Base.lproj/LaunchScreen.xib +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/matrixConsole/Images.xcassets/AppIcon.appiconset/Contents.json b/matrixConsole/Images.xcassets/AppIcon.appiconset/Contents.json deleted file mode 100644 index 65501812a..000000000 --- a/matrixConsole/Images.xcassets/AppIcon.appiconset/Contents.json +++ /dev/null @@ -1,122 +0,0 @@ -{ - "images" : [ - { - "size" : "29x29", - "idiom" : "iphone", - "filename" : "Icon-29.png", - "scale" : "1x" - }, - { - "size" : "29x29", - "idiom" : "iphone", - "filename" : "Icon-29@2x.png", - "scale" : "2x" - }, - { - "size" : "29x29", - "idiom" : "iphone", - "filename" : "Icon-29@3x.png", - "scale" : "3x" - }, - { - "size" : "40x40", - "idiom" : "iphone", - "filename" : "Icon-40@2x.png", - "scale" : "2x" - }, - { - "size" : "40x40", - "idiom" : "iphone", - "filename" : "Icon-40@3x.png", - "scale" : "3x" - }, - { - "size" : "57x57", - "idiom" : "iphone", - "filename" : "Icon-57.png", - "scale" : "1x" - }, - { - "size" : "57x57", - "idiom" : "iphone", - "filename" : "Icon-57@2x.png", - "scale" : "2x" - }, - { - "size" : "60x60", - "idiom" : "iphone", - "filename" : "Icon-60@2x.png", - "scale" : "2x" - }, - { - "size" : "60x60", - "idiom" : "iphone", - "filename" : "Icon-60@3x.png", - "scale" : "3x" - }, - { - "size" : "29x29", - "idiom" : "ipad", - "filename" : "Icon-29-1.png", - "scale" : "1x" - }, - { - "size" : "29x29", - "idiom" : "ipad", - "filename" : "Icon-29@2x-1.png", - "scale" : "2x" - }, - { - "size" : "40x40", - "idiom" : "ipad", - "filename" : "Icon-40.png", - "scale" : "1x" - }, - { - "size" : "40x40", - "idiom" : "ipad", - "filename" : "Icon-40@2x-1.png", - "scale" : "2x" - }, - { - "size" : "50x50", - "idiom" : "ipad", - "filename" : "Icon-50.png", - "scale" : "1x" - }, - { - "size" : "50x50", - "idiom" : "ipad", - "filename" : "Icon-50@2x.png", - "scale" : "2x" - }, - { - "size" : "72x72", - "idiom" : "ipad", - "filename" : "Icon-72.png", - "scale" : "1x" - }, - { - "size" : "72x72", - "idiom" : "ipad", - "filename" : "Icon-72@2x.png", - "scale" : "2x" - }, - { - "size" : "76x76", - "idiom" : "ipad", - "filename" : "Icon-76.png", - "scale" : "1x" - }, - { - "size" : "76x76", - "idiom" : "ipad", - "filename" : "Icon-76@2x.png", - "scale" : "2x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-29-1.png b/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-29-1.png deleted file mode 100644 index 31fcb2c66..000000000 Binary files a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-29-1.png and /dev/null differ diff --git a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-29.png b/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-29.png deleted file mode 100644 index 31fcb2c66..000000000 Binary files a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-29.png and /dev/null differ diff --git a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-29@2x-1.png b/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-29@2x-1.png deleted file mode 100644 index 969a78955..000000000 Binary files a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-29@2x-1.png and /dev/null differ diff --git a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-29@2x.png b/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-29@2x.png deleted file mode 100644 index 969a78955..000000000 Binary files a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-29@2x.png and /dev/null differ diff --git a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-29@3x.png b/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-29@3x.png deleted file mode 100644 index 68bce94d3..000000000 Binary files a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-29@3x.png and /dev/null differ diff --git a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-40.png b/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-40.png deleted file mode 100644 index 0a3b097fd..000000000 Binary files a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-40.png and /dev/null differ diff --git a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-40@2x-1.png b/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-40@2x-1.png deleted file mode 100644 index 712e94b11..000000000 Binary files a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-40@2x-1.png and /dev/null differ diff --git a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-40@2x.png b/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-40@2x.png deleted file mode 100644 index 712e94b11..000000000 Binary files a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-40@2x.png and /dev/null differ diff --git a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-40@3x.png b/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-40@3x.png deleted file mode 100644 index 9e551a276..000000000 Binary files a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-40@3x.png and /dev/null differ diff --git a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-50.png b/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-50.png deleted file mode 100644 index 58eefab92..000000000 Binary files a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-50.png and /dev/null differ diff --git a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-50@2x.png b/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-50@2x.png deleted file mode 100644 index dc80fdb77..000000000 Binary files a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-50@2x.png and /dev/null differ diff --git a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-57.png b/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-57.png deleted file mode 100644 index 65b87e847..000000000 Binary files a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-57.png and /dev/null differ diff --git a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-57@2x.png b/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-57@2x.png deleted file mode 100644 index 8f09a3dbb..000000000 Binary files a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-57@2x.png and /dev/null differ diff --git a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-60@2x.png b/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-60@2x.png deleted file mode 100644 index 9e551a276..000000000 Binary files a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-60@2x.png and /dev/null differ diff --git a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-60@3x.png b/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-60@3x.png deleted file mode 100644 index 881660c8e..000000000 Binary files a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-60@3x.png and /dev/null differ diff --git a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-72.png b/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-72.png deleted file mode 100644 index fbd0de55d..000000000 Binary files a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-72.png and /dev/null differ diff --git a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-72@2x.png b/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-72@2x.png deleted file mode 100644 index 2ba37c384..000000000 Binary files a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-72@2x.png and /dev/null differ diff --git a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-76.png b/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-76.png deleted file mode 100644 index e5950c104..000000000 Binary files a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-76.png and /dev/null differ diff --git a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-76@2x.png b/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-76@2x.png deleted file mode 100644 index e30f4ad33..000000000 Binary files a/matrixConsole/Images.xcassets/AppIcon.appiconset/Icon-76@2x.png and /dev/null differ diff --git a/matrixConsole/Images.xcassets/LaunchImage.launchimage/Contents.json b/matrixConsole/Images.xcassets/LaunchImage.launchimage/Contents.json deleted file mode 100644 index df7d17841..000000000 --- a/matrixConsole/Images.xcassets/LaunchImage.launchimage/Contents.json +++ /dev/null @@ -1,107 +0,0 @@ -{ - "images" : [ - { - "orientation" : "portrait", - "idiom" : "iphone", - "extent" : "full-screen", - "minimum-system-version" : "7.0", - "filename" : "launch@2x-1.png", - "scale" : "2x" - }, - { - "extent" : "full-screen", - "idiom" : "iphone", - "subtype" : "retina4", - "filename" : "launch-568h@2x-1.png", - "minimum-system-version" : "7.0", - "orientation" : "portrait", - "scale" : "2x" - }, - { - "orientation" : "portrait", - "idiom" : "ipad", - "extent" : "full-screen", - "minimum-system-version" : "7.0", - "filename" : "Default-Portrait~ipad.png", - "scale" : "1x" - }, - { - "orientation" : "landscape", - "idiom" : "ipad", - "extent" : "full-screen", - "minimum-system-version" : "7.0", - "filename" : "Default-Landscape~ipad.png", - "scale" : "1x" - }, - { - "orientation" : "portrait", - "idiom" : "ipad", - "extent" : "full-screen", - "minimum-system-version" : "7.0", - "filename" : "Default-Portrait@2x~ipad.png", - "scale" : "2x" - }, - { - "orientation" : "landscape", - "idiom" : "ipad", - "extent" : "full-screen", - "minimum-system-version" : "7.0", - "filename" : "Default-Landscape@2x~ipad.png", - "scale" : "2x" - }, - { - "orientation" : "portrait", - "idiom" : "iphone", - "extent" : "full-screen", - "filename" : "launch.png", - "scale" : "1x" - }, - { - "orientation" : "portrait", - "idiom" : "iphone", - "extent" : "full-screen", - "filename" : "launch@2x.png", - "scale" : "2x" - }, - { - "orientation" : "portrait", - "idiom" : "iphone", - "extent" : "full-screen", - "filename" : "launch-568h@2x.png", - "subtype" : "retina4", - "scale" : "2x" - }, - { - "orientation" : "portrait", - "idiom" : "ipad", - "extent" : "to-status-bar", - "filename" : "Default-Portrait.png", - "scale" : "1x" - }, - { - "orientation" : "landscape", - "idiom" : "ipad", - "extent" : "to-status-bar", - "filename" : "Default-Landscape.png", - "scale" : "1x" - }, - { - "orientation" : "portrait", - "idiom" : "ipad", - "extent" : "to-status-bar", - "filename" : "Default-Portrait@2x.png", - "scale" : "2x" - }, - { - "orientation" : "landscape", - "idiom" : "ipad", - "extent" : "to-status-bar", - "filename" : "Default-Landscape@2x.png", - "scale" : "2x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/matrixConsole/Images.xcassets/LaunchImage.launchimage/Default-Landscape.png b/matrixConsole/Images.xcassets/LaunchImage.launchimage/Default-Landscape.png deleted file mode 100644 index 442664414..000000000 Binary files a/matrixConsole/Images.xcassets/LaunchImage.launchimage/Default-Landscape.png and /dev/null differ diff --git a/matrixConsole/Images.xcassets/LaunchImage.launchimage/Default-Landscape@2x.png b/matrixConsole/Images.xcassets/LaunchImage.launchimage/Default-Landscape@2x.png deleted file mode 100644 index b7c65c976..000000000 Binary files a/matrixConsole/Images.xcassets/LaunchImage.launchimage/Default-Landscape@2x.png and /dev/null differ diff --git a/matrixConsole/Images.xcassets/LaunchImage.launchimage/Default-Landscape@2x~ipad.png b/matrixConsole/Images.xcassets/LaunchImage.launchimage/Default-Landscape@2x~ipad.png deleted file mode 100644 index c671ee422..000000000 Binary files a/matrixConsole/Images.xcassets/LaunchImage.launchimage/Default-Landscape@2x~ipad.png and /dev/null differ diff --git a/matrixConsole/Images.xcassets/LaunchImage.launchimage/Default-Landscape~ipad.png b/matrixConsole/Images.xcassets/LaunchImage.launchimage/Default-Landscape~ipad.png deleted file mode 100644 index 9b9653870..000000000 Binary files a/matrixConsole/Images.xcassets/LaunchImage.launchimage/Default-Landscape~ipad.png and /dev/null differ diff --git a/matrixConsole/Images.xcassets/LaunchImage.launchimage/Default-Portrait.png b/matrixConsole/Images.xcassets/LaunchImage.launchimage/Default-Portrait.png deleted file mode 100644 index 57953fff3..000000000 Binary files a/matrixConsole/Images.xcassets/LaunchImage.launchimage/Default-Portrait.png and /dev/null differ diff --git a/matrixConsole/Images.xcassets/LaunchImage.launchimage/Default-Portrait@2x.png b/matrixConsole/Images.xcassets/LaunchImage.launchimage/Default-Portrait@2x.png deleted file mode 100644 index 3d8918213..000000000 Binary files a/matrixConsole/Images.xcassets/LaunchImage.launchimage/Default-Portrait@2x.png and /dev/null differ diff --git a/matrixConsole/Images.xcassets/LaunchImage.launchimage/Default-Portrait@2x~ipad.png b/matrixConsole/Images.xcassets/LaunchImage.launchimage/Default-Portrait@2x~ipad.png deleted file mode 100644 index 6f23fa9d4..000000000 Binary files a/matrixConsole/Images.xcassets/LaunchImage.launchimage/Default-Portrait@2x~ipad.png and /dev/null differ diff --git a/matrixConsole/Images.xcassets/LaunchImage.launchimage/Default-Portrait~ipad.png b/matrixConsole/Images.xcassets/LaunchImage.launchimage/Default-Portrait~ipad.png deleted file mode 100644 index 7bde9791b..000000000 Binary files a/matrixConsole/Images.xcassets/LaunchImage.launchimage/Default-Portrait~ipad.png and /dev/null differ diff --git a/matrixConsole/Images.xcassets/LaunchImage.launchimage/launch-568h@2x-1.png b/matrixConsole/Images.xcassets/LaunchImage.launchimage/launch-568h@2x-1.png deleted file mode 100644 index fa589947e..000000000 Binary files a/matrixConsole/Images.xcassets/LaunchImage.launchimage/launch-568h@2x-1.png and /dev/null differ diff --git a/matrixConsole/Images.xcassets/LaunchImage.launchimage/launch-568h@2x.png b/matrixConsole/Images.xcassets/LaunchImage.launchimage/launch-568h@2x.png deleted file mode 100644 index fa589947e..000000000 Binary files a/matrixConsole/Images.xcassets/LaunchImage.launchimage/launch-568h@2x.png and /dev/null differ diff --git a/matrixConsole/Images.xcassets/LaunchImage.launchimage/launch.png b/matrixConsole/Images.xcassets/LaunchImage.launchimage/launch.png deleted file mode 100644 index d7a4df49f..000000000 Binary files a/matrixConsole/Images.xcassets/LaunchImage.launchimage/launch.png and /dev/null differ diff --git a/matrixConsole/Images.xcassets/LaunchImage.launchimage/launch@2x-1.png b/matrixConsole/Images.xcassets/LaunchImage.launchimage/launch@2x-1.png deleted file mode 100644 index b8db7b641..000000000 Binary files a/matrixConsole/Images.xcassets/LaunchImage.launchimage/launch@2x-1.png and /dev/null differ diff --git a/matrixConsole/Images.xcassets/LaunchImage.launchimage/launch@2x.png b/matrixConsole/Images.xcassets/LaunchImage.launchimage/launch@2x.png deleted file mode 100644 index b8db7b641..000000000 Binary files a/matrixConsole/Images.xcassets/LaunchImage.launchimage/launch@2x.png and /dev/null differ