Skip to content

Commit 4b2f6f1

Browse files
committed
Ready to publish
1 parent a4c7bf1 commit 4b2f6f1

5 files changed

Lines changed: 106 additions & 2 deletions

File tree

macos/Flutter/GeneratedPluginRegistrant.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
import FlutterMacOS
66
import Foundation
77

8+
import device_info_plus
89
import macos_window_utils
910
import screen_retriever
1011
import url_launcher_macos
1112
import window_manager
1213

1314
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
15+
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
1416
MacOSWindowUtilsPlugin.register(with: registry.registrar(forPlugin: "MacOSWindowUtilsPlugin"))
1517
ScreenRetrieverPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverPlugin"))
1618
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))

macos/Podfile.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
PODS:
2+
- device_info_plus (0.0.1):
3+
- FlutterMacOS
24
- FlutterMacOS (1.0.0)
35
- macos_window_utils (1.0.0):
46
- FlutterMacOS
@@ -10,13 +12,16 @@ PODS:
1012
- FlutterMacOS
1113

1214
DEPENDENCIES:
15+
- device_info_plus (from `Flutter/ephemeral/.symlinks/plugins/device_info_plus/macos`)
1316
- FlutterMacOS (from `Flutter/ephemeral`)
1417
- macos_window_utils (from `Flutter/ephemeral/.symlinks/plugins/macos_window_utils/macos`)
1518
- screen_retriever (from `Flutter/ephemeral/.symlinks/plugins/screen_retriever/macos`)
1619
- url_launcher_macos (from `Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos`)
1720
- window_manager (from `Flutter/ephemeral/.symlinks/plugins/window_manager/macos`)
1821

1922
EXTERNAL SOURCES:
23+
device_info_plus:
24+
:path: Flutter/ephemeral/.symlinks/plugins/device_info_plus/macos
2025
FlutterMacOS:
2126
:path: Flutter/ephemeral
2227
macos_window_utils:
@@ -29,6 +34,7 @@ EXTERNAL SOURCES:
2934
:path: Flutter/ephemeral/.symlinks/plugins/window_manager/macos
3035

3136
SPEC CHECKSUMS:
37+
device_info_plus: ce1b7762849d3ec103d0e0517299f2db7ad60720
3238
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
3339
macos_window_utils: 933f91f64805e2eb91a5bd057cf97cd097276663
3440
screen_retriever: 59634572a57080243dd1bf715e55b6c54f241a38

macos/Runner.xcodeproj/project.pbxproj

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@
195195
960EA2902F4D900F0BD633F5 /* Pods-RunnerTests.release.xcconfig */,
196196
A5C9468CB4A3F8A51D9BCE36 /* Pods-RunnerTests.profile.xcconfig */,
197197
);
198-
name = Pods;
199198
path = Pods;
200199
sourceTree = "<group>";
201200
};
@@ -568,14 +567,19 @@
568567
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
569568
CLANG_ENABLE_MODULES = YES;
570569
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
570+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
571571
CODE_SIGN_STYLE = Automatic;
572572
COMBINE_HIDPI_IMAGES = YES;
573+
DEVELOPMENT_TEAM = Z8P225TTJ5;
573574
INFOPLIST_FILE = Runner/Info.plist;
575+
INFOPLIST_KEY_CFBundleDisplayName = "Open Dev";
576+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
574577
LD_RUNPATH_SEARCH_PATHS = (
575578
"$(inherited)",
576579
"@executable_path/../Frameworks",
577580
);
578581
MACOSX_DEPLOYMENT_TARGET = 10.15;
582+
PRODUCT_BUNDLE_IDENTIFIER = com.mohada.openDev;
579583
PROVISIONING_PROFILE_SPECIFIER = "";
580584
SWIFT_VERSION = 5.0;
581585
};
@@ -695,14 +699,19 @@
695699
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
696700
CLANG_ENABLE_MODULES = YES;
697701
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
702+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
698703
CODE_SIGN_STYLE = Automatic;
699704
COMBINE_HIDPI_IMAGES = YES;
705+
DEVELOPMENT_TEAM = Z8P225TTJ5;
700706
INFOPLIST_FILE = Runner/Info.plist;
707+
INFOPLIST_KEY_CFBundleDisplayName = "Open Dev";
708+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
701709
LD_RUNPATH_SEARCH_PATHS = (
702710
"$(inherited)",
703711
"@executable_path/../Frameworks",
704712
);
705713
MACOSX_DEPLOYMENT_TARGET = 10.15;
714+
PRODUCT_BUNDLE_IDENTIFIER = com.mohada.openDev;
706715
PROVISIONING_PROFILE_SPECIFIER = "";
707716
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
708717
SWIFT_VERSION = 5.0;
@@ -716,14 +725,19 @@
716725
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
717726
CLANG_ENABLE_MODULES = YES;
718727
CODE_SIGN_ENTITLEMENTS = Runner/Release.entitlements;
728+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
719729
CODE_SIGN_STYLE = Automatic;
720730
COMBINE_HIDPI_IMAGES = YES;
731+
DEVELOPMENT_TEAM = Z8P225TTJ5;
721732
INFOPLIST_FILE = Runner/Info.plist;
733+
INFOPLIST_KEY_CFBundleDisplayName = "Open Dev";
734+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
722735
LD_RUNPATH_SEARCH_PATHS = (
723736
"$(inherited)",
724737
"@executable_path/../Frameworks",
725738
);
726739
MACOSX_DEPLOYMENT_TARGET = 10.15;
740+
PRODUCT_BUNDLE_IDENTIFIER = com.mohada.openDev;
727741
PROVISIONING_PROFILE_SPECIFIER = "";
728742
SWIFT_VERSION = 5.0;
729743
};

