Skip to content

Commit a28aedd

Browse files
25-06-11 unique update
1 parent b7aff61 commit a28aedd

3 files changed

Lines changed: 8 additions & 16 deletions

File tree

back/models/User.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,10 @@ const UserSchema = new mongoose.Schema(
2121
type: String,
2222
required: true,
2323
//match: [/^[a-zA-Z0-9_]{3,30}$/, "Please provide a valid username"],
24-
unique: true,
2524
},
2625
nickname: {
2726
type:String,
2827
required:false,
29-
unique:true,
3028
},
3129

3230
userId: {

front/ios/makemilliondollor.xcodeproj/project.pbxproj

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@
421421
CODE_SIGN_ENTITLEMENTS = makemilliondollor/makemilliondollor.entitlements;
422422
CODE_SIGN_IDENTITY = "Apple Development";
423423
CODE_SIGN_STYLE = Automatic;
424-
CURRENT_PROJECT_VERSION = 3;
424+
CURRENT_PROJECT_VERSION = 4;
425425
DEVELOPMENT_TEAM = U9QTM9L965;
426426
ENABLE_BITCODE = NO;
427427
GCC_PREPROCESSOR_DEFINITIONS = (
@@ -434,7 +434,7 @@
434434
"$(inherited)",
435435
"@executable_path/Frameworks",
436436
);
437-
MARKETING_VERSION = 1.1;
437+
MARKETING_VERSION = 1.2;
438438
OTHER_LDFLAGS = (
439439
"$(inherited)",
440440
"-ObjC",
@@ -459,15 +459,15 @@
459459
CODE_SIGN_ENTITLEMENTS = makemilliondollor/makemilliondollor.entitlements;
460460
CODE_SIGN_IDENTITY = "Apple Development";
461461
CODE_SIGN_STYLE = Automatic;
462-
CURRENT_PROJECT_VERSION = 3;
462+
CURRENT_PROJECT_VERSION = 4;
463463
DEVELOPMENT_TEAM = U9QTM9L965;
464464
INFOPLIST_FILE = makemilliondollor/Info.plist;
465465
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
466466
LD_RUNPATH_SEARCH_PATHS = (
467467
"$(inherited)",
468468
"@executable_path/Frameworks",
469469
);
470-
MARKETING_VERSION = 1.1;
470+
MARKETING_VERSION = 1.2;
471471
OTHER_LDFLAGS = (
472472
"$(inherited)",
473473
"-ObjC",
@@ -548,10 +548,7 @@
548548
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
549549
MTL_ENABLE_DEBUG_INFO = YES;
550550
ONLY_ACTIVE_ARCH = YES;
551-
OTHER_LDFLAGS = (
552-
"$(inherited)",
553-
" ",
554-
);
551+
OTHER_LDFLAGS = "$(inherited) ";
555552
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
556553
SDKROOT = iphoneos;
557554
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -617,10 +614,7 @@
617614
);
618615
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
619616
MTL_ENABLE_DEBUG_INFO = NO;
620-
OTHER_LDFLAGS = (
621-
"$(inherited)",
622-
" ",
623-
);
617+
OTHER_LDFLAGS = "$(inherited) ";
624618
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
625619
SDKROOT = iphoneos;
626620
USE_HERMES = true;

front/ios/makemilliondollor/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>1.1</string>
22+
<string>1.2</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleURLTypes</key>
@@ -34,7 +34,7 @@
3434
</dict>
3535
</array>
3636
<key>CFBundleVersion</key>
37-
<string>1.1</string>
37+
<string>1.2</string>
3838
<key>GADApplicationIdentifier</key>
3939
<string>ca-app-pub-9384938904470201~6596569647</string>
4040
<key>KAKAO_APP_KEY</key>

0 commit comments

Comments
 (0)