Skip to content

Commit 8edee22

Browse files
committed
🚚 예시 프로젝트 이름 변경
DripperDemo ➡️ Counter
1 parent 33f0338 commit 8edee22

File tree

12 files changed

+38
-40
lines changed

12 files changed

+38
-40
lines changed

.spi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ version: 1
22
builder:
33
configs:
44
- platform: ios
5-
documentation_targets: [Dripper]
5+
scheme: Dripper
6+
- documentation_targets: [Dripper]
67
swift-version: 6.0

DripStation.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 7 deletions
This file was deleted.

Dripper.xcworkspace/contents.xcworkspacedata

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/DripperDemo/DripperDemo.xcodeproj/project.pbxproj renamed to Examples/Counter/Counter.xcodeproj/project.pbxproj

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
FD2F25DD2CA6D18600092190 /* Dripper in Frameworks */ = {isa = PBXBuildFile; productRef = FD2F25DC2CA6D18600092190 /* Dripper */; };
1110
FD5BAAF32C6B34700076482B /* Dripper in Frameworks */ = {isa = PBXBuildFile; productRef = FD5BAAF22C6B34700076482B /* Dripper */; };
1211
FD760AB72C9D4964005438A7 /* Dripper in Frameworks */ = {isa = PBXBuildFile; productRef = FD760AB62C9D4964005438A7 /* Dripper */; };
12+
FDB0C75D2CACC196009CA840 /* Dripper in Frameworks */ = {isa = PBXBuildFile; productRef = FDB0C75C2CACC196009CA840 /* Dripper */; };
1313
/* End PBXBuildFile section */
1414

1515
/* Begin PBXFileReference section */
16-
FD5BAAE02C6B326B0076482B /* DripperDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DripperDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
16+
FD5BAAE02C6B326B0076482B /* Counter.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Counter.app; sourceTree = BUILT_PRODUCTS_DIR; };
1717
/* End PBXFileReference section */
1818

