Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
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
Navaron Bracke
2023-10-22 17:29:11 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
582c0cfbb13765d54b38799e715ca25ee3656eb7
582c0cfb
1 parent
6846c4dc
update iOS example app bundle identifier
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
example/ios/Runner.xcodeproj/project.pbxproj
example/ios/Runner.xcodeproj/project.pbxproj
View file @
582c0cf
...
...
@@ -367,7 +367,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER =
dev.steenbakker.mobileScannerExample
;
PRODUCT_BUNDLE_IDENTIFIER =
"com.example.mobile-scanner"
;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
...
...
@@ -499,7 +499,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER =
dev.steenbakker.mobileScannerExample
;
PRODUCT_BUNDLE_IDENTIFIER =
"com.example.mobile-scanner"
;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
...
...
@@ -525,7 +525,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER =
dev.steenbakker.mobileScannerExample
;
PRODUCT_BUNDLE_IDENTIFIER =
"com.example.mobile-scanner"
;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
...
...
Please
register
or
login
to post a comment