diff --git a/.easignore b/.easignore index aa9526d..80ea523 100644 --- a/.easignore +++ b/.easignore @@ -38,4 +38,8 @@ yarn-error.* app-example x.ts -x.sh \ No newline at end of file +x.sh + +.env + +android/ \ No newline at end of file diff --git a/app.config.js b/app.config.js index d3ed915..5aa17bf 100644 --- a/app.config.js +++ b/app.config.js @@ -4,7 +4,7 @@ export default { expo: { name: "Desa+", slug: "mobile-darmasaba", - version: "1.0.4", + version: "1.0.5", // Versi aplikasi (App Store) jsEngine: "jsc", orientation: "portrait", icon: "./assets/images/logo-icon-small.png", @@ -14,6 +14,7 @@ export default { ios: { supportsTablet: true, bundleIdentifier: "mobiledarmasaba.app", + buildNumber: "2", infoPlist: { ITSAppUsesNonExemptEncryption: false, CFBundleDisplayName: "Desa+" @@ -22,7 +23,7 @@ export default { }, android: { package: "mobiledarmasaba.app", - versionCode: 8, + versionCode: 9, adaptiveIcon: { foregroundImage: "./assets/images/logo-icon-small.png", backgroundColor: "#ffffff" diff --git a/ios/Desa.xcodeproj/project.pbxproj b/ios/Desa.xcodeproj/project.pbxproj index 942742d..b1cad5d 100644 --- a/ios/Desa.xcodeproj/project.pbxproj +++ b/ios/Desa.xcodeproj/project.pbxproj @@ -394,7 +394,7 @@ ); OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG"; PRODUCT_BUNDLE_IDENTIFIER = mobiledarmasaba.app; - PRODUCT_NAME = Desa; + PRODUCT_NAME = "Desa"; PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_OBJC_BRIDGING_HEADER = "Desa/Desa-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; @@ -429,7 +429,7 @@ ); OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE"; PRODUCT_BUNDLE_IDENTIFIER = mobiledarmasaba.app; - PRODUCT_NAME = Desa; + PRODUCT_NAME = "Desa"; PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_OBJC_BRIDGING_HEADER = "Desa/Desa-Bridging-Header.h"; SWIFT_VERSION = 5.0; diff --git a/ios/Desa/Desa.entitlements b/ios/Desa/Desa.entitlements index 0c67376..f683276 100644 --- a/ios/Desa/Desa.entitlements +++ b/ios/Desa/Desa.entitlements @@ -1,5 +1,5 @@ - - + + \ No newline at end of file diff --git a/ios/Desa/Images.xcassets/AppIcon.appiconset/App-Icon-1024x1024@1x.png b/ios/Desa/Images.xcassets/AppIcon.appiconset/App-Icon-1024x1024@1x.png index 3ea6cb8..e15915f 100644 Binary files a/ios/Desa/Images.xcassets/AppIcon.appiconset/App-Icon-1024x1024@1x.png and b/ios/Desa/Images.xcassets/AppIcon.appiconset/App-Icon-1024x1024@1x.png differ diff --git a/ios/Desa/Images.xcassets/SplashScreenLogo.imageset/image.png b/ios/Desa/Images.xcassets/SplashScreenLogo.imageset/image.png index b71f840..12e8751 100644 Binary files a/ios/Desa/Images.xcassets/SplashScreenLogo.imageset/image.png and b/ios/Desa/Images.xcassets/SplashScreenLogo.imageset/image.png differ diff --git a/ios/Desa/Images.xcassets/SplashScreenLogo.imageset/image@2x.png b/ios/Desa/Images.xcassets/SplashScreenLogo.imageset/image@2x.png index c9e443f..77aa304 100644 Binary files a/ios/Desa/Images.xcassets/SplashScreenLogo.imageset/image@2x.png and b/ios/Desa/Images.xcassets/SplashScreenLogo.imageset/image@2x.png differ diff --git a/ios/Desa/Images.xcassets/SplashScreenLogo.imageset/image@3x.png b/ios/Desa/Images.xcassets/SplashScreenLogo.imageset/image@3x.png index 8a39ab6..b562cdf 100644 Binary files a/ios/Desa/Images.xcassets/SplashScreenLogo.imageset/image@3x.png and b/ios/Desa/Images.xcassets/SplashScreenLogo.imageset/image@3x.png differ diff --git a/ios/Desa/Info.plist b/ios/Desa/Info.plist index f8328ac..46f4c76 100644 --- a/ios/Desa/Info.plist +++ b/ios/Desa/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.0.2 + 1.0.5 CFBundleSignature ???? CFBundleURLTypes @@ -39,7 +39,7 @@ CFBundleVersion - 1 + 2 ITSAppUsesNonExemptEncryption LSMinimumSystemVersion