Skip to content

Commit 96560d2

Browse files
committed
[flutter]: update appflowy desktop bundle identifier
1 parent f7d66a1 commit 96560d2

9 files changed

Lines changed: 16 additions & 13 deletions

File tree

app_flowy/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@
426426
"$(inherited)",
427427
"@executable_path/../Frameworks",
428428
);
429+
PRODUCT_BUNDLE_IDENTIFIER = com.appflowy.macos;
429430
PRODUCT_NAME = AppFlowy;
430431
PROVISIONING_PROFILE_SPECIFIER = "";
431432
STRIP_STYLE = "non-global";
@@ -556,6 +557,7 @@
556557
"$(inherited)",
557558
"@executable_path/../Frameworks",
558559
);
560+
PRODUCT_BUNDLE_IDENTIFIER = com.appflowy.macos;
559561
PRODUCT_NAME = AppFlowy;
560562
PROVISIONING_PROFILE_SPECIFIER = "";
561563
STRIP_STYLE = "non-global";
@@ -578,6 +580,7 @@
578580
"$(inherited)",
579581
"@executable_path/../Frameworks",
580582
);
583+
PRODUCT_BUNDLE_IDENTIFIER = com.appflowy.macos;
581584
PRODUCT_NAME = AppFlowy;
582585
PROVISIONING_PROFILE_SPECIFIER = "";
583586
STRIP_STYLE = "non-global";

app_flowy/macos/Runner/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>NSAppTransportSecurity</key>
6-
<dict>
7-
<key>NSAllowsArbitraryLoads</key>
8-
<true/>
9-
</dict>
105
<key>CFBundleDevelopmentRegion</key>
116
<string>$(DEVELOPMENT_LANGUAGE)</string>
127
<key>CFBundleExecutable</key>
@@ -27,6 +22,11 @@
2722
<string>$(FLUTTER_BUILD_NUMBER)</string>
2823
<key>LSMinimumSystemVersion</key>
2924
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
25+
<key>NSAppTransportSecurity</key>
26+
<dict>
27+
<key>NSAllowsArbitraryLoads</key>
28+
<true/>
29+
</dict>
3030
<key>NSHumanReadableCopyright</key>
3131
<string>$(PRODUCT_COPYRIGHT)</string>
3232
<key>NSMainNibFile</key>

app_flowy/packages/flowy_editor/ios/flowy_editor.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A new flutter plugin project.
1111
DESC
1212
s.homepage = 'http://example.com'
1313
s.license = { :file => '../LICENSE' }
14-
s.author = { 'Your Company' => '[email protected]' }
14+
s.author = { 'AppFlowy' => '[email protected]' }
1515
s.source = { :path => '.' }
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'Flutter'

app_flowy/packages/flowy_editor/macos/flowy_editor.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A new flutter plugin project.
1111
DESC
1212
s.homepage = 'http://example.com'
1313
s.license = { :file => '../LICENSE' }
14-
s.author = { 'Your Company' => '[email protected]' }
14+
s.author = { 'AppFlowy' => '[email protected]' }
1515
s.source = { :path => '.' }
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'FlutterMacOS'

app_flowy/packages/flowy_infra_ui/ios/flowy_infra_ui.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A new flutter plugin project.
1111
DESC
1212
s.homepage = 'http://example.com'
1313
s.license = { :file => '../LICENSE' }
14-
s.author = { 'Your Company' => '[email protected]' }
14+
s.author = { 'AppFlowy' => '[email protected]' }
1515
s.source = { :path => '.' }
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'Flutter'

app_flowy/packages/flowy_infra_ui/macos/flowy_infra_ui.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A new flutter plugin project.
1111
DESC
1212
s.homepage = 'http://example.com'
1313
s.license = { :file => '../LICENSE' }
14-
s.author = { 'Your Company' => '[email protected]' }
14+
s.author = { 'AppFlowy' => '[email protected]' }
1515
s.source = { :path => '.' }
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'FlutterMacOS'

app_flowy/packages/flowy_sdk/ios/flowy_sdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A new flutter plugin project.
1111
DESC
1212
s.homepage = 'http://example.com'
1313
s.license = { :file => '../LICENSE' }
14-
s.author = { 'Your Company' => '[email protected]' }
14+
s.author = { 'AppFlowy' => '[email protected]' }
1515
s.source = { :path => '.' }
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'Flutter'

app_flowy/packages/flowy_sdk/macos/flowy_sdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A new flutter plugin project.
1111
DESC
1212
s.homepage = 'http://example.com'
1313
s.license = { :file => '../LICENSE' }
14-
s.author = { 'Your Company' => '[email protected]' }
14+
s.author = { 'AppFlowy' => '[email protected]' }
1515
s.source = { :path => '.' }
1616
s.source_files = 'Classes/**/*'
1717
s.public_header_files = 'Classes/**/*.h'

rust-lib/dart-ffi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ edition = "2018"
77
[lib]
88
name = "dart_ffi"
99
# this value will change depending on the target os
10-
# default dylib
11-
crate-type = ["dylib"]
10+
# default cdylib
11+
crate-type = ["cdylib"]
1212

1313

1414
[dependencies]

0 commit comments

Comments
 (0)