Skip to content

Commit

Permalink
키, url 삭제처리
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunwook-shin-bepluslab committed Sep 1, 2023
1 parent 80bfcde commit 02a4841
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 34 deletions.
2 changes: 1 addition & 1 deletion assets/env/.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FLAVOR=prod
USER_API=https://us-central1-facammarket-1a16e.cloudfunctions.net/
USER_API=
2 changes: 1 addition & 1 deletion assets/env/.env.dev
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FLAVOR=dev
USER_API=https://us-central1-test-app-5d77d.cloudfunctions.net/
USER_API=
13 changes: 12 additions & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
PODS:

- bootpay_webview_flutter_wkwebview (0.0.1):
- Flutter
- Firebase/Auth (10.12.0):
Expand Down Expand Up @@ -61,6 +60,9 @@ PODS:
- fluttertoast (0.0.2):
- Flutter
- Toast
- FMDB (2.7.5):
- FMDB/standard (= 2.7.5)
- FMDB/standard (2.7.5)
- GoogleDataTransport (9.2.5):
- GoogleUtilities/Environment (~> 7.7)
- nanopb (< 2.30910.0, >= 2.30908.0)
Expand Down Expand Up @@ -101,6 +103,9 @@ PODS:
- shared_preferences_foundation (0.0.1):
- Flutter
- FlutterMacOS
- sqflite (0.0.3):
- Flutter
- FMDB (>= 2.7.5)
- Toast (4.0.0)

DEPENDENCIES:
Expand All @@ -114,6 +119,7 @@ DEPENDENCIES:
- package_info (from `.symlinks/plugins/package_info/ios`)
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`)
- sqflite (from `.symlinks/plugins/sqflite/ios`)

SPEC REPOS:
trunk:
Expand All @@ -126,6 +132,7 @@ SPEC REPOS:
- FirebaseCrashlytics
- FirebaseInstallations
- FirebaseSessions
- FMDB
- GoogleDataTransport
- GoogleUtilities
- GTMSessionFetcher
Expand Down Expand Up @@ -155,6 +162,8 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/path_provider_foundation/darwin"
shared_preferences_foundation:
:path: ".symlinks/plugins/shared_preferences_foundation/darwin"
sqflite:
:path: ".symlinks/plugins/sqflite/ios"

SPEC CHECKSUMS:
bootpay_webview_flutter_wkwebview: baf2884591d215ae8bf446f97f1acc282f9527a6
Expand All @@ -172,6 +181,7 @@ SPEC CHECKSUMS:
FirebaseSessions: 991fb4c20b3505eef125f7cbfa20a5b5b189c2a4
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
fluttertoast: eb263d302cc92e04176c053d2385237e9f43fad0
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
GoogleDataTransport: 54dee9d48d14580407f8f5fbf2f496e92437a2f2
GoogleUtilities: c63691989bf362ba0505507da00eeb326192e83e
GTMSessionFetcher: e8647203b65cee28c5f73d0f473d096653945e72
Expand All @@ -182,6 +192,7 @@ SPEC CHECKSUMS:
PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4
PromisesSwift: 28dca69a9c40779916ac2d6985a0192a5cb4a265
shared_preferences_foundation: 5b919d13b803cadd15ed2dc053125c68730e5126
sqflite: 31f7eba61e3074736dff8807a9b41581e4f7f15a
Toast: 91b396c56ee72a5790816f40d3a94dd357abc196

PODFILE CHECKSUM: d664c7c642c1d6dd8bb9d59db22f8ee46c4b717f
Expand Down
30 changes: 2 additions & 28 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,15 @@
objects = {

/* Begin PBXBuildFile section */
124CEFAEE4241F58F7095AD5 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97E1FA4EC0315B51296A021F /* Pods_Runner.framework */; };
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C807B294A618700263BE5 /* RunnerTests.swift */; };


3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
55C9A3073AA610C059CE4DF7 /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 00CB7DBC9CC5E7EE4D2A16F8 /* Pods_RunnerTests.framework */; };
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };

D8027ED21D30B3169B7EA1E9 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5B357D4AE733A12890BCE72B /* Pods_Runner.framework */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -45,7 +42,6 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */

00CB7DBC9CC5E7EE4D2A16F8 /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
12ADDCC06F9A403048E29CB1 /* Pods-RunnerTests.release-dev.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release-dev.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release-dev.xcconfig"; sourceTree = "<group>"; };
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -93,7 +89,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
F35C7677F75E3935BDAD2E95 /* Pods_Runner.framework in Frameworks */,
D8027ED21D30B3169B7EA1E9 /* Pods_Runner.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -444,28 +440,6 @@
shellPath = /bin/sh;
shellScript = "\"$PODS_ROOT/FirebaseCrashlytics/upload-symbols\" --flutter-project \"$PROJECT_DIR/firebase_app_id_file.json\" ";
};
C93391A0C547690179E463F5 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-RunnerTests-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ void main(name, options) async {
configureDependencies();

KakaoSdk.init(
nativeAppKey: '1ba462d2655c5f7f7f7010562bd222f8',
nativeAppKey: '카카오 네이티브 키',
);

// firebase initialize
Expand Down
4 changes: 2 additions & 2 deletions lib/presentation/main/bloc/paymoent_bloc/payment_bloc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ Payload _getPayLoad(
return item;
}).toList();

payload.androidApplicationId = "64566178755e27001b376047";
payload.iosApplicationId = "64566178755e27001b376048";
payload.androidApplicationId = "Android 키";
payload.iosApplicationId = "iOS 키";

payload.pg = 'kcp';
payload.orderName = cartList.length > 1
Expand Down

0 comments on commit 02a4841

Please sign in to comment.