Skip to content

Commit

Permalink
fix: change ios project to com.vlink.EOEFANS #15
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 committed Feb 23, 2023
1 parent fce784c commit d61922e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.example.EOEFANS;
PRODUCT_BUNDLE_IDENTIFIER = com.vlink.EOEFANS;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -490,7 +490,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.example.EOEFANS;
PRODUCT_BUNDLE_IDENTIFIER = com.vlink.EOEFANS;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand All @@ -512,7 +512,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.example.EOEFANS;
PRODUCT_BUNDLE_IDENTIFIER = com.vlink.EOEFANS;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
Expand Down
2 changes: 1 addition & 1 deletion macos/Runner/Configs/AppInfo.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
PRODUCT_NAME = EOEFANS

// The application's bundle identifier
PRODUCT_BUNDLE_IDENTIFIER = com.example.EOEFANS
PRODUCT_BUNDLE_IDENTIFIER = com.vlink.EOEFANS

// The copyright displayed in application information
PRODUCT_COPYRIGHT = Copyright © 2023 com.example. All rights reserved.

0 comments on commit d61922e

Please sign in to comment.