Skip to content

Commit

Permalink
Comment two columns mode code in ViewController Example.
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleycgs committed Jun 29, 2018
1 parent 4b19a36 commit 0b889f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 22 deletions.
26 changes: 5 additions & 21 deletions Example/Example.xcodeproj/project.pbxproj
Expand Up @@ -333,7 +333,6 @@
CA10C12F1C572A4B0049165D /* Resources */,
C1392FF51E4FD15EBB5AA8DD /* [CP] Embed Pods Frameworks */,
E82F486563C1547E0775A59F /* 馃摝 Embed Pods Frameworks */,
064D38CE83FACC358B7C0EC8 /* 馃摝 Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -376,7 +375,7 @@
TargetAttributes = {
1A42C2881C0E3882000F2137 = {
CreatedOnToolsVersion = 7.1.1;
DevelopmentTeam = 32F2T8EJ6G;
DevelopmentTeam = ZA8S3VXNS5;
LastSwiftMigration = 0800;
ProvisioningStyle = Automatic;
SystemCapabilities = {
Expand Down Expand Up @@ -489,21 +488,6 @@
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
064D38CE83FACC358B7C0EC8 /* 馃摝 Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "馃摝 Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-FolioReaderTests/Pods-FolioReaderTests-resources.sh\"\n";
showEnvVarsInLog = 0;
};
1D8126CC73301F2413345444 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -944,10 +928,10 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEVELOPMENT_TEAM = 32F2T8EJ6G;
DEVELOPMENT_TEAM = ZA8S3VXNS5;
INFOPLIST_FILE = Example/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.folioreader.Example;
PRODUCT_BUNDLE_IDENTIFIER = "com.folioreader.Example-remove";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -961,10 +945,10 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEVELOPMENT_TEAM = 32F2T8EJ6G;
DEVELOPMENT_TEAM = ZA8S3VXNS5;
INFOPLIST_FILE = Example/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.folioreader.Example;
PRODUCT_BUNDLE_IDENTIFIER = "com.folioreader.Example-remove";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
1 change: 1 addition & 0 deletions Example/Example/ViewController.swift
Expand Up @@ -42,6 +42,7 @@ class ViewController: UIViewController {
// config.menuBackgroundColor = UIColor.lightGrayColor()
// config.hidePageIndicator = true
// config.realmConfiguration = Realm.Configuration(fileURL: FileManager.default.urls(for: .documentDirectory, in: .userDomainMask).first?.appendingPathComponent("highlights.realm"))
// config.twoColumnsMode = .alwaysEnabled

// Custom sharing quote background
config.quoteCustomBackgrounds = []
Expand Down
2 changes: 1 addition & 1 deletion Example/Podfile.lock
Expand Up @@ -58,4 +58,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: d5e64429a71bc13b6eceb790b04656d8082e4d66

COCOAPODS: 1.5.2
COCOAPODS: 1.5.3

0 comments on commit 0b889f3

Please sign in to comment.