1
0
Форкнуть 0

Xcode: rename swift bridging header for AppCenter

This commit is contained in:
Joshua Moody 2017-11-08 06:14:57 +01:00
Родитель 0c0a7c6aa4
Коммит e9a2d591d2
3 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -7,7 +7,7 @@
objects = {
/* Begin PBXBuildFile section */
893607971E9539F0006F2956 /* VSMobileCenterExtensions-Bridging-Header.h in Headers */ = {isa = PBXBuildFile; fileRef = 893607961E9539F0006F2956 /* VSMobileCenterExtensions-Bridging-Header.h */; settings = {ATTRIBUTES = (Public, ); }; };
893607971E9539F0006F2956 /* AppCenterXCUITestExtensions-Bridging-Header.h in Headers */ = {isa = PBXBuildFile; fileRef = 893607961E9539F0006F2956 /* AppCenterXCUITestExtensions-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 /* AppCenterXCUITestExtensions.h in Headers */ = {isa = PBXBuildFile; fileRef = 895C8FA81E4DE27B0094FCE4 /* AppCenterXCUITestExtensions.h */; settings = {ATTRIBUTES = (Public, ); }; };
@ -40,7 +40,7 @@
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
893607961E9539F0006F2956 /* VSMobileCenterExtensions-Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = "VSMobileCenterExtensions-Bridging-Header.h"; sourceTree = "<group>"; tabWidth = 4; usesTabs = 0; };
893607961E9539F0006F2956 /* AppCenterXCUITestExtensions-Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = "AppCenterXCUITestExtensions-Bridging-Header.h"; sourceTree = "<group>"; tabWidth = 4; usesTabs = 0; };
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; };
@ -105,7 +105,7 @@
895C8FA61E4DE27B0094FCE4 /* MCLabel.h */,
895C8FA71E4DE27B0094FCE4 /* MCLabel.m */,
895C8FA81E4DE27B0094FCE4 /* AppCenterXCUITestExtensions.h */,
893607961E9539F0006F2956 /* VSMobileCenterExtensions-Bridging-Header.h */,
893607961E9539F0006F2956 /* AppCenterXCUITestExtensions-Bridging-Header.h */,
);
path = Sources;
sourceTree = "<group>";
@ -189,7 +189,7 @@
files = (
895C8FAE1E4DE27B0094FCE4 /* MCLabel.h in Headers */,
F556B16B1F625FE500F949A6 /* MCLaunch.h in Headers */,
893607971E9539F0006F2956 /* VSMobileCenterExtensions-Bridging-Header.h in Headers */,
893607971E9539F0006F2956 /* AppCenterXCUITestExtensions-Bridging-Header.h in Headers */,
895C8FB01E4DE27B0094FCE4 /* AppCenterXCUITestExtensions.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
@ -524,7 +524,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SKIP_INSTALL = YES;
SWIFT_OBJC_BRIDGING_HEADER = "VSMobileCenterExtensions/VSMobileCenterExtensions-Bridging-Header.h";
SWIFT_OBJC_BRIDGING_HEADER = "AppCenterXCUITestExtensions-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
};
@ -557,7 +557,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SKIP_INSTALL = YES;
SWIFT_OBJC_BRIDGING_HEADER = "VSMobileCenterExtensions/VSMobileCenterExtensions-Bridging-Header.h";
SWIFT_OBJC_BRIDGING_HEADER = "AppCenterXCUITestExtensions-Bridging-Header.h";
SWIFT_VERSION = 3.0;
};
name = Release;

Просмотреть файл

@ -0,0 +1,2 @@
#import "AppCenterXCUITestExtensions.h"

Просмотреть файл

@ -1,2 +0,0 @@
#import "VSMobileCenterExtensions.h"