Daniel пре 1 година
родитељ
комит
380ba65523
1 измењених фајлова са 4 додато и 3 уклоњено
  1. 4 3
      app.config.ts

+ 4 - 3
app.config.ts

@@ -49,8 +49,8 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
   platforms: ['ios', 'android'],
   assetBundlePatterns: ['**/*'],
   ios: {
-    supportsTablet: true,
-    bundleIdentifier: env.PACKAGE_NAME,
+    supportsTablet: false,
+    bundleIdentifier: env.PACKAGE_NAME_IOS, // com.nomadmania.app2
     config: {
       googleMapsApiKey: env.IOS_GOOGLE_MAP_APIKEY
     },
@@ -99,7 +99,8 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
       {
         android: {
           minSdkVersion: 24,
-          targetSdkVersion: 33
+          targetSdkVersion: 33,
+          // kotlinVersion: '1.7.1'
         }
       }
     ],