1919
/* Begin PBXFileSystemSynchronizedRootGroup section */
20-
FD5BAAE22C6B326B0076482B /* DripperDemo */ = {
20+
FD5BAAE22C6B326B0076482B /* Counter */ = {
2121
isa = PBXFileSystemSynchronizedRootGroup;
22-
path = DripperDemo;
22+
path = Counter;
2323
sourceTree = "<group>";
2424
};
2525
/* End PBXFileSystemSynchronizedRootGroup section */
@@ -29,7 +29,7 @@
2929
isa = PBXFrameworksBuildPhase;
3030
buildActionMask = 2147483647;
3131
files = (
32-
FD2F25DD2CA6D18600092190 /* Dripper in Frameworks */,
32+
FDB0C75D2CACC196009CA840 /* Dripper in Frameworks */,
3333
FD5BAAF32C6B34700076482B /* Dripper in Frameworks */,
3434
FD760AB72C9D4964005438A7 /* Dripper in Frameworks */,
3535
);
@@ -41,25 +41,25 @@
4141
FD5BAAD72C6B326B0076482B = {
4242
isa = PBXGroup;
4343
children = (
44-
FD5BAAE22C6B326B0076482B /* DripperDemo */,
44+
FD5BAAE22C6B326B0076482B /* Counter */,
4545
FD5BAAE12C6B326B0076482B /* Products */,
4646
);
4747
sourceTree = "<group>";
4848
};
4949
FD5BAAE12C6B326B0076482B /* Products */ = {
5050
isa = PBXGroup;
5151
children = (
52-
FD5BAAE02C6B326B0076482B /* DripperDemo.app */,
52+
FD5BAAE02C6B326B0076482B /* Counter.app */,
5353
);
5454
name = Products;
5555
sourceTree = "<group>";
5656
};
5757
/* End PBXGroup section */
5858

5959
/* Begin PBXNativeTarget section */
60-
FD5BAADF2C6B326B0076482B /* DripperDemo */ = {
60+
FD5BAADF2C6B326B0076482B /* Counter */ = {
6161
isa = PBXNativeTarget;
62-
buildConfigurationList = FD5BAAEE2C6B326C0076482B /* Build configuration list for PBXNativeTarget "DripperDemo" */;
62+
buildConfigurationList = FD5BAAEE2C6B326C0076482B /* Build configuration list for PBXNativeTarget "Counter" */;
6363
buildPhases = (
6464
FD5BAADC2C6B326B0076482B /* Sources */,
6565
FD5BAADD2C6B326B0076482B /* Frameworks */,
@@ -70,16 +70,16 @@
7070
dependencies = (
7171
);
7272
fileSystemSynchronizedGroups = (
73-
FD5BAAE22C6B326B0076482B /* DripperDemo */,
73+
FD5BAAE22C6B326B0076482B /* Counter */,
7474
);
75-
name = DripperDemo;
75+
name = Counter;
7676
packageProductDependencies = (
7777
FD5BAAF22C6B34700076482B /* Dripper */,
7878
FD760AB62C9D4964005438A7 /* Dripper */,
79-
FD2F25DC2CA6D18600092190 /* Dripper */,
79+
FDB0C75C2CACC196009CA840 /* Dripper */,
8080
);
8181
productName = DripperDemo;
82-
productReference = FD5BAAE02C6B326B0076482B /* DripperDemo.app */;
82+
productReference = FD5BAAE02C6B326B0076482B /* Counter.app */;
8383
productType = "com.apple.product-type.application";
8484
};
8585
/* End PBXNativeTarget section */
@@ -97,7 +97,7 @@
9797
};
9898
};
9999
};
100-
buildConfigurationList = FD5BAADB2C6B326B0076482B /* Build configuration list for PBXProject "DripperDemo" */;
100+
buildConfigurationList = FD5BAADB2C6B326B0076482B /* Build configuration list for PBXProject "Counter" */;
101101
developmentRegion = en;
102102
hasScannedForEncodings = 0;
103103
knownRegions = (
@@ -107,14 +107,14 @@
107107
mainGroup = FD5BAAD72C6B326B0076482B;
108108
minimizedProjectReferenceProxies = 1;
109109
packageReferences = (
110-
FD2F25DB2CA6D18600092190 /* XCRemoteSwiftPackageReference "Dripper" */,
110+
FDB0C75B2CACC196009CA840 /* XCRemoteSwiftPackageReference "Dripper" */,
111111
);
112112
preferredProjectObjectVersion = 77;
113113
productRefGroup = FD5BAAE12C6B326B0076482B /* Products */;
114114
projectDirPath = "";
115115
projectRoot = "";
116116
targets = (
117-
FD5BAADF2C6B326B0076482B /* DripperDemo */,
117+
FD5BAADF2C6B326B0076482B /* Counter */,
118118
);
119119
};
120120
/* End PBXProject section */
@@ -267,7 +267,7 @@
267267
CODE_SIGN_IDENTITY = "Apple Development";
268268
CODE_SIGN_STYLE = Automatic;
269269
CURRENT_PROJECT_VERSION = 1;
270-
DEVELOPMENT_ASSET_PATHS = "\"DripperDemo/Preview Content\"";
270+
DEVELOPMENT_ASSET_PATHS = "\"Counter/Preview Content\"";
271271
DEVELOPMENT_TEAM = XW996HTK32;
272272
ENABLE_PREVIEWS = YES;
273273
GENERATE_INFOPLIST_FILE = YES;
@@ -299,7 +299,7 @@
299299
CODE_SIGN_IDENTITY = "Apple Development";
300300
CODE_SIGN_STYLE = Automatic;
301301
CURRENT_PROJECT_VERSION = 1;
302-
DEVELOPMENT_ASSET_PATHS = "\"DripperDemo/Preview Content\"";
302+
DEVELOPMENT_ASSET_PATHS = "\"Counter/Preview Content\"";
303303
DEVELOPMENT_TEAM = XW996HTK32;
304304
ENABLE_PREVIEWS = YES;
305305
GENERATE_INFOPLIST_FILE = YES;
@@ -326,7 +326,7 @@
326326
/* End XCBuildConfiguration section */
327327

