|
@@ -0,0 +1,596 @@
|
|
|
+// !$*UTF8*$!
|
|
|
+{
|
|
|
+ archiveVersion = 1;
|
|
|
+ classes = {
|
|
|
+ };
|
|
|
+ objectVersion = 50;
|
|
|
+ objects = {
|
|
|
+
|
|
|
+/* Begin PBXBuildFile section */
|
|
|
+ 4035794B2486A6680077F927 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4035794A2486A6680077F927 /* AppDelegate.m */; };
|
|
|
+ 4035794E2486A6680077F927 /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4035794D2486A6680077F927 /* SceneDelegate.m */; };
|
|
|
+ 403579512486A6680077F927 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 403579502486A6680077F927 /* ViewController.m */; };
|
|
|
+ 403579542486A6680077F927 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 403579522486A6680077F927 /* Main.storyboard */; };
|
|
|
+ 403579562486A6690077F927 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 403579552486A6690077F927 /* Assets.xcassets */; };
|
|
|
+ 403579592486A6690077F927 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 403579572486A6690077F927 /* LaunchScreen.storyboard */; };
|
|
|
+ 4035795C2486A6690077F927 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 4035795B2486A6690077F927 /* main.m */; };
|
|
|
+ 403579662486A6690077F927 /* TestGIFTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 403579652486A6690077F927 /* TestGIFTests.m */; };
|
|
|
+ 403579712486A6690077F927 /* TestGIFUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 403579702486A6690077F927 /* TestGIFUITests.m */; };
|
|
|
+ 403579802486A71C0077F927 /* SeMobGIFImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4035797E2486A71C0077F927 /* SeMobGIFImageView.m */; };
|
|
|
+/* End PBXBuildFile section */
|
|
|
+
|
|
|
+/* Begin PBXContainerItemProxy section */
|
|
|
+ 403579622486A6690077F927 /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = 4035793E2486A6680077F927 /* Project object */;
|
|
|
+ proxyType = 1;
|
|
|
+ remoteGlobalIDString = 403579452486A6680077F927;
|
|
|
+ remoteInfo = TestGIF;
|
|
|
+ };
|
|
|
+ 4035796D2486A6690077F927 /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = 4035793E2486A6680077F927 /* Project object */;
|
|
|
+ proxyType = 1;
|
|
|
+ remoteGlobalIDString = 403579452486A6680077F927;
|
|
|
+ remoteInfo = TestGIF;
|
|
|
+ };
|
|
|
+/* End PBXContainerItemProxy section */
|
|
|
+
|
|
|
+/* Begin PBXFileReference section */
|
|
|
+ 403579462486A6680077F927 /* TestGIF.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestGIF.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ 403579492486A6680077F927 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
|
+ 4035794A2486A6680077F927 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
|
+ 4035794C2486A6680077F927 /* SceneDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SceneDelegate.h; sourceTree = "<group>"; };
|
|
|
+ 4035794D2486A6680077F927 /* SceneDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SceneDelegate.m; sourceTree = "<group>"; };
|
|
|
+ 4035794F2486A6680077F927 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
|
|
|
+ 403579502486A6680077F927 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
|
|
|
+ 403579532486A6680077F927 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
|
+ 403579552486A6690077F927 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
|
+ 403579582486A6690077F927 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
|
+ 4035795A2486A6690077F927 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
+ 4035795B2486A6690077F927 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
|
+ 403579612486A6690077F927 /* TestGIFTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TestGIFTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ 403579652486A6690077F927 /* TestGIFTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TestGIFTests.m; sourceTree = "<group>"; };
|
|
|
+ 403579672486A6690077F927 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
+ 4035796C2486A6690077F927 /* TestGIFUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TestGIFUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ 403579702486A6690077F927 /* TestGIFUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TestGIFUITests.m; sourceTree = "<group>"; };
|
|
|
+ 403579722486A6690077F927 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
+ 4035797E2486A71C0077F927 /* SeMobGIFImageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SeMobGIFImageView.m; sourceTree = "<group>"; };
|
|
|
+ 4035797F2486A71C0077F927 /* SeMobGIFImageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SeMobGIFImageView.h; sourceTree = "<group>"; };
|
|
|
+/* End PBXFileReference section */
|
|
|
+
|
|
|
+/* Begin PBXFrameworksBuildPhase section */
|
|
|
+ 403579432486A6680077F927 /* Frameworks */ = {
|
|
|
+ isa = PBXFrameworksBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+ 4035795E2486A6690077F927 /* Frameworks */ = {
|
|
|
+ isa = PBXFrameworksBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+ 403579692486A6690077F927 /* Frameworks */ = {
|
|
|
+ isa = PBXFrameworksBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+/* End PBXFrameworksBuildPhase section */
|
|
|
+
|
|
|
+/* Begin PBXGroup section */
|
|
|
+ 4035793D2486A6680077F927 = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 403579482486A6680077F927 /* TestGIF */,
|
|
|
+ 403579642486A6690077F927 /* TestGIFTests */,
|
|
|
+ 4035796F2486A6690077F927 /* TestGIFUITests */,
|
|
|
+ 403579472486A6680077F927 /* Products */,
|
|
|
+ );
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 403579472486A6680077F927 /* Products */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 403579462486A6680077F927 /* TestGIF.app */,
|
|
|
+ 403579612486A6690077F927 /* TestGIFTests.xctest */,
|
|
|
+ 4035796C2486A6690077F927 /* TestGIFUITests.xctest */,
|
|
|
+ );
|
|
|
+ name = Products;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 403579482486A6680077F927 /* TestGIF */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 403579492486A6680077F927 /* AppDelegate.h */,
|
|
|
+ 4035794A2486A6680077F927 /* AppDelegate.m */,
|
|
|
+ 4035794C2486A6680077F927 /* SceneDelegate.h */,
|
|
|
+ 4035794D2486A6680077F927 /* SceneDelegate.m */,
|
|
|
+ 4035794F2486A6680077F927 /* ViewController.h */,
|
|
|
+ 403579502486A6680077F927 /* ViewController.m */,
|
|
|
+ 4035797F2486A71C0077F927 /* SeMobGIFImageView.h */,
|
|
|
+ 4035797E2486A71C0077F927 /* SeMobGIFImageView.m */,
|
|
|
+ 403579522486A6680077F927 /* Main.storyboard */,
|
|
|
+ 403579552486A6690077F927 /* Assets.xcassets */,
|
|
|
+ 403579572486A6690077F927 /* LaunchScreen.storyboard */,
|
|
|
+ 4035795A2486A6690077F927 /* Info.plist */,
|
|
|
+ 4035795B2486A6690077F927 /* main.m */,
|
|
|
+ );
|
|
|
+ path = TestGIF;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 403579642486A6690077F927 /* TestGIFTests */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 403579652486A6690077F927 /* TestGIFTests.m */,
|
|
|
+ 403579672486A6690077F927 /* Info.plist */,
|
|
|
+ );
|
|
|
+ path = TestGIFTests;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 4035796F2486A6690077F927 /* TestGIFUITests */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 403579702486A6690077F927 /* TestGIFUITests.m */,
|
|
|
+ 403579722486A6690077F927 /* Info.plist */,
|
|
|
+ );
|
|
|
+ path = TestGIFUITests;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+/* End PBXGroup section */
|
|
|
+
|
|
|
+/* Begin PBXNativeTarget section */
|
|
|
+ 403579452486A6680077F927 /* TestGIF */ = {
|
|
|
+ isa = PBXNativeTarget;
|
|
|
+ buildConfigurationList = 403579752486A6690077F927 /* Build configuration list for PBXNativeTarget "TestGIF" */;
|
|
|
+ buildPhases = (
|
|
|
+ 403579422486A6680077F927 /* Sources */,
|
|
|
+ 403579432486A6680077F927 /* Frameworks */,
|
|
|
+ 403579442486A6680077F927 /* Resources */,
|
|
|
+ );
|
|
|
+ buildRules = (
|
|
|
+ );
|
|
|
+ dependencies = (
|
|
|
+ );
|
|
|
+ name = TestGIF;
|
|
|
+ productName = TestGIF;
|
|
|
+ productReference = 403579462486A6680077F927 /* TestGIF.app */;
|
|
|
+ productType = "com.apple.product-type.application";
|
|
|
+ };
|
|
|
+ 403579602486A6690077F927 /* TestGIFTests */ = {
|
|
|
+ isa = PBXNativeTarget;
|
|
|
+ buildConfigurationList = 403579782486A6690077F927 /* Build configuration list for PBXNativeTarget "TestGIFTests" */;
|
|
|
+ buildPhases = (
|
|
|
+ 4035795D2486A6690077F927 /* Sources */,
|
|
|
+ 4035795E2486A6690077F927 /* Frameworks */,
|
|
|
+ 4035795F2486A6690077F927 /* Resources */,
|
|
|
+ );
|
|
|
+ buildRules = (
|
|
|
+ );
|
|
|
+ dependencies = (
|
|
|
+ 403579632486A6690077F927 /* PBXTargetDependency */,
|
|
|
+ );
|
|
|
+ name = TestGIFTests;
|
|
|
+ productName = TestGIFTests;
|
|
|
+ productReference = 403579612486A6690077F927 /* TestGIFTests.xctest */;
|
|
|
+ productType = "com.apple.product-type.bundle.unit-test";
|
|
|
+ };
|
|
|
+ 4035796B2486A6690077F927 /* TestGIFUITests */ = {
|
|
|
+ isa = PBXNativeTarget;
|
|
|
+ buildConfigurationList = 4035797B2486A6690077F927 /* Build configuration list for PBXNativeTarget "TestGIFUITests" */;
|
|
|
+ buildPhases = (
|
|
|
+ 403579682486A6690077F927 /* Sources */,
|
|
|
+ 403579692486A6690077F927 /* Frameworks */,
|
|
|
+ 4035796A2486A6690077F927 /* Resources */,
|
|
|
+ );
|
|
|
+ buildRules = (
|
|
|
+ );
|
|
|
+ dependencies = (
|
|
|
+ 4035796E2486A6690077F927 /* PBXTargetDependency */,
|
|
|
+ );
|
|
|
+ name = TestGIFUITests;
|
|
|
+ productName = TestGIFUITests;
|
|
|
+ productReference = 4035796C2486A6690077F927 /* TestGIFUITests.xctest */;
|
|
|
+ productType = "com.apple.product-type.bundle.ui-testing";
|
|
|
+ };
|
|
|
+/* End PBXNativeTarget section */
|
|
|
+
|
|
|
+/* Begin PBXProject section */
|
|
|
+ 4035793E2486A6680077F927 /* Project object */ = {
|
|
|
+ isa = PBXProject;
|
|
|
+ attributes = {
|
|
|
+ LastUpgradeCheck = 1130;
|
|
|
+ ORGANIZATIONNAME = Sogou;
|
|
|
+ TargetAttributes = {
|
|
|
+ 403579452486A6680077F927 = {
|
|
|
+ CreatedOnToolsVersion = 11.3.1;
|
|
|
+ };
|
|
|
+ 403579602486A6690077F927 = {
|
|
|
+ CreatedOnToolsVersion = 11.3.1;
|
|
|
+ TestTargetID = 403579452486A6680077F927;
|
|
|
+ };
|
|
|
+ 4035796B2486A6690077F927 = {
|
|
|
+ CreatedOnToolsVersion = 11.3.1;
|
|
|
+ TestTargetID = 403579452486A6680077F927;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ buildConfigurationList = 403579412486A6680077F927 /* Build configuration list for PBXProject "TestGIF" */;
|
|
|
+ compatibilityVersion = "Xcode 9.3";
|
|
|
+ developmentRegion = en;
|
|
|
+ hasScannedForEncodings = 0;
|
|
|
+ knownRegions = (
|
|
|
+ en,
|
|
|
+ Base,
|
|
|
+ );
|
|
|
+ mainGroup = 4035793D2486A6680077F927;
|
|
|
+ productRefGroup = 403579472486A6680077F927 /* Products */;
|
|
|
+ projectDirPath = "";
|
|
|
+ projectRoot = "";
|
|
|
+ targets = (
|
|
|
+ 403579452486A6680077F927 /* TestGIF */,
|
|
|
+ 403579602486A6690077F927 /* TestGIFTests */,
|
|
|
+ 4035796B2486A6690077F927 /* TestGIFUITests */,
|
|
|
+ );
|
|
|
+ };
|
|
|
+/* End PBXProject section */
|
|
|
+
|
|
|
+/* Begin PBXResourcesBuildPhase section */
|
|
|
+ 403579442486A6680077F927 /* Resources */ = {
|
|
|
+ isa = PBXResourcesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ 403579592486A6690077F927 /* LaunchScreen.storyboard in Resources */,
|
|
|
+ 403579562486A6690077F927 /* Assets.xcassets in Resources */,
|
|
|
+ 403579542486A6680077F927 /* Main.storyboard in Resources */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+ 4035795F2486A6690077F927 /* Resources */ = {
|
|
|
+ isa = PBXResourcesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+ 4035796A2486A6690077F927 /* Resources */ = {
|
|
|
+ isa = PBXResourcesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+/* End PBXResourcesBuildPhase section */
|
|
|
+
|
|
|
+/* Begin PBXSourcesBuildPhase section */
|
|
|
+ 403579422486A6680077F927 /* Sources */ = {
|
|
|
+ isa = PBXSourcesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ 403579512486A6680077F927 /* ViewController.m in Sources */,
|
|
|
+ 4035794B2486A6680077F927 /* AppDelegate.m in Sources */,
|
|
|
+ 4035795C2486A6690077F927 /* main.m in Sources */,
|
|
|
+ 403579802486A71C0077F927 /* SeMobGIFImageView.m in Sources */,
|
|
|
+ 4035794E2486A6680077F927 /* SceneDelegate.m in Sources */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+ 4035795D2486A6690077F927 /* Sources */ = {
|
|
|
+ isa = PBXSourcesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ 403579662486A6690077F927 /* TestGIFTests.m in Sources */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+ 403579682486A6690077F927 /* Sources */ = {
|
|
|
+ isa = PBXSourcesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ 403579712486A6690077F927 /* TestGIFUITests.m in Sources */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+/* End PBXSourcesBuildPhase section */
|
|
|
+
|
|
|
+/* Begin PBXTargetDependency section */
|
|
|
+ 403579632486A6690077F927 /* PBXTargetDependency */ = {
|
|
|
+ isa = PBXTargetDependency;
|
|
|
+ target = 403579452486A6680077F927 /* TestGIF */;
|
|
|
+ targetProxy = 403579622486A6690077F927 /* PBXContainerItemProxy */;
|
|
|
+ };
|
|
|
+ 4035796E2486A6690077F927 /* PBXTargetDependency */ = {
|
|
|
+ isa = PBXTargetDependency;
|
|
|
+ target = 403579452486A6680077F927 /* TestGIF */;
|
|
|
+ targetProxy = 4035796D2486A6690077F927 /* PBXContainerItemProxy */;
|
|
|
+ };
|
|
|
+/* End PBXTargetDependency section */
|
|
|
+
|
|
|
+/* Begin PBXVariantGroup section */
|
|
|
+ 403579522486A6680077F927 /* Main.storyboard */ = {
|
|
|
+ isa = PBXVariantGroup;
|
|
|
+ children = (
|
|
|
+ 403579532486A6680077F927 /* Base */,
|
|
|
+ );
|
|
|
+ name = Main.storyboard;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 403579572486A6690077F927 /* LaunchScreen.storyboard */ = {
|
|
|
+ isa = PBXVariantGroup;
|
|
|
+ children = (
|
|
|
+ 403579582486A6690077F927 /* Base */,
|
|
|
+ );
|
|
|
+ name = LaunchScreen.storyboard;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+/* End PBXVariantGroup section */
|
|
|
+
|
|
|
+/* Begin XCBuildConfiguration section */
|
|
|
+ 403579732486A6690077F927 /* Debug */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
+ CLANG_ANALYZER_NONNULL = YES;
|
|
|
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
|
+ CLANG_CXX_LIBRARY = "libc++";
|
|
|
+ CLANG_ENABLE_MODULES = YES;
|
|
|
+ CLANG_ENABLE_OBJC_ARC = YES;
|
|
|
+ CLANG_ENABLE_OBJC_WEAK = YES;
|
|
|
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
|
+ CLANG_WARN_BOOL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_COMMA = YES;
|
|
|
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
|
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
|
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
|
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
|
+ CLANG_WARN_EMPTY_BODY = YES;
|
|
|
+ CLANG_WARN_ENUM_CONVERSION = YES;
|
|
|
+ CLANG_WARN_INFINITE_RECURSION = YES;
|
|
|
+ CLANG_WARN_INT_CONVERSION = YES;
|
|
|
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
|
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
|
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
|
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
|
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
|
+ CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
|
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
|
+ COPY_PHASE_STRIP = NO;
|
|
|
+ DEBUG_INFORMATION_FORMAT = dwarf;
|
|
|
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
|
+ ENABLE_TESTABILITY = YES;
|
|
|
+ GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
|
+ GCC_DYNAMIC_NO_PIC = NO;
|
|
|
+ GCC_NO_COMMON_BLOCKS = YES;
|
|
|
+ GCC_OPTIMIZATION_LEVEL = 0;
|
|
|
+ GCC_PREPROCESSOR_DEFINITIONS = (
|
|
|
+ "DEBUG=1",
|
|
|
+ "$(inherited)",
|
|
|
+ );
|
|
|
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
|
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
|
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
|
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
+ GCC_WARN_UNUSED_FUNCTION = YES;
|
|
|
+ GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 13.2;
|
|
|
+ MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
|
+ MTL_FAST_MATH = YES;
|
|
|
+ ONLY_ACTIVE_ARCH = YES;
|
|
|
+ SDKROOT = iphoneos;
|
|
|
+ };
|
|
|
+ name = Debug;
|
|
|
+ };
|
|
|
+ 403579742486A6690077F927 /* Release */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
+ CLANG_ANALYZER_NONNULL = YES;
|
|
|
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
|
+ CLANG_CXX_LIBRARY = "libc++";
|
|
|
+ CLANG_ENABLE_MODULES = YES;
|
|
|
+ CLANG_ENABLE_OBJC_ARC = YES;
|
|
|
+ CLANG_ENABLE_OBJC_WEAK = YES;
|
|
|
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
|
+ CLANG_WARN_BOOL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_COMMA = YES;
|
|
|
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
|
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
|
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
|
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
|
+ CLANG_WARN_EMPTY_BODY = YES;
|
|
|
+ CLANG_WARN_ENUM_CONVERSION = YES;
|
|
|
+ CLANG_WARN_INFINITE_RECURSION = YES;
|
|
|
+ CLANG_WARN_INT_CONVERSION = YES;
|
|
|
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
|
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
|
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
|
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
|
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
|
+ CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
|
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
|
+ COPY_PHASE_STRIP = NO;
|
|
|
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
|
+ ENABLE_NS_ASSERTIONS = NO;
|
|
|
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
|
+ GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
|
+ GCC_NO_COMMON_BLOCKS = YES;
|
|
|
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
|
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
|
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
|
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
+ GCC_WARN_UNUSED_FUNCTION = YES;
|
|
|
+ GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 13.2;
|
|
|
+ MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
+ MTL_FAST_MATH = YES;
|
|
|
+ SDKROOT = iphoneos;
|
|
|
+ VALIDATE_PRODUCT = YES;
|
|
|
+ };
|
|
|
+ name = Release;
|
|
|
+ };
|
|
|
+ 403579762486A6690077F927 /* Debug */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
+ DEVELOPMENT_TEAM = ZQJ4SDDLY2;
|
|
|
+ INFOPLIST_FILE = TestGIF/Info.plist;
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = (
|
|
|
+ "$(inherited)",
|
|
|
+ "@executable_path/Frameworks",
|
|
|
+ );
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = Sogou.TestGIF;
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
+ };
|
|
|
+ name = Debug;
|
|
|
+ };
|
|
|
+ 403579772486A6690077F927 /* Release */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
+ DEVELOPMENT_TEAM = ZQJ4SDDLY2;
|
|
|
+ INFOPLIST_FILE = TestGIF/Info.plist;
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = (
|
|
|
+ "$(inherited)",
|
|
|
+ "@executable_path/Frameworks",
|
|
|
+ );
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = Sogou.TestGIF;
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
+ };
|
|
|
+ name = Release;
|
|
|
+ };
|
|
|
+ 403579792486A6690077F927 /* Debug */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ BUNDLE_LOADER = "$(TEST_HOST)";
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
+ DEVELOPMENT_TEAM = ZQJ4SDDLY2;
|
|
|
+ INFOPLIST_FILE = TestGIFTests/Info.plist;
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 13.2;
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = (
|
|
|
+ "$(inherited)",
|
|
|
+ "@executable_path/Frameworks",
|
|
|
+ "@loader_path/Frameworks",
|
|
|
+ );
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = Sogou.TestGIFTests;
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/TestGIF.app/TestGIF";
|
|
|
+ };
|
|
|
+ name = Debug;
|
|
|
+ };
|
|
|
+ 4035797A2486A6690077F927 /* Release */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ BUNDLE_LOADER = "$(TEST_HOST)";
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
+ DEVELOPMENT_TEAM = ZQJ4SDDLY2;
|
|
|
+ INFOPLIST_FILE = TestGIFTests/Info.plist;
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 13.2;
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = (
|
|
|
+ "$(inherited)",
|
|
|
+ "@executable_path/Frameworks",
|
|
|
+ "@loader_path/Frameworks",
|
|
|
+ );
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = Sogou.TestGIFTests;
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/TestGIF.app/TestGIF";
|
|
|
+ };
|
|
|
+ name = Release;
|
|
|
+ };
|
|
|
+ 4035797C2486A6690077F927 /* Debug */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
+ DEVELOPMENT_TEAM = ZQJ4SDDLY2;
|
|
|
+ INFOPLIST_FILE = TestGIFUITests/Info.plist;
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = (
|
|
|
+ "$(inherited)",
|
|
|
+ "@executable_path/Frameworks",
|
|
|
+ "@loader_path/Frameworks",
|
|
|
+ );
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = Sogou.TestGIFUITests;
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
+ TEST_TARGET_NAME = TestGIF;
|
|
|
+ };
|
|
|
+ name = Debug;
|
|
|
+ };
|
|
|
+ 4035797D2486A6690077F927 /* Release */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
+ DEVELOPMENT_TEAM = ZQJ4SDDLY2;
|
|
|
+ INFOPLIST_FILE = TestGIFUITests/Info.plist;
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = (
|
|
|
+ "$(inherited)",
|
|
|
+ "@executable_path/Frameworks",
|
|
|
+ "@loader_path/Frameworks",
|
|
|
+ );
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = Sogou.TestGIFUITests;
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
+ TEST_TARGET_NAME = TestGIF;
|
|
|
+ };
|
|
|
+ name = Release;
|
|
|
+ };
|
|
|
+/* End XCBuildConfiguration section */
|
|
|
+
|
|
|
+/* Begin XCConfigurationList section */
|
|
|
+ 403579412486A6680077F927 /* Build configuration list for PBXProject "TestGIF" */ = {
|
|
|
+ isa = XCConfigurationList;
|
|
|
+ buildConfigurations = (
|
|
|
+ 403579732486A6690077F927 /* Debug */,
|
|
|
+ 403579742486A6690077F927 /* Release */,
|
|
|
+ );
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
+ defaultConfigurationName = Release;
|
|
|
+ };
|
|
|
+ 403579752486A6690077F927 /* Build configuration list for PBXNativeTarget "TestGIF" */ = {
|
|
|
+ isa = XCConfigurationList;
|
|
|
+ buildConfigurations = (
|
|
|
+ 403579762486A6690077F927 /* Debug */,
|
|
|
+ 403579772486A6690077F927 /* Release */,
|
|
|
+ );
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
+ defaultConfigurationName = Release;
|
|
|
+ };
|
|
|
+ 403579782486A6690077F927 /* Build configuration list for PBXNativeTarget "TestGIFTests" */ = {
|
|
|
+ isa = XCConfigurationList;
|
|
|
+ buildConfigurations = (
|
|
|
+ 403579792486A6690077F927 /* Debug */,
|
|
|
+ 4035797A2486A6690077F927 /* Release */,
|
|
|
+ );
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
+ defaultConfigurationName = Release;
|
|
|
+ };
|
|
|
+ 4035797B2486A6690077F927 /* Build configuration list for PBXNativeTarget "TestGIFUITests" */ = {
|
|
|
+ isa = XCConfigurationList;
|
|
|
+ buildConfigurations = (
|
|
|
+ 4035797C2486A6690077F927 /* Debug */,
|
|
|
+ 4035797D2486A6690077F927 /* Release */,
|
|
|
+ );
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
+ defaultConfigurationName = Release;
|
|
|
+ };
|
|
|
+/* End XCConfigurationList section */
|
|
|
+ };
|
|
|
+ rootObject = 4035793E2486A6680077F927 /* Project object */;
|
|
|
+}
|