pubspec.lock

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,14 @@ packages:
9797
url: "https://pub.dev"
9898
source: hosted
9999
version: "1.3.3"
100+
console:
101+
dependency: transitive
102+
description:
103+
name: console
104+
sha256: e04e7824384c5b39389acdd6dc7d33f3efe6b232f6f16d7626f194f6a01ad69a
105+
url: "https://pub.dev"
106+
source: hosted
107+
version: "4.1.0"
100108
convert:
101109
dependency: transitive
102110
description:
@@ -161,6 +169,22 @@ packages:
161169
url: "https://pub.dev"
162170
source: hosted
163171
version: "2.14.0"
172+
device_info_plus:
173+
dependency: "direct main"
174+
description:
175+
name: device_info_plus
176+
sha256: eead12d1a1ed83d8283ab4c2f3fca23ac4082f29f25f29dff0f758f57d06ec91
177+
url: "https://pub.dev"
178+
source: hosted
179+
version: "10.1.0"
180+
device_info_plus_platform_interface:
181+
dependency: transitive
182+
description:
183+
name: device_info_plus_platform_interface
184+
sha256: d3b01d5868b50ae571cd1dc6e502fc94d956b665756180f7b16ead09e836fd64
185+
url: "https://pub.dev"
186+
source: hosted
187+
version: "7.0.0"
164188
dio:
165189
dependency: "direct main"
166190
description:
@@ -201,6 +225,14 @@ packages:
201225
url: "https://pub.dev"
202226
source: hosted
203227
version: "2.1.2"
228+
file:
229+
dependency: transitive
230+
description:
231+
name: file
232+
sha256: "5fc22d7c25582e38ad9a8515372cd9a93834027aacf1801cf01164dac0ffa08c"
233+
url: "https://pub.dev"
234+
source: hosted
235+
version: "7.0.0"
204236
file_picker:
205237
dependency: "direct main"
206238
description:
@@ -288,6 +320,14 @@ packages:
288320
description: flutter
289321
source: sdk
290322
version: "0.0.0"
323+
get_it:
324+
dependency: transitive
325+
description:
326+
name: get_it
327+
sha256: d85128a5dae4ea777324730dc65edd9c9f43155c109d5cc0a69cab74139fbac1
328+
url: "https://pub.dev"
329+
source: hosted
330+
version: "7.7.0"
291331
go_router:
292332
dependency: "direct main"
293333
description:
@@ -456,6 +496,14 @@ packages:
456496
url: "https://pub.dev"
457497
source: hosted
458498
version: "1.12.0"
499+
msix:
500+
dependency: "direct dev"
501+
description:
502+
name: msix
503+
sha256: "519b183d15dc9f9c594f247e2d2339d855cf0eaacc30e19b128e14f3ecc62047"
504+
url: "https://pub.dev"
505+
source: hosted
506+
version: "3.16.7"
459507
num_utilities:
460508
dependency: transitive
461509
description:
@@ -464,6 +512,14 @@ packages:
464512
url: "https://pub.dev"
465513
source: hosted
466514
version: "1.0.5"
515+
package_config:
516+
dependency: transitive
517+
description:
518+
name: package_config
519+
sha256: "1c5b77ccc91e4823a5af61ee74e6b972db1ef98c2ff5a18d3161c982a55448bd"
520+
url: "https://pub.dev"
521+
source: hosted
522+
version: "2.1.0"
467523
path:
468524
dependency: transitive
469525
description:
@@ -512,6 +568,14 @@ packages:
512568
url: "https://pub.dev"
513569
source: hosted
514570
version: "3.3.0"
571+
pub_semver:
572+
dependency: transitive
573+
description:
574+
name: pub_semver
575+
sha256: "40d3ab1bbd474c4c2328c91e3a7df8c6dd629b79ece4c4bd04bee496a224fb0c"
576+
url: "https://pub.dev"
577+
source: hosted
578+
version: "2.1.4"
515579
qr:
516580
dependency: transitive
517581
description:
@@ -725,6 +789,14 @@ packages:
725789
url: "https://pub.dev"
726790
source: hosted
727791
version: "5.5.1"
792+
win32_registry:
793+
dependency: transitive
794+
description:
795+
name: win32_registry
796+
sha256: "10589e0d7f4e053f2c61023a31c9ce01146656a70b7b7f0828c0b46d7da2a9bb"
797+
url: "https://pub.dev"
798+
source: hosted
799+
version: "1.1.3"
728800
window_manager:
729801
dependency: "direct main"
730802
description:

pubspec.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: open_dev
22
description: "Open source cross-platform developer assistant"
33

4-
version: 0.0.1+1
4+
version: 0.5.0+1
55

66
environment:
77
sdk: '>=3.2.1 <4.0.0'
@@ -34,13 +34,15 @@ dependencies:
3434
pretty_qr_code: ^3.3.0
3535
image: ^4.2.0
3636
url_launcher: ^6.3.0
37+
device_info_plus: ^10.1.0
3738

3839
dev_dependencies:
3940
flutter_test:
4041
sdk: flutter
4142

4243
flutter_lints: ^2.0.0
4344
flutter_launcher_icons: ^0.13.1
45+
msix: ^3.16.7
4446

4547
flutter_launcher_icons:
4648
android: "launcher_icon"
@@ -60,6 +62,14 @@ flutter_launcher_icons:
6062
generate: true
6163
image_path: "assets/logo/icon.png"
6264

65+
msix_config:
66+
display_name: Open Dev
67+
publisher_display_name: Mohada
68+
identity_name: com.mohada.openDev
69+
msix_version: 0.5.0.0
70+
logo_path: assets/logo/icon.png
71+
capabilities: internetClient
72+
6373
flutter:
6474
uses-material-design: true
6575

0 commit comments

Comments
 (0)