328328
/* Begin XCConfigurationList section */
329-
FD5BAADB2C6B326B0076482B /* Build configuration list for PBXProject "DripperDemo" */ = {
329+
FD5BAADB2C6B326B0076482B /* Build configuration list for PBXProject "Counter" */ = {
330330
isa = XCConfigurationList;
331331
buildConfigurations = (
332332
FD5BAAEC2C6B326C0076482B /* Debug */,
@@ -335,7 +335,7 @@
335335
defaultConfigurationIsVisible = 0;
336336
defaultConfigurationName = Release;
337337
};
338-
FD5BAAEE2C6B326C0076482B /* Build configuration list for PBXNativeTarget "DripperDemo" */ = {
338+
FD5BAAEE2C6B326C0076482B /* Build configuration list for PBXNativeTarget "Counter" */ = {
339339
isa = XCConfigurationList;
340340
buildConfigurations = (
341341
FD5BAAEF2C6B326C0076482B /* Debug */,
@@ -347,28 +347,28 @@
347347
/* End XCConfigurationList section */
348348

349349
/* Begin XCRemoteSwiftPackageReference section */
350-
FD2F25DB2CA6D18600092190 /* XCRemoteSwiftPackageReference "Dripper" */ = {
350+
FDB0C75B2CACC196009CA840 /* XCRemoteSwiftPackageReference "Dripper" */ = {
351351
isa = XCRemoteSwiftPackageReference;
352352
repositoryURL = "https://github.com/musicspot24/Dripper";
353353
requirement = {
354354
kind = upToNextMajorVersion;
355-
minimumVersion = 0.0.1;
355+
minimumVersion = 0.0.2;
356356
};
357357
};
358358
/* End XCRemoteSwiftPackageReference section */
359359

360360
/* Begin XCSwiftPackageProductDependency section */
361-
FD2F25DC2CA6D18600092190 /* Dripper */ = {
361+
FD5BAAF22C6B34700076482B /* Dripper */ = {
362362
isa = XCSwiftPackageProductDependency;
363-
package = FD2F25DB2CA6D18600092190 /* XCRemoteSwiftPackageReference "Dripper" */;
364363
productName = Dripper;
365364
};
366-
FD5BAAF22C6B34700076482B /* Dripper */ = {
365+
FD760AB62C9D4964005438A7 /* Dripper */ = {
367366
isa = XCSwiftPackageProductDependency;
368367
productName = Dripper;
369368
};
370-
FD760AB62C9D4964005438A7 /* Dripper */ = {
369+
FDB0C75C2CACC196009CA840 /* Dripper */ = {
371370
isa = XCSwiftPackageProductDependency;
371+
package = FDB0C75B2CACC196009CA840 /* XCRemoteSwiftPackageReference "Dripper" */;
372372
productName = Dripper;
373373
};
374374
/* End XCSwiftPackageProductDependency section */

Examples/DripperDemo/DripperDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata renamed to Examples/Counter/Counter.xcodeproj/project.xcworkspace/contents.xcworkspacedata

File renamed without changes.

Examples/DripperDemo/DripperDemo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved renamed to Examples/Counter/Counter.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/DripperDemo/DripperDemo/Assets.xcassets/AccentColor.colorset/Contents.json renamed to Examples/Counter/Counter/Assets.xcassets/AccentColor.colorset/Contents.json

File renamed without changes.

Examples/DripperDemo/DripperDemo/Assets.xcassets/AppIcon.appiconset/Contents.json renamed to Examples/Counter/Counter/Assets.xcassets/AppIcon.appiconset/Contents.json

File renamed without changes.

Examples/DripperDemo/DripperDemo/Assets.xcassets/Contents.json renamed to Examples/Counter/Counter/Assets.xcassets/Contents.json

File renamed without changes.

Examples/DripperDemo/DripperDemo/Counter.swift renamed to Examples/Counter/Counter/Counter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Counter.swift
3-
// DripperDemo
3+
// Counter
44
//
55
// Created by 이창준 on 8/13/24.
66
//

0 commit comments

Comments
 (0)