Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelaziz-mahdy committed Oct 14, 2024
1 parent 83ca9b8 commit 1a597c3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
matrix:
# api-level: [21, 23, 24, 26, 28, 29]
api-level: [33]
target: [google_apis]
# target: [google_apis]
target: [default]
steps:
- uses: actions/checkout@v4
with:
Expand Down
1 change: 0 additions & 1 deletion example/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,6 @@
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
DEVELOPMENT_TEAM = 9PAX4P9578;
ENABLE_BITCODE = NO;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
INFOPLIST_FILE = Runner/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "pytorch example";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
Expand Down
3 changes: 3 additions & 0 deletions example/lib/run_model_by_camera_demo.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ class _RunModelByCameraDemoState extends State<RunModelByCameraDemo> {
return Scaffold(
key: scaffoldKey,
backgroundColor: Colors.black,
appBar: AppBar(
title: const Text('Run model with Camera'),
),
body: Stack(
children: <Widget>[
// Camera View
Expand Down
3 changes: 1 addition & 2 deletions example/macos/Flutter/ephemeral/Flutter-Generated.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
FLUTTER_ROOT=/Users/AbdelazizMahdy/Developer/flutter
FLUTTER_APPLICATION_PATH=/Users/AbdelazizMahdy/flutter_projects/pytorch_lite/example
COCOAPODS_PARALLEL_CODE_SIGN=true
FLUTTER_TARGET=/Users/AbdelazizMahdy/flutter_projects/pytorch_lite/example/lib/main.dart
FLUTTER_BUILD_DIR=build
FLUTTER_BUILD_NAME=1.0.0
FLUTTER_BUILD_NUMBER=1
DART_OBFUSCATION=false
TRACK_WIDGET_CREATION=true
TREE_SHAKE_ICONS=false
PACKAGE_CONFIG=/Users/AbdelazizMahdy/flutter_projects/pytorch_lite/example/.dart_tool/package_config.json
PACKAGE_CONFIG=.dart_tool/package_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
export "FLUTTER_ROOT=/Users/AbdelazizMahdy/Developer/flutter"
export "FLUTTER_APPLICATION_PATH=/Users/AbdelazizMahdy/flutter_projects/pytorch_lite/example"
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
export "FLUTTER_TARGET=/Users/AbdelazizMahdy/flutter_projects/pytorch_lite/example/lib/main.dart"
export "FLUTTER_BUILD_DIR=build"
export "FLUTTER_BUILD_NAME=1.0.0"
export "FLUTTER_BUILD_NUMBER=1"
export "DART_OBFUSCATION=false"
export "TRACK_WIDGET_CREATION=true"
export "TREE_SHAKE_ICONS=false"
export "PACKAGE_CONFIG=/Users/AbdelazizMahdy/flutter_projects/pytorch_lite/example/.dart_tool/package_config.json"
export "PACKAGE_CONFIG=.dart_tool/package_config.json"

0 comments on commit 1a597c3

Please sign in to comment.