Skip to content

Commit

Permalink
feat: Add correct macos deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bdlukaa committed Oct 16, 2024
1 parent 1fefa75 commit 414f2b1
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
4 changes: 2 additions & 2 deletions macos/Flutter/ephemeral/Flutter-Generated.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
FLUTTER_ROOT=/Users/user249455/Documents/development/flutter
FLUTTER_APPLICATION_PATH=/Users/user249455/Documents/GitHub/unity
COCOAPODS_PARALLEL_CODE_SIGN=true
FLUTTER_TARGET=/Users/user249455/Documents/GitHub/unity/lib/main.dart
FLUTTER_TARGET=lib/main.dart
FLUTTER_BUILD_DIR=build
FLUTTER_BUILD_NAME=3.0.019
FLUTTER_BUILD_NUMBER=3.0.019
DART_OBFUSCATION=false
TRACK_WIDGET_CREATION=true
TREE_SHAKE_ICONS=false
TREE_SHAKE_ICONS=true
PACKAGE_CONFIG=/Users/user249455/Documents/GitHub/unity/.dart_tool/package_config.json
4 changes: 2 additions & 2 deletions macos/Flutter/ephemeral/flutter_export_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
export "FLUTTER_ROOT=/Users/user249455/Documents/development/flutter"
export "FLUTTER_APPLICATION_PATH=/Users/user249455/Documents/GitHub/unity"
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
export "FLUTTER_TARGET=/Users/user249455/Documents/GitHub/unity/lib/main.dart"
export "FLUTTER_TARGET=lib/main.dart"
export "FLUTTER_BUILD_DIR=build"
export "FLUTTER_BUILD_NAME=3.0.019"
export "FLUTTER_BUILD_NUMBER=3.0.019"
export "DART_OBFUSCATION=false"
export "TRACK_WIDGET_CREATION=true"
export "TREE_SHAKE_ICONS=false"
export "TREE_SHAKE_ICONS=true"
export "PACKAGE_CONFIG=/Users/user249455/Documents/GitHub/unity/.dart_tool/package_config.json"
9 changes: 9 additions & 0 deletions macos/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@
mainGroup = 33CC10E42044A3C60003C045;
packageReferences = (
1D7EAE8C2CBEAE3F003EFAE2 /* XCRemoteSwiftPackageReference "LaunchAtLogin" */,
1D1012F62CC054F7000D4F39 /* XCRemoteSwiftPackageReference "LaunchAtLogin-Legacy" */,
);
productRefGroup = 33CC10EE2044A3C60003C045 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -822,6 +823,14 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
1D1012F62CC054F7000D4F39 /* XCRemoteSwiftPackageReference "LaunchAtLogin-Legacy" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/sindresorhus/LaunchAtLogin-Legacy";
requirement = {
branch = main;
kind = branch;
};
};
1D7EAE8C2CBEAE3F003EFAE2 /* XCRemoteSwiftPackageReference "LaunchAtLogin" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/sindresorhus/LaunchAtLogin";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "4ffd020922d5cb1e4bad73064b0d31b058749aa71ce2bf650dc9871b0d3d582e",
"originHash" : "827c348043ecb2443bab1b785f623205a6cff4c843e518cc396a1471f3c2f5b9",
"pins" : [
{
"identity" : "launchatlogin",
Expand All @@ -9,6 +9,15 @@
"branch" : "main",
"revision" : "9a894d799269cb591037f9f9cb0961510d4dca81"
}
},
{
"identity" : "launchatlogin-legacy",
"kind" : "remoteSourceControl",
"location" : "https://github.com/sindresorhus/LaunchAtLogin-Legacy",
"state" : {
"branch" : "main",
"revision" : "9a894d799269cb591037f9f9cb0961510d4dca81"
}
}
],
"version" : 3
Expand Down

0 comments on commit 414f2b1

Please sign in to comment.