Skip to content

Commit

Permalink
update package-macos
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Nov 3, 2024
1 parent feb78b8 commit df463cf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -607,13 +607,13 @@ require-bundler:
.PHONY: package-macos
package-macos: require-appdmg pubget
flutter build macos --release
cp $(DARWIN_LIB_NAME) $$DARWIN_APP_PATH/Contents/Frameworks
$(call osxcodesign,$$DARWIN_APP_PATH/Contents/Frameworks/liblantern.dylib)
$(call osxcodesign,$$DARWIN_APP_PATH/Contents/MacOS/Lantern)
$(call osxcodesign,$$DARWIN_APP_PATH)
cp $(DARWIN_LIB_NAME) $(DARWIN_APP_PATH)/Contents/Frameworks
$(call osxcodesign,$(DARWIN_APP_PATH)/Contents/Frameworks/liblantern.dylib)
$(call osxcodesign,$(DARWIN_APP_PATH)/Contents/MacOS/Lantern)
$(call osxcodesign,$(DARWIN_APP_PATH))
flutter_distributor package --platform macos --targets dmg --skip-clean
mv dist/$(APP_VERSION)/lantern-$(APP_VERSION)-macos.dmg lantern-installer.dmg
$(call osxcodesign,lantern-installer.dmg)
mv dist/$(APP_VERSION)/lantern-$(APP_VERSION)-macos.dmg $(INSTALLER_NAME).dmg
$(call osxcodesign,$(INSTALLER_NAME).dmg)
make notarize-darwin

android-bundle: $(MOBILE_BUNDLE)
Expand Down
10 changes: 5 additions & 5 deletions macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ PODS:
- path_provider_foundation (0.0.1):
- Flutter
- FlutterMacOS
- screen_retriever (0.0.1):
- screen_retriever_macos (0.0.1):
- FlutterMacOS
- Sentry/HybridSDK (8.36.0)
- sentry_flutter (8.9.0):
Expand Down Expand Up @@ -68,7 +68,7 @@ DEPENDENCIES:
- in_app_purchase_storekit (from `Flutter/ephemeral/.symlinks/plugins/in_app_purchase_storekit/darwin`)
- package_info_plus (from `Flutter/ephemeral/.symlinks/plugins/package_info_plus/macos`)
- path_provider_foundation (from `Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin`)
- screen_retriever (from `Flutter/ephemeral/.symlinks/plugins/screen_retriever/macos`)
- screen_retriever_macos (from `Flutter/ephemeral/.symlinks/plugins/screen_retriever_macos/macos`)
- sentry_flutter (from `Flutter/ephemeral/.symlinks/plugins/sentry_flutter/macos`)
- share_plus (from `Flutter/ephemeral/.symlinks/plugins/share_plus/macos`)
- shared_preferences_foundation (from `Flutter/ephemeral/.symlinks/plugins/shared_preferences_foundation/darwin`)
Expand Down Expand Up @@ -110,8 +110,8 @@ EXTERNAL SOURCES:
:path: Flutter/ephemeral/.symlinks/plugins/package_info_plus/macos
path_provider_foundation:
:path: Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin
screen_retriever:
:path: Flutter/ephemeral/.symlinks/plugins/screen_retriever/macos
screen_retriever_macos:
:path: Flutter/ephemeral/.symlinks/plugins/screen_retriever_macos/macos
sentry_flutter:
:path: Flutter/ephemeral/.symlinks/plugins/sentry_flutter/macos
share_plus:
Expand Down Expand Up @@ -144,7 +144,7 @@ SPEC CHECKSUMS:
OrderedSet: e539b66b644ff081c73a262d24ad552a69be3a94
package_info_plus: fa739dd842b393193c5ca93c26798dff6e3d0e0c
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
screen_retriever: 59634572a57080243dd1bf715e55b6c54f241a38
screen_retriever_macos: 776e0fa5d42c6163d2bf772d22478df4b302b161
Sentry: f8374b5415bc38dfb5645941b3ae31230fbeae57
sentry_flutter: 0eb93e5279eb41e2392212afe1ccd2fecb4f8cbe
share_plus: 36537c04ce0c3e3f5bd297ce4318b6d5ee5fd6cf
Expand Down

0 comments on commit df463cf

Please sign in to comment.