Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
155 changes: 154 additions & 1 deletion Example/AztecExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
B570B1C91E82D332008CF41E /* MoreAttachmentRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = B570B1C81E82D332008CF41E /* MoreAttachmentRenderer.swift */; };
B570B1CC1E82D343008CF41E /* CommentAttachmentRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = B570B1CB1E82D343008CF41E /* CommentAttachmentRenderer.swift */; };
B5AF89341E93ECE60051EFDB /* HTMLAttachmentRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5AF89331E93ECE60051EFDB /* HTMLAttachmentRenderer.swift */; };
CC400F1A1E9EC04200859AB4 /* AztecUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC400F191E9EC04200859AB4 /* AztecUITests.swift */; };
CC400F251E9EC16900859AB4 /* XCTest+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC400F241E9EC16900859AB4 /* XCTest+Extensions.swift */; };
E63EF92B1D36A60B00B5BA4B /* EditorDemoController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E63EF92A1D36A60B00B5BA4B /* EditorDemoController.swift */; };
FF6691C21E76CF9200C6A703 /* OptionsTableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF6691C11E76CF9200C6A703 /* OptionsTableView.swift */; };
FF9AF5481DB0E4E200C42ED3 /* AttachmentDetailsViewController.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FF9AF5471DB0E4E200C42ED3 /* AttachmentDetailsViewController.storyboard */; };
Expand Down Expand Up @@ -55,6 +57,13 @@
remoteGlobalIDString = 607FACCF1AFB9204008FA782;
remoteInfo = "WordPress-Aztec-iOS";
};
CC400F1C1E9EC04200859AB4 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 607FACC81AFB9204008FA782 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 607FACCF1AFB9204008FA782;
remoteInfo = AztecExample;
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
Expand Down Expand Up @@ -99,6 +108,10 @@
B570B1C81E82D332008CF41E /* MoreAttachmentRenderer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MoreAttachmentRenderer.swift; sourceTree = "<group>"; };
B570B1CB1E82D343008CF41E /* CommentAttachmentRenderer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CommentAttachmentRenderer.swift; sourceTree = "<group>"; };
B5AF89331E93ECE60051EFDB /* HTMLAttachmentRenderer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HTMLAttachmentRenderer.swift; sourceTree = "<group>"; };
CC400F171E9EC04200859AB4 /* AztecUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AztecUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
CC400F191E9EC04200859AB4 /* AztecUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AztecUITests.swift; sourceTree = "<group>"; };
CC400F1B1E9EC04200859AB4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
CC400F241E9EC16900859AB4 /* XCTest+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "XCTest+Extensions.swift"; sourceTree = "<group>"; };
E63EF92A1D36A60B00B5BA4B /* EditorDemoController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EditorDemoController.swift; sourceTree = "<group>"; };
FF6691C11E76CF9200C6A703 /* OptionsTableView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OptionsTableView.swift; sourceTree = "<group>"; };
FF9AF5471DB0E4E200C42ED3 /* AttachmentDetailsViewController.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = AttachmentDetailsViewController.storyboard; sourceTree = "<group>"; };
Expand All @@ -120,6 +133,13 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
CC400F141E9EC04200859AB4 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
Expand Down Expand Up @@ -162,6 +182,7 @@
children = (
607FACD21AFB9204008FA782 /* Example for WordPress-Aztec-iOS */,
607FACE81AFB9204008FA782 /* Tests */,
CC400F181E9EC04200859AB4 /* AztecUITests */,
02ECB379638AE0CDEAB24BEC /* Frameworks */,
607FACD11AFB9204008FA782 /* Products */,
599F257B1D8BD058002871D6 /* Dependencies */,
Expand All @@ -173,6 +194,7 @@
children = (
607FACD01AFB9204008FA782 /* AztecExample.app */,
607FACE51AFB9204008FA782 /* AztecExample-Tests.xctest */,
CC400F171E9EC04200859AB4 /* AztecUITests.xctest */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -231,6 +253,16 @@
name = Renders;
sourceTree = "<group>";
};
CC400F181E9EC04200859AB4 /* AztecUITests */ = {
isa = PBXGroup;
children = (
CC400F191E9EC04200859AB4 /* AztecUITests.swift */,
CC400F1B1E9EC04200859AB4 /* Info.plist */,
CC400F241E9EC16900859AB4 /* XCTest+Extensions.swift */,
);
path = AztecUITests;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -272,13 +304,31 @@
productReference = 607FACE51AFB9204008FA782 /* AztecExample-Tests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
CC400F161E9EC04200859AB4 /* AztecUITests */ = {
isa = PBXNativeTarget;
buildConfigurationList = CC400F231E9EC04200859AB4 /* Build configuration list for PBXNativeTarget "AztecUITests" */;
buildPhases = (
CC400F131E9EC04200859AB4 /* Sources */,
CC400F141E9EC04200859AB4 /* Frameworks */,
CC400F151E9EC04200859AB4 /* Resources */,
);
buildRules = (
);
dependencies = (
CC400F1D1E9EC04200859AB4 /* PBXTargetDependency */,
);
name = AztecUITests;
productName = AztecUITests;
productReference = CC400F171E9EC04200859AB4 /* AztecUITests.xctest */;
productType = "com.apple.product-type.bundle.ui-testing";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
607FACC81AFB9204008FA782 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0720;
LastSwiftUpdateCheck = 0830;
LastUpgradeCheck = 0800;
ORGANIZATIONNAME = "Automattic Inc.";
TargetAttributes = {
Expand All @@ -294,6 +344,11 @@
ProvisioningStyle = Manual;
TestTargetID = 607FACCF1AFB9204008FA782;
};
CC400F161E9EC04200859AB4 = {
CreatedOnToolsVersion = 8.3.1;
ProvisioningStyle = Automatic;
TestTargetID = 607FACCF1AFB9204008FA782;
};
};
};
buildConfigurationList = 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "AztecExample" */;
Expand All @@ -317,6 +372,7 @@
targets = (
607FACCF1AFB9204008FA782 /* AztecExample */,
607FACE41AFB9204008FA782 /* AztecExample-Tests */,
CC400F161E9EC04200859AB4 /* AztecUITests */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -359,6 +415,13 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
CC400F151E9EC04200859AB4 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand All @@ -384,6 +447,15 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
CC400F131E9EC04200859AB4 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
CC400F251E9EC16900859AB4 /* XCTest+Extensions.swift in Sources */,
CC400F1A1E9EC04200859AB4 /* AztecUITests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
Expand All @@ -397,6 +469,11 @@
target = 607FACCF1AFB9204008FA782 /* AztecExample */;
targetProxy = 607FACE61AFB9204008FA782 /* PBXContainerItemProxy */;
};
CC400F1D1E9EC04200859AB4 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 607FACCF1AFB9204008FA782 /* AztecExample */;
targetProxy = CC400F1C1E9EC04200859AB4 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
Expand Down Expand Up @@ -582,6 +659,72 @@
};
name = Release;
};
CC400F1E1E9EC04200859AB4 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
INFOPLIST_FILE = AztecUITests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = WP.AztecUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_VERSION = 3.0;
TEST_TARGET_NAME = AztecExample;
};
name = Debug;
};
CC400F1F1E9EC04200859AB4 /* Release-Alpha */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
INFOPLIST_FILE = AztecUITests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = WP.AztecUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
TEST_TARGET_NAME = AztecExample;
};
name = "Release-Alpha";
};
CC400F201E9EC04200859AB4 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
INFOPLIST_FILE = AztecUITests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = WP.AztecUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
TEST_TARGET_NAME = AztecExample;
};
name = Release;
};
CC400F211E9EC04200859AB4 /* Profiling */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
INFOPLIST_FILE = AztecUITests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = WP.AztecUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
TEST_TARGET_NAME = AztecExample;
};
name = Profiling;
};
F111A10D1DA7E77500294FD3 /* Profiling */ = {
isa = XCBuildConfiguration;
buildSettings = {
Expand Down Expand Up @@ -782,6 +925,16 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
CC400F231E9EC04200859AB4 /* Build configuration list for PBXNativeTarget "AztecUITests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
CC400F1E1E9EC04200859AB4 /* Debug */,
CC400F1F1E9EC04200859AB4 /* Release-Alpha */,
CC400F201E9EC04200859AB4 /* Release */,
CC400F211E9EC04200859AB4 /* Profiling */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = 607FACC81AFB9204008FA782 /* Project object */;
Expand Down
Loading