Skip to content

Commit f855d28

Browse files
committed
Organize folder
1 parent 1640c4c commit f855d28

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

AAInfographicsDemo.xcodeproj/project.pbxproj

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,6 @@
238238
449A0ED52377149D009F8FE1 /* ScrollingUpdateDataVC.swift */,
239239
2763384424A7070F00143B9B /* DataSortingWithAnimationChartVC.swift */,
240240
448330B724E270FE00368A30 /* AdvancedUpdatingFeatureVC.swift */,
241-
84DEA0D32845ADEB00D0206F /* CustomMouseOutEventCallback.swift */,
242-
84DEA0D52845F5F200D0206F /* CustomSelectionEventCallback.swift */,
243241
84DEA0D72846013F00D0206F /* CustomTouchEndEventCallback.swift */,
244242
);
245243
path = AdditionalContent1;
@@ -321,6 +319,7 @@
321319
27766454207C55BE00F0A62C /* MixedChartVC.swift */,
322320
275BB8D720CFA6DB00DE1991 /* AdditionalContent1 */,
323321
27E475F724B2FB2E00690657 /* AdditionalContent2 */,
322+
84DEA0D928460E9300D0206F /* BackUpContent */,
324323
);
325324
path = Demo;
326325
sourceTree = "<group>";
@@ -382,6 +381,15 @@
382381
path = AAOptionsModel;
383382
sourceTree = "<group>";
384383
};
384+
84DEA0D928460E9300D0206F /* BackUpContent */ = {
385+
isa = PBXGroup;
386+
children = (
387+
84DEA0D32845ADEB00D0206F /* CustomMouseOutEventCallback.swift */,
388+
84DEA0D52845F5F200D0206F /* CustomSelectionEventCallback.swift */,
389+
);
390+
path = BackUpContent;
391+
sourceTree = "<group>";
392+
};
385393
ED0A032227281695000BF778 /* AAInfographics */ = {
386394
isa = PBXGroup;
387395
children = (

AAInfographicsDemo/Demo/AdditionalContent1/CustomMouseOutEventCallback.swift renamed to AAInfographicsDemo/Demo/BackUpContent/CustomMouseOutEventCallback.swift

File renamed without changes.

AAInfographicsDemo/Demo/AdditionalContent1/CustomSelectionEventCallback.swift renamed to AAInfographicsDemo/Demo/BackUpContent/CustomSelectionEventCallback.swift

File renamed without changes.

0 commit comments

Comments
 (0)