Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David PHAM-VAN
2021-02-13 08:07:13 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
aeabce876c7a0b225d1153f023f3980c47fdf571
aeabce87
1 parent
e4f020b1
Add MacOS example entitlements
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
Makefile
Makefile
View file @
aeabce8
...
...
@@ -91,6 +91,10 @@ node_modules:
printing/example/.metadata
:
cd
printing/example;
$(FLUTTER_BIN)
create -t app --no-overwrite --org net.nfet --project-name example .
rm -rf printing/example/test printing/example/integration_test
mkdir -p printing/example/macos/Runner
echo
'<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="1.0"><dict><key>com.apple.security.app-sandbox</key><true/><key>com.apple.security.cs.allow-jit</key><true/><key>com.apple.security.network.client</key><true/><key>com.apple.security.network.server</key><true/><key>com.apple.security.print</key><true/></dict></plist>'
> printing/example/macos/Runner/DebugProfile.entitlements
echo
'<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="1.0"><dict><key>com.apple.security.app-sandbox</key><true/><key>com.apple.security.cs.allow-jit</key><true/><key>com.apple.security.network.client</key><true/><key>com.apple.security.print</key><true/></dict></plist>'
> printing/example/macos/Runner/Release.entitlements
pdf/pubspec.lock
:
pdf/pubspec.yaml
cd
pdf;
$(DART_BIN)
pub get
...
...
Please
register
or
login
to post a comment