From 9bde50af6b224a28df446a946aaba1504e14f7e2 Mon Sep 17 00:00:00 2001 From: Aniket Date: Thu, 17 Oct 2019 12:57:06 +0530 Subject: [PATCH 1/4] file structure changed. --- .../com.pepo.staging-Pepo2.entitlements} | 0 ...com.pepo.v2.production-Pepo2.entitlements} | 0 .../com.pepo.v2.sandbox-Pepo2.entitlements} | 0 .../InfoPlist/com.pepo.staging-Info.plist | 144 ++++++++++++++++++ .../com.pepo.v2.production-Info.plist} | 8 +- .../InfoPlist/com.pepo.v2.sandbox-Info.plist} | 8 +- 6 files changed, 152 insertions(+), 8 deletions(-) rename ios/Pepo2/{com.pepo.staging.Pepo2.entitlements => Entitlements/com.pepo.staging-Pepo2.entitlements} (100%) rename ios/Pepo2/{com.pepo.production.Pepo2.entitlements => Entitlements/com.pepo.v2.production-Pepo2.entitlements} (100%) rename ios/Pepo2/{com.pepo.sandbox.Pepo2.entitlements => Entitlements/com.pepo.v2.sandbox-Pepo2.entitlements} (100%) create mode 100644 ios/Pepo2/InfoPlist/com.pepo.staging-Info.plist rename ios/{com.pepo.v2.production-info.plist => Pepo2/InfoPlist/com.pepo.v2.production-Info.plist} (97%) rename ios/{com.pepo.sandbox-info.plist => Pepo2/InfoPlist/com.pepo.v2.sandbox-Info.plist} (98%) diff --git a/ios/Pepo2/com.pepo.staging.Pepo2.entitlements b/ios/Pepo2/Entitlements/com.pepo.staging-Pepo2.entitlements similarity index 100% rename from ios/Pepo2/com.pepo.staging.Pepo2.entitlements rename to ios/Pepo2/Entitlements/com.pepo.staging-Pepo2.entitlements diff --git a/ios/Pepo2/com.pepo.production.Pepo2.entitlements b/ios/Pepo2/Entitlements/com.pepo.v2.production-Pepo2.entitlements similarity index 100% rename from ios/Pepo2/com.pepo.production.Pepo2.entitlements rename to ios/Pepo2/Entitlements/com.pepo.v2.production-Pepo2.entitlements diff --git a/ios/Pepo2/com.pepo.sandbox.Pepo2.entitlements b/ios/Pepo2/Entitlements/com.pepo.v2.sandbox-Pepo2.entitlements similarity index 100% rename from ios/Pepo2/com.pepo.sandbox.Pepo2.entitlements rename to ios/Pepo2/Entitlements/com.pepo.v2.sandbox-Pepo2.entitlements diff --git a/ios/Pepo2/InfoPlist/com.pepo.staging-Info.plist b/ios/Pepo2/InfoPlist/com.pepo.staging-Info.plist new file mode 100644 index 00000000..10ab327f --- /dev/null +++ b/ios/Pepo2/InfoPlist/com.pepo.staging-Info.plist @@ -0,0 +1,144 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + Pepo Staging + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + 0.9.3 + CFBundleSignature + ???? + CFBundleURLTypes + + + CFBundleURLSchemes + + twitterkit-NEo4gEXzdQZaoTsqzpZvepfKb + + + + CFBundleVersion + 16 + Fabric + + APIKey + e500ef3e75c9fb12689f830748bd17e7bfae62a5 + Kits + + + KitInfo + + KitName + Crashlytics + + + + FirebaseAppDelegateProxyEnabled + + LSApplicationQueriesSchemes + + twitter + twitterauth + + LSRequiresIPhoneOS + + NSAppTransportSecurity + + NSAllowsArbitraryLoads + + NSExceptionDomains + + localhost + + NSExceptionAllowsInsecureHTTPLoads + + + + + NSAppleMusicUsageDescription + Application uses apple music + NSBluetoothAlwaysUsageDescription + Application uses bluetooth + NSBluetoothPeripheralUsageDescription + Application users bluetooth + NSCalendarsUsageDescription + Application uses calender + NSCameraUsageDescription + Allow access to your camera + NSFaceIDUsageDescription + Applications uses Face ID to verify your identity + NSLocationAlwaysUsageDescription + Application uses location + NSLocationWhenInUseUsageDescription + Application uses location + NSMicrophoneUsageDescription + Please allow access to microphone + NSMotionUsageDescription + Application uses accelerometer + NSPhotoLibraryAddUsageDescription + Please allow access to photo library to select your profile picture + NSPhotoLibraryUsageDescription + Please allow access to photo library to select your profile picture + NSSpeechRecognitionUsageDescription + Application uses speech recognition + UIAppFonts + + Lato-Black.ttf + Lato-BlackItalic.ttf + Lato-Bold.ttf + Lato-BoldItalic.ttf + Lato-Hairline.ttf + Lato-HairlineItalic.ttf + Lato-Italic.ttf + Lato-Light.ttf + Lato-LightItalic.ttf + Lato-Regular.ttf + AntDesign.ttf + Entypo.ttf + EvilIcons.ttf + Feather.ttf + FontAwesome.ttf + FontAwesome5_Brands.ttf + FontAwesome5_Regular.ttf + FontAwesome5_Solid.ttf + Foundation.ttf + Ionicons.ttf + MaterialCommunityIcons.ttf + MaterialIcons.ttf + Octicons.ttf + Roboto_medium.ttf + Roboto.ttf + rubicon-icon-font.ttf + SimpleLineIcons.ttf + Zocial.ttf + + UIBackgroundModes + + remote-notification + + UILaunchStoryboardName + LaunchScreen + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + + UIViewControllerBasedStatusBarAppearance + + + diff --git a/ios/com.pepo.v2.production-info.plist b/ios/Pepo2/InfoPlist/com.pepo.v2.production-Info.plist similarity index 97% rename from ios/com.pepo.v2.production-info.plist rename to ios/Pepo2/InfoPlist/com.pepo.v2.production-Info.plist index 28a5b715..3e17e3b2 100644 --- a/ios/com.pepo.v2.production-info.plist +++ b/ios/Pepo2/InfoPlist/com.pepo.v2.production-Info.plist @@ -2,8 +2,6 @@ - NSBluetoothAlwaysUsageDescription - CFBundleDevelopmentRegion en CFBundleDisplayName @@ -19,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.9.0 + 0.9.3 CFBundleSignature ???? CFBundleURLTypes @@ -32,7 +30,7 @@ CFBundleVersion - 14 + 16 Fabric APIKey @@ -71,6 +69,8 @@ NSAppleMusicUsageDescription Application uses apple music + NSBluetoothAlwaysUsageDescription + Application uses bluetooth NSBluetoothPeripheralUsageDescription Application users bluetooth NSCalendarsUsageDescription diff --git a/ios/com.pepo.sandbox-info.plist b/ios/Pepo2/InfoPlist/com.pepo.v2.sandbox-Info.plist similarity index 98% rename from ios/com.pepo.sandbox-info.plist rename to ios/Pepo2/InfoPlist/com.pepo.v2.sandbox-Info.plist index 25da5e00..b01837ec 100644 --- a/ios/com.pepo.sandbox-info.plist +++ b/ios/Pepo2/InfoPlist/com.pepo.v2.sandbox-Info.plist @@ -2,8 +2,6 @@ - NSBluetoothAlwaysUsageDescription - Application uses bluetooth CFBundleDevelopmentRegion en CFBundleDisplayName @@ -19,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.9.0 + 0.9.3 CFBundleSignature ???? CFBundleURLTypes @@ -32,7 +30,7 @@ CFBundleVersion - 14 + 16 Fabric APIKey @@ -71,6 +69,8 @@ NSAppleMusicUsageDescription Application uses apple music + NSBluetoothAlwaysUsageDescription + Application uses bluetooth NSBluetoothPeripheralUsageDescription Application users bluetooth NSCalendarsUsageDescription From 25123e0acaf13a6bc2e02a896572f9ad270aab3c Mon Sep 17 00:00:00 2001 From: Aniket Date: Thu, 17 Oct 2019 13:01:58 +0530 Subject: [PATCH 2/4] version fix. --- ios/Pepo2.xcodeproj/project.pbxproj | 1 + ios/Pepo2/Info.plist | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ios/Pepo2.xcodeproj/project.pbxproj b/ios/Pepo2.xcodeproj/project.pbxproj index 6b9be352..40b7d233 100644 --- a/ios/Pepo2.xcodeproj/project.pbxproj +++ b/ios/Pepo2.xcodeproj/project.pbxproj @@ -5,6 +5,7 @@ }; objectVersion = 46; objects = { + /* Begin PBXBuildFile section */ 00029B4323329B55009E6919 /* TrustKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B76D86A2318FAAC007316D4 /* TrustKit.framework */; }; 00029B4423329B63009E6919 /* OstWalletSdk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0050FDA022A8226800C2634F /* OstWalletSdk.framework */; }; diff --git a/ios/Pepo2/Info.plist b/ios/Pepo2/Info.plist index eaa7f31c..10ab327f 100644 --- a/ios/Pepo2/Info.plist +++ b/ios/Pepo2/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.9.2 + 0.9.3 CFBundleSignature ???? CFBundleURLTypes @@ -30,7 +30,7 @@ CFBundleVersion - 15 + 16 Fabric APIKey From 651a1fad04dfab6b234d4294e03d3df8d754018f Mon Sep 17 00:00:00 2001 From: Aniket Date: Thu, 17 Oct 2019 17:56:34 +0530 Subject: [PATCH 3/4] version bump and language fux --- ios/Pepo2/Info.plist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ios/Pepo2/Info.plist b/ios/Pepo2/Info.plist index 10ab327f..6ac64c59 100644 --- a/ios/Pepo2/Info.plist +++ b/ios/Pepo2/Info.plist @@ -30,7 +30,7 @@ CFBundleVersion - 16 + 17 Fabric APIKey @@ -76,7 +76,7 @@ NSCalendarsUsageDescription Application uses calender NSCameraUsageDescription - Allow access to your camera + The app allows you to record and share 30 second video updates. NSFaceIDUsageDescription Applications uses Face ID to verify your identity NSLocationAlwaysUsageDescription @@ -84,7 +84,7 @@ NSLocationWhenInUseUsageDescription Application uses location NSMicrophoneUsageDescription - Please allow access to microphone + The app allows you to record and share 30 second video updates. NSMotionUsageDescription Application uses accelerometer NSPhotoLibraryAddUsageDescription From 318aca2ff82d82d7783d4fff84d0b5fd9ff58ff4 Mon Sep 17 00:00:00 2001 From: Aniket Date: Thu, 17 Oct 2019 17:57:20 +0530 Subject: [PATCH 4/4] version bump and language fix --- ios/Pepo2/InfoPlist/com.pepo.staging-Info.plist | 2 +- ios/Pepo2/InfoPlist/com.pepo.v2.production-Info.plist | 2 +- ios/Pepo2/InfoPlist/com.pepo.v2.sandbox-Info.plist | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ios/Pepo2/InfoPlist/com.pepo.staging-Info.plist b/ios/Pepo2/InfoPlist/com.pepo.staging-Info.plist index 10ab327f..467d07ef 100644 --- a/ios/Pepo2/InfoPlist/com.pepo.staging-Info.plist +++ b/ios/Pepo2/InfoPlist/com.pepo.staging-Info.plist @@ -30,7 +30,7 @@ CFBundleVersion - 16 + 17 Fabric APIKey diff --git a/ios/Pepo2/InfoPlist/com.pepo.v2.production-Info.plist b/ios/Pepo2/InfoPlist/com.pepo.v2.production-Info.plist index 3e17e3b2..d89f1349 100644 --- a/ios/Pepo2/InfoPlist/com.pepo.v2.production-Info.plist +++ b/ios/Pepo2/InfoPlist/com.pepo.v2.production-Info.plist @@ -30,7 +30,7 @@ CFBundleVersion - 16 + 17 Fabric APIKey diff --git a/ios/Pepo2/InfoPlist/com.pepo.v2.sandbox-Info.plist b/ios/Pepo2/InfoPlist/com.pepo.v2.sandbox-Info.plist index b01837ec..5c260528 100644 --- a/ios/Pepo2/InfoPlist/com.pepo.v2.sandbox-Info.plist +++ b/ios/Pepo2/InfoPlist/com.pepo.v2.sandbox-Info.plist @@ -30,7 +30,7 @@ CFBundleVersion - 16 + 17 Fabric APIKey