diff --git a/assets/images/new/Indoor_nav_appo.svg b/assets/images/new/Indoor_nav_appo.svg new file mode 100644 index 00000000..81bf654d --- /dev/null +++ b/assets/images/new/Indoor_nav_appo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/assets/images/new/indoor_nav_home.svg b/assets/images/new/indoor_nav_home.svg new file mode 100644 index 00000000..bfe32eec --- /dev/null +++ b/assets/images/new/indoor_nav_home.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/ios/Podfile b/ios/Podfile index 5564c00b..a4d27ccb 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -1,5 +1,5 @@ # Uncomment this line to define a global platform for your project -platform :ios, '13.0' +platform :ios, '14.0' # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true' diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 5dad833f..39403636 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -9,6 +9,9 @@ /* Begin PBXBuildFile section */ 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; }; 29631B9E2C96C7F600DF5916 /* PenguinNavigator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29631B9D2C96C7F600DF5916 /* PenguinNavigator.swift */; }; + 2997930C2CC525CC00FF9973 /* Main.strings in Resources */ = {isa = PBXBuildFile; fileRef = 299793082CC525CC00FF9973 /* Main.strings */; }; + 2997930D2CC525CC00FF9973 /* LaunchScreen.strings in Resources */ = {isa = PBXBuildFile; fileRef = 299793062CC525CC00FF9973 /* LaunchScreen.strings */; }; + 2997930E2CC525CC00FF9973 /* Main_Custom.strings in Resources */ = {isa = PBXBuildFile; fileRef = 2997930A2CC525CC00FF9973 /* Main_Custom.strings */; }; 301C79AE27200D9F0016307B /* OpenTokRemoteVideoFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 301C79AD27200D9F0016307B /* OpenTokRemoteVideoFactory.swift */; }; 301C79B027200DED0016307B /* OpenTokLocalVideoFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 301C79AF27200DED0016307B /* OpenTokLocalVideoFactory.swift */; }; 306FE6C8271D790C002D6EFC /* OpenTokPlatformBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 306FE6C7271D790C002D6EFC /* OpenTokPlatformBridge.swift */; }; @@ -75,6 +78,9 @@ 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = ""; }; 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = ""; }; 29631B9D2C96C7F600DF5916 /* PenguinNavigator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PenguinNavigator.swift; sourceTree = ""; }; + 299793052CC525CC00FF9973 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = LaunchScreen.strings; sourceTree = ""; }; + 299793072CC525CC00FF9973 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = Main.strings; sourceTree = ""; }; + 299793092CC525CC00FF9973 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = Main_Custom.strings; sourceTree = ""; }; 301C79AD27200D9F0016307B /* OpenTokRemoteVideoFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OpenTokRemoteVideoFactory.swift; sourceTree = ""; }; 301C79AF27200DED0016307B /* OpenTokLocalVideoFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OpenTokLocalVideoFactory.swift; sourceTree = ""; }; 306FE6C7271D790C002D6EFC /* OpenTokPlatformBridge.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OpenTokPlatformBridge.swift; sourceTree = ""; }; @@ -147,6 +153,16 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + 2997930B2CC525CC00FF9973 /* ar.lproj */ = { + isa = PBXGroup; + children = ( + 299793062CC525CC00FF9973 /* LaunchScreen.strings */, + 299793082CC525CC00FF9973 /* Main.strings */, + 2997930A2CC525CC00FF9973 /* Main_Custom.strings */, + ); + path = ar.lproj; + sourceTree = ""; + }; 306FE6C9271D8B54002D6EFC /* OpenTok */ = { isa = PBXGroup; children = ( @@ -228,6 +244,7 @@ 97C146F01CF9000F007C117D /* Runner */ = { isa = PBXGroup; children = ( + 2997930B2CC525CC00FF9973 /* ar.lproj */, 76D71B682C6B817500DAFB84 /* Penguin */, 762D738C274E42650063CE73 /* ring_30Sec.caf */, 762D738D274E42650063CE73 /* ring_30Sec.mp3 */, @@ -361,6 +378,9 @@ E91B53A3256AAD8200E96549 /* Main_Custom.storyboard in Resources */, 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */, 762D738E274E42650063CE73 /* ring_30Sec.caf in Resources */, + 2997930C2CC525CC00FF9973 /* Main.strings in Resources */, + 2997930D2CC525CC00FF9973 /* LaunchScreen.strings in Resources */, + 2997930E2CC525CC00FF9973 /* Main_Custom.strings in Resources */, 762D738F274E42650063CE73 /* ring_30Sec.mp3 in Resources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -492,6 +512,30 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXVariantGroup section */ + 299793062CC525CC00FF9973 /* LaunchScreen.strings */ = { + isa = PBXVariantGroup; + children = ( + 299793052CC525CC00FF9973 /* ar */, + ); + name = LaunchScreen.strings; + sourceTree = ""; + }; + 299793082CC525CC00FF9973 /* Main.strings */ = { + isa = PBXVariantGroup; + children = ( + 299793072CC525CC00FF9973 /* ar */, + ); + name = Main.strings; + sourceTree = ""; + }; + 2997930A2CC525CC00FF9973 /* Main_Custom.strings */ = { + isa = PBXVariantGroup; + children = ( + 299793092CC525CC00FF9973 /* ar */, + ); + name = Main_Custom.strings; + sourceTree = ""; + }; 97C146FA1CF9000F007C117D /* Main.storyboard */ = { isa = PBXVariantGroup; children = ( diff --git a/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme index b2d2f7e5..360192db 100644 --- a/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme +++ b/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme @@ -40,7 +40,7 @@