Skip to content

Commit 4572b07

Browse files
committed
Renamed Classes directory to Sources and updated projects
1 parent 7891e6f commit 4572b07

30 files changed

+8
-8
lines changed

Examples/MotionExamples.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
/* End PBXFrameworksBuildPhase section */
106106

107107
/* Begin PBXGroup section */
108-
8BA8502F205F73E100F1FA7B /* Classes */ = {
108+
8BA8502F205F73E100F1FA7B /* Sources */ = {
109109
isa = PBXGroup;
110110
children = (
111111
8BA85030205F73E100F1FA7B /* Motion.swift */,
@@ -123,8 +123,8 @@
123123
8BA85047205F73E100F1FA7B /* TimerTempo.swift */,
124124
8BA85048205F73E100F1FA7B /* ValueAssistants */,
125125
);
126-
name = Classes;
127-
path = ../Classes;
126+
name = Sources;
127+
path = ../Sources;
128128
sourceTree = "<group>";
129129
};
130130
8BA85035205F73E100F1FA7B /* EasingTypes */ = {
@@ -160,7 +160,7 @@
160160
8BB379CB1CFFA17D00A35AFD = {
161161
isa = PBXGroup;
162162
children = (
163-
8BA8502F205F73E100F1FA7B /* Classes */,
163+
8BA8502F205F73E100F1FA7B /* Sources */,
164164
8BB379D61CFFA17E00A35AFD /* MotionExamples */,
165165
8BB379D51CFFA17D00A35AFD /* Products */,
166166
);
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Tests/MotionMachineTests.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
8B62C0081CEF9C0F0087727A = {
136136
isa = PBXGroup;
137137
children = (
138-
8BA84FF4205F206C00F1FA7B /* Classes */,
138+
8BA84FF4205F206C00F1FA7B /* Sources */,
139139
8B62C0AC1CEFA3730087727A /* Info.plist */,
140140
8B62C0341CEF9CA80087727A /* Tests */,
141141
8B62C0BA1CF014210087727A /* App */,
@@ -192,7 +192,7 @@
192192
name = ValueAssistants;
193193
sourceTree = "<group>";
194194
};
195-
8BA84FF4205F206C00F1FA7B /* Classes */ = {
195+
8BA84FF4205F206C00F1FA7B /* Sources */ = {
196196
isa = PBXGroup;
197197
children = (
198198
8BA84FF5205F206C00F1FA7B /* Motion.swift */,
@@ -210,8 +210,8 @@
210210
8BA8500C205F206C00F1FA7B /* TimerTempo.swift */,
211211
8BA8500D205F206C00F1FA7B /* ValueAssistants */,
212212
);
213-
name = Classes;
214-
path = ../Classes;
213+
name = Sources;
214+
path = ../Sources;
215215
sourceTree = "<group>";
216216
};
217217
8BA84FFA205F206C00F1FA7B /* EasingTypes */ = {

0 commit comments

Comments
 (0)