Skip to content

Commit a20884c

Browse files
committed
chore: rename application
1 parent b7cc7c6 commit a20884c

File tree

17 files changed

+100
-147
lines changed

17 files changed

+100
-147
lines changed

README.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Card Games Manager
1+
# EasyDealt
22

33
Manage your various card games with this app (in development).
44

@@ -19,7 +19,7 @@ Coming soon...
1919
## Installation
2020

2121
Builds are currently only available for Windows. You can download the latest release
22-
[here](https://github.com/MrAuro/CardGamesManager/releases).
22+
[here](https://github.com/anqueue/EasyDealt/releases).
2323

2424
## Development
2525

@@ -49,12 +49,11 @@ directory to install the required packages. Then run `yarn tauri dev` to start t
4949
![CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)
5050

5151
This work is licensed under the
52-
<a href="https://github.com/mrauro/cardgamesmanager/tree/main/LICENSE" target="_blank">Creative
53-
Commons Attribution-NonCommercial-ShareAlike 4.0 International License.</a> You are free to share
54-
and adapt this work for non-commercial purposes as long as you give appropriate credit and
55-
distribute your contributions under the same license. Commercial licenses may be available upon
56-
request. If you have any questions or would like to request a commercial license, please contact the
57-
creator.
52+
<a href="https://github.com/anqueue/EasyDealt/tree/main/LICENSE" target="_blank">Creative Commons
53+
Attribution-NonCommercial-ShareAlike 4.0 International License.</a> You are free to share and adapt
54+
this work for non-commercial purposes as long as you give appropriate credit and distribute your
55+
contributions under the same license. Commercial licenses may be available upon request. If you have
56+
any questions or would like to request a commercial license, please contact the creator.
5857

5958
## Disclaimer
6059

@@ -72,4 +71,4 @@ damages or losses incurred from the use of this tool.
7271
## Contact
7372

7473
If you have any questions or concerns, please contact the creator at
75-
74+

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "cardgamesmanager",
2+
"name": "easydealt",
33
"private": true,
44
"version": "0.0.0",
5-
"repository": "https://github.com/mrauro/cardgamesmanager",
6-
"author": "Auro <35087590+MrAuro@users.noreply.github.com>",
5+
"repository": "https://github.com/anqueue/easydealt",
6+
"author": "Andrew <35087590+anqueue@users.noreply.github.com>",
77
"workspaces": [
88
"packages/*"
99
],

packages/desktop/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
rel="stylesheet"
1515
/> -->
1616
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
17-
<title>Card Games Manager</title>
17+
<title>EasyDealt</title>
1818
</head>
1919

2020
<body>

packages/desktop/src-tauri/Cargo.lock

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/desktop/src-tauri/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
2-
name = "cardgamesmanager"
2+
name = "easydealt"
33
version = "0.0.0"
4-
description = "Card Games Manager"
5-
authors = ["you"]
4+
description = "EasyDealt"
5+
authors = ["anqueue"]
66
license = ""
77
repository = ""
88
edition = "2021"

packages/desktop/src-tauri/gen/apple/Podfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Uncomment the next line to define a global platform for your project
22

3-
target 'cardgamesmanager_iOS' do
3+
target 'easydealt_iOS' do
44
platform :ios, '13.0'
5-
# Pods for cardgamesmanager_iOS
5+
# Pods for easydealt_iOS
66
end
77

8-
target 'cardgamesmanager_macOS' do
8+
target 'easydealt_macOS' do
99
platform :osx, '11.0'
10-
# Pods for cardgamesmanager_macOS
10+
# Pods for easydealt_macOS
1111
end
1212

1313
# Delete the deployment target for iOS and macOS, causing it to be inherited from the Podfile

packages/desktop/src-tauri/gen/apple/cardgamesmanager.xcodeproj/project.pbxproj

+27-27
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
1AA1D067AFF4C37D9E2B0FBD /* Metal.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Metal.framework; path = System/Library/Frameworks/Metal.framework; sourceTree = SDKROOT; };
2626
2BE48A64933187B7B8D1EDDE /* bindings.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bindings.h; sourceTree = "<group>"; };
2727
3AD6B62FFD7504EC7D7853C5 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
28-
41B2437672C0D4FEEDE3FB7F /* cardgamesmanager_iOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = cardgamesmanager_iOS.entitlements; sourceTree = "<group>"; };
28+
41B2437672C0D4FEEDE3FB7F /* easydealt_iOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = easydealt_iOS.entitlements; sourceTree = "<group>"; };
2929
4E53A94BDEEAC02DB7F144A3 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
3030
5CD80891FE2BDCA4963ED792 /* MetalKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MetalKit.framework; path = System/Library/Frameworks/MetalKit.framework; sourceTree = SDKROOT; };
3131
6EB63B30FE81215B86B4A214 /* libapp.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libapp.a; sourceTree = "<group>"; };
32-
77CAEB2333760362A6C9B17C /* cardgamesmanager.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = cardgamesmanager.app; sourceTree = BUILT_PRODUCTS_DIR; };
32+
77CAEB2333760362A6C9B17C /* easydealt.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = easydealt.app; sourceTree = BUILT_PRODUCTS_DIR; };
3333
7B1D525C3F97796252815730 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
3434
870FC1184D6D1C541552DAE8 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
3535
8721206EDDC764C7A22C2A7E /* assets */ = {isa = PBXFileReference; lastKnownFileType = folder; path = assets; sourceTree = SOURCE_ROOT; };
@@ -72,18 +72,18 @@
7272
3C16FBC8792E17D4B1007632 /* Sources */ = {
7373
isa = PBXGroup;
7474
children = (
75-
75C95C2B7B336D111EAD8CB9 /* cardgamesmanager */,
75+
75C95C2B7B336D111EAD8CB9 /* easydealt */,
7676
);
7777
path = Sources;
7878
sourceTree = "<group>";
7979
};
80-
45580F3B0107608D2C6DC992 /* cardgamesmanager_iOS */ = {
80+
45580F3B0107608D2C6DC992 /* easydealt_iOS */ = {
8181
isa = PBXGroup;
8282
children = (
83-
41B2437672C0D4FEEDE3FB7F /* cardgamesmanager_iOS.entitlements */,
83+
41B2437672C0D4FEEDE3FB7F /* easydealt_iOS.entitlements */,
8484
7B1D525C3F97796252815730 /* Info.plist */,
8585
);
86-
path = cardgamesmanager_iOS;
86+
path = easydealt_iOS;
8787
sourceTree = "<group>";
8888
};
8989
6AF353525DC4B9DE2AAEBC59 /* Externals */ = {
@@ -93,13 +93,13 @@
9393
path = Externals;
9494
sourceTree = "<group>";
9595
};
96-
75C95C2B7B336D111EAD8CB9 /* cardgamesmanager */ = {
96+
75C95C2B7B336D111EAD8CB9 /* easydealt */ = {
9797
isa = PBXGroup;
9898
children = (
9999
F0990C68C4F793399DD8595A /* main.mm */,
100100
E40C92FB849DB3BE6B65E86A /* bindings */,
101101
);
102-
path = cardgamesmanager;
102+
path = easydealt;
103103
sourceTree = "<group>";
104104
};
105105
78A008160437760290850204 /* Frameworks */ = {
@@ -123,7 +123,7 @@
123123
8721206EDDC764C7A22C2A7E /* assets */,
124124
9F17FFB78122777997957328 /* Assets.xcassets */,
125125
870FC1184D6D1C541552DAE8 /* LaunchScreen.storyboard */,
126-
45580F3B0107608D2C6DC992 /* cardgamesmanager_iOS */,
126+
45580F3B0107608D2C6DC992 /* easydealt_iOS */,
127127
6AF353525DC4B9DE2AAEBC59 /* Externals */,
128128
3C16FBC8792E17D4B1007632 /* Sources */,
129129
32B297FB2C8B811DA0E85EAD /* src */,
@@ -135,7 +135,7 @@
135135
DDD5EE132F58C67DF0F5D65D /* Products */ = {
136136
isa = PBXGroup;
137137
children = (
138-
77CAEB2333760362A6C9B17C /* cardgamesmanager.app */,
138+
77CAEB2333760362A6C9B17C /* easydealt.app */,
139139
);
140140
name = Products;
141141
sourceTree = "<group>";
@@ -151,9 +151,9 @@
151151
/* End PBXGroup section */
152152

153153
/* Begin PBXNativeTarget section */
154-
FCBD23588A0155AD423DBA4F /* cardgamesmanager_iOS */ = {
154+
FCBD23588A0155AD423DBA4F /* easydealt_iOS */ = {
155155
isa = PBXNativeTarget;
156-
buildConfigurationList = 29C592BF1756C5E3584A093A /* Build configuration list for PBXNativeTarget "cardgamesmanager_iOS" */;
156+
buildConfigurationList = 29C592BF1756C5E3584A093A /* Build configuration list for PBXNativeTarget "easydealt_iOS" */;
157157
buildPhases = (
158158
6594FEF02412042A0A1D0932 /* Build Rust Code */,
159159
BF0C77CD1FBEC84256E6372E /* Sources */,
@@ -164,9 +164,9 @@
164164
);
165165
dependencies = (
166166
);
167-
name = cardgamesmanager_iOS;
168-
productName = cardgamesmanager_iOS;
169-
productReference = 77CAEB2333760362A6C9B17C /* cardgamesmanager.app */;
167+
name = easydealt_iOS;
168+
productName = easydealt_iOS;
169+
productReference = 77CAEB2333760362A6C9B17C /* easydealt.app */;
170170
productType = "com.apple.product-type.application";
171171
};
172172
/* End PBXNativeTarget section */
@@ -178,7 +178,7 @@
178178
BuildIndependentTargetsInParallel = YES;
179179
LastUpgradeCheck = 1430;
180180
};
181-
buildConfigurationList = 7BAE3657E4DB7692A8E3C2F7 /* Build configuration list for PBXProject "cardgamesmanager" */;
181+
buildConfigurationList = 7BAE3657E4DB7692A8E3C2F7 /* Build configuration list for PBXProject "easydealt" */;
182182
compatibilityVersion = "Xcode 14.0";
183183
developmentRegion = en;
184184
hasScannedForEncodings = 0;
@@ -190,7 +190,7 @@
190190
projectDirPath = "";
191191
projectRoot = "";
192192
targets = (
193-
FCBD23588A0155AD423DBA4F /* cardgamesmanager_iOS */,
193+
FCBD23588A0155AD423DBA4F /* easydealt_iOS */,
194194
);
195195
};
196196
/* End PBXProject section */
@@ -310,7 +310,7 @@
310310
"arm64-sim",
311311
);
312312
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
313-
CODE_SIGN_ENTITLEMENTS = cardgamesmanager_iOS/cardgamesmanager_iOS.entitlements;
313+
CODE_SIGN_ENTITLEMENTS = easydealt_iOS/easydealt_iOS.entitlements;
314314
CODE_SIGN_IDENTITY = "Apple Development";
315315
CODE_SIGN_STYLE = Automatic;
316316
DEVELOPMENT_TEAM = 7668ZKUJTR;
@@ -321,7 +321,7 @@
321321
"$(inherited)",
322322
"\".\"",
323323
);
324-
INFOPLIST_FILE = cardgamesmanager_iOS/Info.plist;
324+
INFOPLIST_FILE = easydealt_iOS/Info.plist;
325325
LD_RUNPATH_SEARCH_PATHS = (
326326
"$(inherited)",
327327
"@executable_path/Frameworks",
@@ -347,8 +347,8 @@
347347
"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)",
348348
"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)",
349349
);
350-
PRODUCT_BUNDLE_IDENTIFIER = dev.mrauro.cardgamesmanager;
351-
PRODUCT_NAME = cardgamesmanager;
350+
PRODUCT_BUNDLE_IDENTIFIER = com.easydealt;
351+
PRODUCT_NAME = easydealt;
352352
PROVISIONING_PROFILE_SPECIFIER = "";
353353
SDKROOT = iphoneos;
354354
TARGETED_DEVICE_FAMILY = "1,2";
@@ -428,7 +428,7 @@
428428
"arm64-sim",
429429
);
430430
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
431-
CODE_SIGN_ENTITLEMENTS = cardgamesmanager_iOS/cardgamesmanager_iOS.entitlements;
431+
CODE_SIGN_ENTITLEMENTS = easydealt_iOS/easydealt_iOS.entitlements;
432432
CODE_SIGN_IDENTITY = "Apple Development";
433433
CODE_SIGN_STYLE = Automatic;
434434
DEVELOPMENT_TEAM = 7668ZKUJTR;
@@ -439,7 +439,7 @@
439439
"$(inherited)",
440440
"\".\"",
441441
);
442-
INFOPLIST_FILE = cardgamesmanager_iOS/Info.plist;
442+
INFOPLIST_FILE = easydealt_iOS/Info.plist;
443443
LD_RUNPATH_SEARCH_PATHS = (
444444
"$(inherited)",
445445
"@executable_path/Frameworks",
@@ -465,8 +465,8 @@
465465
"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)",
466466
"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)",
467467
);
468-
PRODUCT_BUNDLE_IDENTIFIER = dev.mrauro.cardgamesmanager;
469-
PRODUCT_NAME = cardgamesmanager;
468+
PRODUCT_BUNDLE_IDENTIFIER = com.easydealt;
469+
PRODUCT_NAME = easydealt;
470470
PROVISIONING_PROFILE_SPECIFIER = "";
471471
SDKROOT = iphoneos;
472472
TARGETED_DEVICE_FAMILY = "1,2";
@@ -477,7 +477,7 @@
477477
/* End XCBuildConfiguration section */
478478

479479
/* Begin XCConfigurationList section */
480-
29C592BF1756C5E3584A093A /* Build configuration list for PBXNativeTarget "cardgamesmanager_iOS" */ = {
480+
29C592BF1756C5E3584A093A /* Build configuration list for PBXNativeTarget "easydealt_iOS" */ = {
481481
isa = XCConfigurationList;
482482
buildConfigurations = (
483483
4B0E4919B8B400AF029D2768 /* debug */,
@@ -486,7 +486,7 @@
486486
defaultConfigurationIsVisible = 0;
487487
defaultConfigurationName = debug;
488488
};
489-
7BAE3657E4DB7692A8E3C2F7 /* Build configuration list for PBXProject "cardgamesmanager" */ = {
489+
7BAE3657E4DB7692A8E3C2F7 /* Build configuration list for PBXProject "easydealt" */ = {
490490
isa = XCConfigurationList;
491491
buildConfigurations = (
492492
5A7B19D63F3817D5EAA1CB8F /* debug */,

packages/desktop/src-tauri/gen/apple/cardgamesmanager.xcodeproj/xcshareddata/xcschemes/cardgamesmanager_iOS.xcscheme

+12-12
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "FCBD23588A0155AD423DBA4F"
18-
BuildableName = "cardgamesmanager.app"
19-
BlueprintName = "cardgamesmanager_iOS"
20-
ReferencedContainer = "container:cardgamesmanager.xcodeproj">
18+
BuildableName = "easydealt.app"
19+
BlueprintName = "easydealt_iOS"
20+
ReferencedContainer = "container:easydealt.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
</BuildActionEntries>
@@ -31,9 +31,9 @@
3131
<BuildableReference
3232
BuildableIdentifier = "primary"
3333
BlueprintIdentifier = "FCBD23588A0155AD423DBA4F"
34-
BuildableName = "cardgamesmanager.app"
35-
BlueprintName = "cardgamesmanager_iOS"
36-
ReferencedContainer = "container:cardgamesmanager.xcodeproj">
34+
BuildableName = "easydealt.app"
35+
BlueprintName = "easydealt_iOS"
36+
ReferencedContainer = "container:easydealt.xcodeproj">
3737
</BuildableReference>
3838
</MacroExpansion>
3939
<EnvironmentVariables>
@@ -66,9 +66,9 @@
6666
<BuildableReference
6767
BuildableIdentifier = "primary"
6868
BlueprintIdentifier = "FCBD23588A0155AD423DBA4F"
69-
BuildableName = "cardgamesmanager.app"
70-
BlueprintName = "cardgamesmanager_iOS"
71-
ReferencedContainer = "container:cardgamesmanager.xcodeproj">
69+
BuildableName = "easydealt.app"
70+
BlueprintName = "easydealt_iOS"
71+
ReferencedContainer = "container:easydealt.xcodeproj">
7272
</BuildableReference>
7373
</BuildableProductRunnable>
7474
<EnvironmentVariables>
@@ -95,9 +95,9 @@
9595
<BuildableReference
9696
BuildableIdentifier = "primary"
9797
BlueprintIdentifier = "FCBD23588A0155AD423DBA4F"
98-
BuildableName = "cardgamesmanager.app"
99-
BlueprintName = "cardgamesmanager_iOS"
100-
ReferencedContainer = "container:cardgamesmanager.xcodeproj">
98+
BuildableName = "easydealt.app"
99+
BlueprintName = "easydealt_iOS"
100+
ReferencedContainer = "container:easydealt.xcodeproj">
101101
</BuildableReference>
102102
</BuildableProductRunnable>
103103
<EnvironmentVariables>

0 commit comments

Comments
 (0)