Xcode: organize source code in the Sources directory
This commit is contained in:
Родитель
0483bdd6e1
Коммит
0c0a7c6aa4
|
@ -10,7 +10,7 @@
|
|||
893607971E9539F0006F2956 /* VSMobileCenterExtensions-Bridging-Header.h in Headers */ = {isa = PBXBuildFile; fileRef = 893607961E9539F0006F2956 /* VSMobileCenterExtensions-Bridging-Header.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
895C8FAE1E4DE27B0094FCE4 /* MCLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 895C8FA61E4DE27B0094FCE4 /* MCLabel.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
895C8FAF1E4DE27B0094FCE4 /* MCLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 895C8FA71E4DE27B0094FCE4 /* MCLabel.m */; };
|
||||
895C8FB01E4DE27B0094FCE4 /* VSMobileCenterExtensions.h in Headers */ = {isa = PBXBuildFile; fileRef = 895C8FA81E4DE27B0094FCE4 /* VSMobileCenterExtensions.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
895C8FB01E4DE27B0094FCE4 /* AppCenterXCUITestExtensions.h in Headers */ = {isa = PBXBuildFile; fileRef = 895C8FA81E4DE27B0094FCE4 /* AppCenterXCUITestExtensions.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
897934ED1E4CD51E00546131 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 897934E61E4CD2A800546131 /* XCTest.framework */; };
|
||||
F51BDB7F1F60406C000E6BDE /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F51BDB7D1F60406C000E6BDE /* LaunchScreen.storyboard */; };
|
||||
F51BDB821F6041A6000E6BDE /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F51BDB801F6041A6000E6BDE /* Main.storyboard */; };
|
||||
|
@ -44,7 +44,7 @@
|
|||
895C8FA51E4DE27B0094FCE4 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
895C8FA61E4DE27B0094FCE4 /* MCLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = MCLabel.h; sourceTree = "<group>"; tabWidth = 4; usesTabs = 0; };
|
||||
895C8FA71E4DE27B0094FCE4 /* MCLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.objc; path = MCLabel.m; sourceTree = "<group>"; tabWidth = 4; usesTabs = 0; };
|
||||
895C8FA81E4DE27B0094FCE4 /* VSMobileCenterExtensions.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = VSMobileCenterExtensions.h; sourceTree = "<group>"; tabWidth = 4; usesTabs = 0; };
|
||||
895C8FA81E4DE27B0094FCE4 /* AppCenterXCUITestExtensions.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = AppCenterXCUITestExtensions.h; sourceTree = "<group>"; tabWidth = 4; usesTabs = 0; };
|
||||
897934C71E4CD03300546131 /* AppCenterXCUITestExtensions.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AppCenterXCUITestExtensions.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
897934E61E4CD2A800546131 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
|
||||
F51BDB7E1F60406C000E6BDE /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
||||
|
@ -96,7 +96,7 @@
|
|||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
895C8FA41E4DE27B0094FCE4 /* VSMobileCenterExtensions */ = {
|
||||
895C8FA41E4DE27B0094FCE4 /* Sources */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
895C8FA51E4DE27B0094FCE4 /* Info.plist */,
|
||||
|
@ -104,16 +104,16 @@
|
|||
F556B16A1F625FE500F949A6 /* MCLaunch.m */,
|
||||
895C8FA61E4DE27B0094FCE4 /* MCLabel.h */,
|
||||
895C8FA71E4DE27B0094FCE4 /* MCLabel.m */,
|
||||
895C8FA81E4DE27B0094FCE4 /* VSMobileCenterExtensions.h */,
|
||||
895C8FA81E4DE27B0094FCE4 /* AppCenterXCUITestExtensions.h */,
|
||||
893607961E9539F0006F2956 /* VSMobileCenterExtensions-Bridging-Header.h */,
|
||||
);
|
||||
path = VSMobileCenterExtensions;
|
||||
path = Sources;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
897934BD1E4CD03300546131 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
895C8FA41E4DE27B0094FCE4 /* VSMobileCenterExtensions */,
|
||||
895C8FA41E4DE27B0094FCE4 /* Sources */,
|
||||
F5810D6E1F6038D800996525 /* TestApp */,
|
||||
897934C81E4CD03300546131 /* Products */,
|
||||
897934E51E4CD2A800546131 /* Frameworks */,
|
||||
|
@ -190,7 +190,7 @@
|
|||
895C8FAE1E4DE27B0094FCE4 /* MCLabel.h in Headers */,
|
||||
F556B16B1F625FE500F949A6 /* MCLaunch.h in Headers */,
|
||||
893607971E9539F0006F2956 /* VSMobileCenterExtensions-Bridging-Header.h in Headers */,
|
||||
895C8FB01E4DE27B0094FCE4 /* VSMobileCenterExtensions.h in Headers */,
|
||||
895C8FB01E4DE27B0094FCE4 /* AppCenterXCUITestExtensions.h in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче