Skip to content

Commit 4ef8844

Browse files
committed
update ios settings for sandboxing
1 parent 0091f36 commit 4ef8844

File tree

5 files changed

+31
-24
lines changed

5 files changed

+31
-24
lines changed

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
isa = PBXProject;
172172
attributes = {
173173
BuildIndependentTargetsInParallel = YES;
174-
LastUpgradeCheck = 1620;
174+
LastUpgradeCheck = 1510;
175175
ORGANIZATIONNAME = "";
176176
TargetAttributes = {
177177
97C146ED1CF9000F007C117D = {
@@ -400,6 +400,7 @@
400400
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
401401
DEVELOPMENT_TEAM = FH3A3ZJ2YU;
402402
ENABLE_BITCODE = NO;
403+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
403404
FLAVOR_APP_NAME = "TALAO Wallet";
404405
INFOPLIST_FILE = Runner/Info.plist;
405406
IPHONEOS_DEPLOYMENT_TARGET = 16.6;
@@ -542,6 +543,7 @@
542543
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
543544
DEVELOPMENT_TEAM = FH3A3ZJ2YU;
544545
ENABLE_BITCODE = NO;
546+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
545547
FLAVOR_APP_NAME = "TALAO Wallet";
546548
INFOPLIST_FILE = Runner/Info.plist;
547549
IPHONEOS_DEPLOYMENT_TARGET = 16.6;
@@ -571,6 +573,7 @@
571573
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
572574
DEVELOPMENT_TEAM = FH3A3ZJ2YU;
573575
ENABLE_BITCODE = NO;
576+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
574577
FLAVOR_APP_NAME = "TALAO Wallet";
575578
INFOPLIST_FILE = Runner/Info.plist;
576579
IPHONEOS_DEPLOYMENT_TARGET = 16.6;
@@ -657,6 +660,7 @@
657660
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
658661
DEVELOPMENT_TEAM = Z8P3N79J42;
659662
ENABLE_BITCODE = NO;
663+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
660664
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "i386 i386 arm64";
661665
FLAVOR_APP_NAME = "[DEV] Altme";
662666
INFOPLIST_FILE = Runner/Info.plist;
@@ -742,6 +746,7 @@
742746
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
743747
DEVELOPMENT_TEAM = Z8P3N79J42;
744748
ENABLE_BITCODE = NO;
749+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
745750
FLAVOR_APP_NAME = "[DEV] Altme";
746751
INFOPLIST_FILE = Runner/Info.plist;
747752
IPHONEOS_DEPLOYMENT_TARGET = 16.6;
@@ -823,6 +828,7 @@
823828
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
824829
DEVELOPMENT_TEAM = Z8P3N79J42;
825830
ENABLE_BITCODE = NO;
831+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
826832
FLAVOR_APP_NAME = "[DEV] Altme";
827833
INFOPLIST_FILE = Runner/Info.plist;
828834
IPHONEOS_DEPLOYMENT_TARGET = 16.6;
@@ -908,6 +914,7 @@
908914
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
909915
DEVELOPMENT_TEAM = Z8P3N79J42;
910916
ENABLE_BITCODE = NO;
917+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
911918
FLAVOR_APP_NAME = "[STG] Altme";
912919
INFOPLIST_FILE = Runner/Info.plist;
913920
IPHONEOS_DEPLOYMENT_TARGET = 16.6;
@@ -990,6 +997,7 @@
990997
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
991998
DEVELOPMENT_TEAM = Z8P3N79J42;
992999
ENABLE_BITCODE = NO;
1000+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
9931001
FLAVOR_APP_NAME = "[STG] Altme";
9941002
INFOPLIST_FILE = Runner/Info.plist;
9951003
IPHONEOS_DEPLOYMENT_TARGET = 16.6;
@@ -1069,6 +1077,7 @@
10691077
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
10701078
DEVELOPMENT_TEAM = Z8P3N79J42;
10711079
ENABLE_BITCODE = NO;
1080+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
10721081
FLAVOR_APP_NAME = "[STG] Altme";
10731082
INFOPLIST_FILE = Runner/Info.plist;
10741083
IPHONEOS_DEPLOYMENT_TARGET = 16.6;

ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1620"
3+
LastUpgradeVersion = "1510"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

macos/Flutter/ephemeral/Flutter-Generated.xcconfig

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
// This is a generated file; do not edit or check into version control.
2-
FLUTTER_ROOT=/opt/flutter
3-
FLUTTER_APPLICATION_PATH=/volume/AltMe
2+
FLUTTER_ROOT=/Users/romualdbarbe/Documents/install-flutter/flutter
3+
FLUTTER_APPLICATION_PATH=/Users/romualdbarbe/Documents/tmp/spruceid/AltMe
44
COCOAPODS_PARALLEL_CODE_SIGN=true
55
FLUTTER_BUILD_DIR=build
6-
FLUTTER_BUILD_NAME=3.4.0
7-
FLUTTER_BUILD_NUMBER=5672
8-
FLUTTER_CLI_BUILD_MODE=debug
6+
FLUTTER_BUILD_NAME=3.4.1
7+
FLUTTER_BUILD_NUMBER=5673
98
DART_OBFUSCATION=false
109
TRACK_WIDGET_CREATION=true
1110
TREE_SHAKE_ICONS=false

macos/Flutter/ephemeral/flutter_export_environment.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
#!/bin/sh
22
# This is a generated file; do not edit or check into version control.
3-
export "FLUTTER_ROOT=/opt/flutter"
4-
export "FLUTTER_APPLICATION_PATH=/volume/AltMe"
3+
export "FLUTTER_ROOT=/Users/romualdbarbe/Documents/install-flutter/flutter"
4+
export "FLUTTER_APPLICATION_PATH=/Users/romualdbarbe/Documents/tmp/spruceid/AltMe"
55
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
66
export "FLUTTER_BUILD_DIR=build"
7-
export "FLUTTER_BUILD_NAME=3.4.0"
8-
export "FLUTTER_BUILD_NUMBER=5672"
9-
export "FLUTTER_CLI_BUILD_MODE=debug"
7+
export "FLUTTER_BUILD_NAME=3.4.1"
8+
export "FLUTTER_BUILD_NUMBER=5673"
109
export "DART_OBFUSCATION=false"
1110
export "TRACK_WIDGET_CREATION=true"
1211
export "TREE_SHAKE_ICONS=false"

pubspec.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -358,10 +358,10 @@ packages:
358358
dependency: transitive
359359
description:
360360
name: camera_web
361-
sha256: "77e53acb64d9de8917424eeb32b5c7c73572d1e00954bbf54a1e609d79a751a2"
361+
sha256: "3bc7bb1657a0f29c34116453c5d5e528c23efcf5e75aac0a3387cf108040bf65"
362362
url: "https://pub.dev"
363363
source: hosted
364-
version: "0.3.5+1"
364+
version: "0.3.5+2"
365365
canonical_json:
366366
dependency: transitive
367367
description:
@@ -990,10 +990,10 @@ packages:
990990
dependency: transitive
991991
description:
992992
name: flutter_secure_storage_darwin
993-
sha256: f226f2a572bed96bc6542198ebaec227150786e34311d455a7e2d3d06d951845
993+
sha256: "81ef5abfb9cbeb78110d8043ba29f0b36cd7ffa989baa1b2d9482542b2200051"
994994
url: "https://pub.dev"
995995
source: hosted
996-
version: "0.1.0"
996+
version: "0.1.1"
997997
flutter_secure_storage_linux:
998998
dependency: transitive
999999
description:
@@ -1080,10 +1080,10 @@ packages:
10801080
dependency: "direct main"
10811081
description:
10821082
name: google_fonts
1083-
sha256: "517b20870220c48752eafa0ba1a797a092fb22df0d89535fd9991e86ee2cdd9c"
1083+
sha256: ba03d03bcaa2f6cb7bd920e3b5027181db75ab524f8891c8bc3aa603885b8055
10841084
url: "https://pub.dev"
10851085
source: hosted
1086-
version: "6.3.2"
1086+
version: "6.3.3"
10871087
google_mlkit_barcode_scanning:
10881088
dependency: "direct main"
10891089
description:
@@ -1224,10 +1224,10 @@ packages:
12241224
dependency: transitive
12251225
description:
12261226
name: image_picker_ios
1227-
sha256: "997d100ce1dda5b1ba4085194c5e36c9f8a1fb7987f6a36ab677a344cd2dc986"
1227+
sha256: "956c16a42c0c708f914021666ffcd8265dde36e673c9fa68c81f7d085d9774ad"
12281228
url: "https://pub.dev"
12291229
source: hosted
1230-
version: "0.8.13+2"
1230+
version: "0.8.13+3"
12311231
image_picker_linux:
12321232
dependency: transitive
12331233
description:
@@ -2085,10 +2085,10 @@ packages:
20852085
dependency: transitive
20862086
description:
20872087
name: shared_preferences_android
2088-
sha256: "46a46fd64659eff15f4638bbe19de43f9483f0e0bf024a9fb6b3582064bacc7b"
2088+
sha256: "83af5c682796c0f7719c2bbf74792d113e40ae97981b8f266fa84574573556bc"
20892089
url: "https://pub.dev"
20902090
source: hosted
2091-
version: "2.4.17"
2091+
version: "2.4.18"
20922092
shared_preferences_foundation:
20932093
dependency: transitive
20942094
description:
@@ -2635,10 +2635,10 @@ packages:
26352635
dependency: "direct main"
26362636
description:
26372637
name: webview_flutter_wkwebview
2638-
sha256: a57b76a081bed3bf3a71a486bdf83642b00f1a7342043d50367cea68f338b1af
2638+
sha256: e49f378ed066efb13fc36186bbe0bd2425630d4ea0dbc71a18fdd0e4d8ed8ebc
26392639
url: "https://pub.dev"
26402640
source: hosted
2641-
version: "3.23.4"
2641+
version: "3.23.5"
26422642
win32:
26432643
dependency: transitive
26442644
description:

0 commit comments

Comments
 (0)