Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonC01 committed Apr 15, 2024
1 parent fd30c65 commit 454ec02
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 16 deletions.
20 changes: 7 additions & 13 deletions mingle/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -497,10 +497,10 @@
CLANG_ENABLE_MODULES = YES;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = "$(inherited)";
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 4.0.4;
DEVELOPMENT_TEAM = LPUW5AZU9U;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = LPUW5AZU9U;
ENABLE_BITCODE = NO;
FLUTTER_BUILD_NAME = 4.0.4;
FLUTTER_BUILD_NUMBER = 4.0.4;
Expand All @@ -512,7 +512,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = com.teamingle.mingle;
PRODUCT_NAME = "$(TARGET_NAME)";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = dev_profile;
PROVISIONING_PROFILE_SPECIFIER = "";
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -698,11 +698,9 @@
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = "$(inherited)";
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 4.0.4;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = LPUW5AZU9U;
DEVELOPMENT_TEAM = LPUW5AZU9U;
ENABLE_BITCODE = NO;
FLUTTER_BUILD_NAME = 4.0.4;
FLUTTER_BUILD_NUMBER = 4.0.4;
Expand All @@ -715,7 +713,6 @@
PRODUCT_BUNDLE_IDENTIFIER = com.teamingle.mingle;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = dev_profile;
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
Expand All @@ -733,11 +730,9 @@
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = "$(inherited)";
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 4.0.4;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = LPUW5AZU9U;
DEVELOPMENT_TEAM = LPUW5AZU9U;
ENABLE_BITCODE = NO;
FLUTTER_BUILD_NAME = 4.0.4;
FLUTTER_BUILD_NUMBER = 4.0.4;
Expand All @@ -750,7 +745,6 @@
PRODUCT_BUNDLE_IDENTIFIER = com.teamingle.mingle;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = dev_profile;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
Expand Down
4 changes: 2 additions & 2 deletions mingle/lib/common/const/data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ const IS_FRESH_LOGIN_KEY = 'IS_FRESH_LOGIN';
const TIMETABLE_GRID_HEIGHT = 61.0;
const TIMETABLE_GRID_WIDTH = 48.0;

// const baseUrl = "api.prod.mingle.community";
const baseUrl = "api.develop.mingle.community";
const baseUrl = "api.prod.mingle.community";
// const baseUrl = "api.develop.mingle.community";
// "dev.api.mingle.community";

const generalErrorMsg = "다시 시도해 주세요.";
Expand Down
2 changes: 1 addition & 1 deletion mingle/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 4.0.4+4
version: 4.0.4+38

environment:
sdk: ">=3.1.0 <4.0.0"
Expand Down

0 comments on commit 454ec02

Please sign in to comment.