diff --git a/ios/eSteem.xcodeproj/project.pbxproj b/ios/eSteem.xcodeproj/project.pbxproj index 1c2bb5806..4cd7e2680 100644 --- a/ios/eSteem.xcodeproj/project.pbxproj +++ b/ios/eSteem.xcodeproj/project.pbxproj @@ -87,7 +87,7 @@ 00E356F21AD99517003FC87E /* eSteemTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = eSteemTests.m; sourceTree = ""; }; 112758B0BBF9458381CE41FD /* FontAwesome.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf"; sourceTree = ""; }; 11CAB2F9B4B7425ABCAB4007 /* Foundation.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Foundation.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Foundation.ttf"; sourceTree = ""; }; - 13B07F961A680F5B00A75B9A /* eSteem.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = eSteem.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 13B07F961A680F5B00A75B9A /* Esteem.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Esteem.app; sourceTree = BUILT_PRODUCTS_DIR; }; 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = eSteem/AppDelegate.h; sourceTree = ""; }; 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = eSteem/AppDelegate.m; sourceTree = ""; }; 13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; }; @@ -332,7 +332,7 @@ 83CBBA001A601CBA00E9B192 /* Products */ = { isa = PBXGroup; children = ( - 13B07F961A680F5B00A75B9A /* eSteem.app */, + 13B07F961A680F5B00A75B9A /* Esteem.app */, 00E356EE1AD99517003FC87E /* eSteemTests.xctest */, 2D02E47B1E0B4A5D006451C7 /* eSteem-tvOS.app */, 2D02E4901E0B4A5D006451C7 /* eSteem-tvOSTests.xctest */, @@ -380,7 +380,7 @@ ); name = eSteem; productName = eSteem; - productReference = 13B07F961A680F5B00A75B9A /* eSteem.app */; + productReference = 13B07F961A680F5B00A75B9A /* Esteem.app */; productType = "com.apple.product-type.application"; }; 2D02E47A1E0B4A5D006451C7 /* eSteem-tvOS */ = { @@ -964,7 +964,7 @@ "-lc++", ); PRODUCT_BUNDLE_IDENTIFIER = app.esteem.mobile.ios; - PRODUCT_NAME = eSteem; + PRODUCT_NAME = Esteem; PROVISIONING_PROFILE_SPECIFIER = dev; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; @@ -1035,7 +1035,7 @@ "-lc++", ); PRODUCT_BUNDLE_IDENTIFIER = app.esteem.mobile.ios; - PRODUCT_NAME = eSteem; + PRODUCT_NAME = Esteem; PROVISIONING_PROFILE_SPECIFIER = prod; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; diff --git a/ios/eSteem/Info.plist b/ios/eSteem/Info.plist index 412db4eaf..df66a4ad0 100644 --- a/ios/eSteem/Info.plist +++ b/ios/eSteem/Info.plist @@ -7,7 +7,7 @@ CFBundleDevelopmentRegion en CFBundleDisplayName - eSteem + $(PRODUCT_NAME) CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier @@ -39,22 +39,22 @@ CFBundleVersion 1682 LSRequiresIPhoneOS - + NSAppTransportSecurity NSAllowsArbitraryLoads - + NSExceptionDomains localhost NSExceptionAllowsInsecureHTTPLoads - + steemconnect.com NSExceptionAllowsInsecureHTTPLoads - + @@ -108,12 +108,12 @@ armv7 UIRequiresFullScreen - + UISupportedInterfaceOrientations UIInterfaceOrientationPortrait UIViewControllerBasedStatusBarAppearance - +