|
60 | 60 | 437BC24726452AE400E2C84D /* StringFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 437BC24626452AE400E2C84D /* StringFormatter.swift */; };
|
61 | 61 | 437BC2492645413000E2C84D /* MDoubleField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 437BC2482645413000E2C84D /* MDoubleField.swift */; };
|
62 | 62 | 437BC24E26461E2100E2C84D /* NumberHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 437BC24D26461E2100E2C84D /* NumberHelper.swift */; };
|
63 |
| - 437BC25126467A3D00E2C84D /* SidebarFooter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 437BC25026467A3D00E2C84D /* SidebarFooter.swift */; }; |
64 | 63 | 437C09352649039000F1904C /* DatabasePicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 437C09342649039000F1904C /* DatabasePicker.swift */; };
|
65 | 64 | 437C0937264952B300F1904C /* MTabView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 437C0936264952B300F1904C /* MTabView.swift */; };
|
66 | 65 | 4382203E265668CC00DA7F9E /* MLoading.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4382203D265668CC00DA7F9E /* MLoading.swift */; };
|
|
154 | 153 | 62D741B9284B776D0049AB3C /* RedisConfigStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62D741B8284B776D0049AB3C /* RedisConfigStore.swift */; };
|
155 | 154 | 62D741BB284B827A0049AB3C /* SlowLogStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62D741BA284B82790049AB3C /* SlowLogStore.swift */; };
|
156 | 155 | 62D741BD284C66560049AB3C /* ClientListStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62D741BC284C66560049AB3C /* ClientListStore.swift */; };
|
| 156 | + 62D741BF288414E00049AB3C /* LuaView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62D741BE288414E00049AB3C /* LuaView.swift */; }; |
| 157 | + 62D741C1288415180049AB3C /* LuaStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62D741C0288415180049AB3C /* LuaStore.swift */; }; |
| 158 | + 62D741C3288416470049AB3C /* RedisClientLua.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62D741C2288416470049AB3C /* RedisClientLua.swift */; }; |
157 | 159 | 62E8F9D22765019D006A5326 /* MIntField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62E8F9D12765019D006A5326 /* MIntField.swift */; };
|
158 | 160 | 62E8F9D62765EC97006A5326 /* NSecureField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62E8F9D52765EC97006A5326 /* NSecureField.swift */; };
|
159 | 161 | 62E8F9D92765F197006A5326 /* MPasswordField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62E8F9D82765F197006A5326 /* MPasswordField.swift */; };
|
|
257 | 259 | 437BC24626452AE400E2C84D /* StringFormatter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StringFormatter.swift; sourceTree = "<group>"; };
|
258 | 260 | 437BC2482645413000E2C84D /* MDoubleField.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MDoubleField.swift; sourceTree = "<group>"; };
|
259 | 261 | 437BC24D26461E2100E2C84D /* NumberHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NumberHelper.swift; sourceTree = "<group>"; };
|
260 |
| - 437BC25026467A3D00E2C84D /* SidebarFooter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SidebarFooter.swift; sourceTree = "<group>"; }; |
261 | 262 | 437C09342649039000F1904C /* DatabasePicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DatabasePicker.swift; sourceTree = "<group>"; };
|
262 | 263 | 437C0936264952B300F1904C /* MTabView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MTabView.swift; sourceTree = "<group>"; };
|
263 | 264 | 4382203C26564D6900DA7F9E /* redis-proRelease.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "redis-proRelease.entitlements"; sourceTree = "<group>"; };
|
|
355 | 356 | 62D741B8284B776D0049AB3C /* RedisConfigStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RedisConfigStore.swift; sourceTree = "<group>"; };
|
356 | 357 | 62D741BA284B82790049AB3C /* SlowLogStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SlowLogStore.swift; sourceTree = "<group>"; };
|
357 | 358 | 62D741BC284C66560049AB3C /* ClientListStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientListStore.swift; sourceTree = "<group>"; };
|
| 359 | + 62D741BE288414E00049AB3C /* LuaView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LuaView.swift; sourceTree = "<group>"; }; |
| 360 | + 62D741C0288415180049AB3C /* LuaStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LuaStore.swift; sourceTree = "<group>"; }; |
| 361 | + 62D741C2288416470049AB3C /* RedisClientLua.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RedisClientLua.swift; sourceTree = "<group>"; }; |
358 | 362 | 62E8F9D12765019D006A5326 /* MIntField.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MIntField.swift; sourceTree = "<group>"; };
|
359 | 363 | 62E8F9D52765EC97006A5326 /* NSecureField.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NSecureField.swift; sourceTree = "<group>"; };
|
360 | 364 | 62E8F9D82765F197006A5326 /* MPasswordField.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MPasswordField.swift; sourceTree = "<group>"; };
|
|
585 | 589 | children = (
|
586 | 590 | 62CB3D742619AEC20061E8C3 /* RedisKeysListView.swift */,
|
587 | 591 | 431266CE261C4E0900FB6B69 /* RedisKeySearchRowView.swift */,
|
588 |
| - 437BC25026467A3D00E2C84D /* SidebarFooter.swift */, |
589 | 592 | 437C09342649039000F1904C /* DatabasePicker.swift */,
|
590 | 593 | );
|
591 | 594 | path = Sidebar;
|
|
638 | 641 | 432A6ADE26A7C3D200F6DB64 /* RedisConfigView.swift */,
|
639 | 642 | 43CD28B1267C6D0800E11876 /* ClientsListView.swift */,
|
640 | 643 | 43F22EEC269ED9D500A00F97 /* SlowLogView.swift */,
|
| 644 | + 62D741BE288414E00049AB3C /* LuaView.swift */, |
641 | 645 | );
|
642 | 646 | path = System;
|
643 | 647 | sourceTree = "<group>";
|
|
655 | 659 | 620AF6C127D48923002D6895 /* RedisClientSystem.swift */,
|
656 | 660 | 620AF6C327D48973002D6895 /* RedisClientConfig.swift */,
|
657 | 661 | 620AF6C527D48996002D6895 /* RedisClientSlowLog.swift */,
|
| 662 | + 62D741C2288416470049AB3C /* RedisClientLua.swift */, |
658 | 663 | );
|
659 | 664 | path = RedisClient;
|
660 | 665 | sourceTree = "<group>";
|
|
709 | 714 | 62D741B8284B776D0049AB3C /* RedisConfigStore.swift */,
|
710 | 715 | 62D741BA284B82790049AB3C /* SlowLogStore.swift */,
|
711 | 716 | 62D741BC284C66560049AB3C /* ClientListStore.swift */,
|
| 717 | + 62D741C0288415180049AB3C /* LuaStore.swift */, |
712 | 718 | );
|
713 | 719 | path = Store;
|
714 | 720 | sourceTree = "<group>";
|
|
954 | 960 | 62D1BA93284257AA00F41CAD /* ZSetValueStore.swift in Sources */,
|
955 | 961 | 4382204026574E3F00DA7F9E /* MSpin.swift in Sources */,
|
956 | 962 | 626C4C622820376700B7A542 /* RedisFavoriteDefaultSelectTypeEnum.swift in Sources */,
|
| 963 | + 62D741C1288415180049AB3C /* LuaStore.swift in Sources */, |
957 | 964 | 62D741B9284B776D0049AB3C /* RedisConfigStore.swift in Sources */,
|
958 | 965 | 62E9F13F2849DA9F00F4FABF /* SystemEnvironment.swift in Sources */,
|
959 | 966 | 627E1BC8282FCEE300163D6B /* ScanStore.swift in Sources */,
|
|
998 | 1005 | 4314A34126243ED500053FEE /* PageBar.swift in Sources */,
|
999 | 1006 | 62CB3D7D2619AF990061E8C3 /* RedisKeyModel.swift in Sources */,
|
1000 | 1007 | CEF000FF2771B6640020A27E /* NTextEditor.swift in Sources */,
|
1001 |
| - 437BC25126467A3D00E2C84D /* SidebarFooter.swift in Sources */, |
1002 | 1008 | 4301C86626BBF86E00C08E19 /* SSHForward.swift in Sources */,
|
1003 | 1009 | 4314A34F2625B46E00053FEE /* RediStackClient.swift in Sources */,
|
1004 | 1010 | 431266CC261C450300FB6B69 /* Tag.swift in Sources */,
|
|
1044 | 1050 | 6237D034275CFF1F000ACD6A /* NIntField.swift in Sources */,
|
1045 | 1051 | 431FD83F26BD160800151934 /* RedisConnectionTypeEnum.swift in Sources */,
|
1046 | 1052 | 4373C50125C2E75B002B700E /* BizError.swift in Sources */,
|
| 1053 | + 62D741BF288414E00049AB3C /* LuaView.swift in Sources */, |
1047 | 1054 | 431266EE261D517500FB6B69 /* RedisKeyTypePicker.swift in Sources */,
|
1048 | 1055 | 62E8F9D62765EC97006A5326 /* NSecureField.swift in Sources */,
|
1049 | 1056 | 62D741BD284C66560049AB3C /* ClientListStore.swift in Sources */,
|
1050 | 1057 | 620AF6BA27D48848002D6895 /* RedisClientHash.swift in Sources */,
|
| 1058 | + 62D741C3288416470049AB3C /* RedisClientLua.swift in Sources */, |
1051 | 1059 | 4314A344262546DF00053FEE /* Extensions.swift in Sources */,
|
1052 | 1060 | 43CD28782671FA2A00E11876 /* RedisInfoModel.swift in Sources */,
|
1053 | 1061 | 437BC2492645413000E2C84D /* MDoubleField.swift in Sources */,
|
|
1223 | 1231 | CODE_SIGN_IDENTITY = "-";
|
1224 | 1232 | CODE_SIGN_STYLE = Automatic;
|
1225 | 1233 | COMBINE_HIDPI_IMAGES = YES;
|
1226 |
| - CURRENT_PROJECT_VERSION = 15; |
| 1234 | + CURRENT_PROJECT_VERSION = 16; |
1227 | 1235 | DEVELOPMENT_ASSET_PATHS = "\"redis-pro/Preview Content\"";
|
1228 | 1236 | ENABLE_PREVIEWS = YES;
|
1229 | 1237 | INFOPLIST_FILE = "redis-pro/Info.plist";
|
|
1232 | 1240 | "@executable_path/../Frameworks",
|
1233 | 1241 | );
|
1234 | 1242 | MACOSX_DEPLOYMENT_TARGET = 11.0;
|
1235 |
| - MARKETING_VERSION = 2.1.0; |
| 1243 | + MARKETING_VERSION = 2.2.0; |
1236 | 1244 | PRODUCT_BUNDLE_IDENTIFIER = "com.cmushroom.redis-pro";
|
1237 | 1245 | PRODUCT_NAME = "$(TARGET_NAME)";
|
1238 | 1246 | SWIFT_VERSION = 5.0;
|
|
1248 | 1256 | CODE_SIGN_IDENTITY = "-";
|
1249 | 1257 | CODE_SIGN_STYLE = Automatic;
|
1250 | 1258 | COMBINE_HIDPI_IMAGES = YES;
|
1251 |
| - CURRENT_PROJECT_VERSION = 15; |
| 1259 | + CURRENT_PROJECT_VERSION = 16; |
1252 | 1260 | DEVELOPMENT_ASSET_PATHS = "\"redis-pro/Preview Content\"";
|
1253 | 1261 | DEVELOPMENT_TEAM = "";
|
1254 | 1262 | ENABLE_PREVIEWS = YES;
|
|
1258 | 1266 | "@executable_path/../Frameworks",
|
1259 | 1267 | );
|
1260 | 1268 | MACOSX_DEPLOYMENT_TARGET = 11.0;
|
1261 |
| - MARKETING_VERSION = 2.1.0; |
| 1269 | + MARKETING_VERSION = 2.2.0; |
1262 | 1270 | PRODUCT_BUNDLE_IDENTIFIER = "com.cmushroom.redis-pro";
|
1263 | 1271 | PRODUCT_NAME = "$(TARGET_NAME)";
|
1264 | 1272 | PROVISIONING_PROFILE_SPECIFIER = "";
|
|
0 commit comments