Skip to content

Commit ccfe3ae

Browse files
committed
Change xcodeproj names
1 parent e58c62a commit ccfe3ae

File tree

11 files changed

+290
-290
lines changed

11 files changed

+290
-290
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ jobs:
6969
- name: Validate example project
7070
run: |
7171
make proj
72-
if [ -n "$(git status --porcelain)" ]; then git diff && echo "Make sure that 'Examples/App.xcodeproj' is formated by 'make proj'."; exit 1; fi
72+
if [ -n "$(git status --porcelain)" ]; then git diff && echo "Make sure that Xcode projects are formated by 'make proj'."; exit 1; fi

Benchmarks/Test.xcodeproj/project.pbxproj renamed to Benchmarks/Project.xcodeproj/project.pbxproj

Lines changed: 108 additions & 108 deletions
Large diffs are not rendered by default.

Benchmarks/Test.xcodeproj/xcshareddata/xcschemes/BenchmarkTests.xcscheme renamed to Benchmarks/Project.xcodeproj/xcshareddata/xcschemes/BenchmarkTests.xcscheme

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
buildForAnalyzing = "YES">
1616
<BuildableReference
1717
BuildableIdentifier = "primary"
18-
BlueprintIdentifier = "2982F074D7B1E5616AC6E461"
18+
BlueprintIdentifier = "6DA7AAFCA871E516913F5B46"
1919
BuildableName = "BenchmarkTests.xctest"
2020
BlueprintName = "BenchmarkTests"
21-
ReferencedContainer = "container:Test.xcodeproj">
21+
ReferencedContainer = "container:Project.xcodeproj">
2222
</BuildableReference>
2323
</BuildActionEntry>
2424
</BuildActionEntries>
@@ -32,21 +32,21 @@
3232
<MacroExpansion>
3333
<BuildableReference
3434
BuildableIdentifier = "primary"
35-
BlueprintIdentifier = "2982F074D7B1E5616AC6E461"
35+
BlueprintIdentifier = "6DA7AAFCA871E516913F5B46"
3636
BuildableName = "BenchmarkTests.xctest"
3737
BlueprintName = "BenchmarkTests"
38-
ReferencedContainer = "container:Test.xcodeproj">
38+
ReferencedContainer = "container:Project.xcodeproj">
3939
</BuildableReference>
4040
</MacroExpansion>
4141
<Testables>
4242
<TestableReference
4343
skipped = "NO">
4444
<BuildableReference
4545
BuildableIdentifier = "primary"
46-
BlueprintIdentifier = "2982F074D7B1E5616AC6E461"
46+
BlueprintIdentifier = "6DA7AAFCA871E516913F5B46"
4747
BuildableName = "BenchmarkTests.xctest"
4848
BlueprintName = "BenchmarkTests"
49-
ReferencedContainer = "container:Test.xcodeproj">
49+
ReferencedContainer = "container:Project.xcodeproj">
5050
</BuildableReference>
5151
</TestableReference>
5252
</Testables>
@@ -66,10 +66,10 @@
6666
<MacroExpansion>
6767
<BuildableReference
6868
BuildableIdentifier = "primary"
69-
BlueprintIdentifier = "2982F074D7B1E5616AC6E461"
69+
BlueprintIdentifier = "6DA7AAFCA871E516913F5B46"
7070
BuildableName = "BenchmarkTests.xctest"
7171
BlueprintName = "BenchmarkTests"
72-
ReferencedContainer = "container:Test.xcodeproj">
72+
ReferencedContainer = "container:Project.xcodeproj">
7373
</BuildableReference>
7474
</MacroExpansion>
7575
</LaunchAction>
@@ -82,10 +82,10 @@
8282
<MacroExpansion>
8383
<BuildableReference
8484
BuildableIdentifier = "primary"
85-
BlueprintIdentifier = "2982F074D7B1E5616AC6E461"
85+
BlueprintIdentifier = "6DA7AAFCA871E516913F5B46"
8686
BuildableName = "BenchmarkTests.xctest"
8787
BlueprintName = "BenchmarkTests"
88-
ReferencedContainer = "container:Test.xcodeproj">
88+
ReferencedContainer = "container:Project.xcodeproj">
8989
</BuildableReference>
9090
</MacroExpansion>
9191
</ProfileAction>

Benchmarks/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test
1+
name: Project
22

33
options:
44
bundleIdPrefix: com.ryo.swiftui-atom-properties.examples

0 commit comments

Comments
 (0)