Skip to content

Commit

Permalink
Removed pods config from the Framework.
Browse files Browse the repository at this point in the history
Targeted the Markdownkit.framework to iOS 9.0 the minimum supported version.
  • Loading branch information
bmoliveira committed Jan 22, 2019
1 parent 64bb17f commit 82480e5
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 65 deletions.
86 changes: 27 additions & 59 deletions MarkdownKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
6CBBF757D7C5F868299202E2 /* Pods_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2009DA929218EA48384D9545 /* Pods_Example.framework */; };
B06D95C41727E6744BAFB130 /* Pods_MarkdownKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9BB616C620AA78CC178349EA /* Pods_MarkdownKit.framework */; };
4E89E7B3CCF50D7D343B4739 /* Pods_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F4D91B88F4CA1807971F79DF /* Pods_Example.framework */; };
B62C1BEB21EF7D8D00308C8C /* String+HTMLDecode.swift in Sources */ = {isa = PBXBuildFile; fileRef = B62C1BE221EF7D8C00308C8C /* String+HTMLDecode.swift */; };
B62C1BEC21EF7D8D00308C8C /* MarkdownSubreddit.swift in Sources */ = {isa = PBXBuildFile; fileRef = B62C1BE321EF7D8C00308C8C /* MarkdownSubreddit.swift */; };
B62C1BEE21EF7D8D00308C8C /* Product Sans Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B62C1BE521EF7D8C00308C8C /* Product Sans Regular.ttf */; };
Expand Down Expand Up @@ -44,10 +43,7 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
2009DA929218EA48384D9545 /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
71F56393B2792188BC560048 /* Pods-MarkdownKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MarkdownKit.release.xcconfig"; path = "Target Support Files/Pods-MarkdownKit/Pods-MarkdownKit.release.xcconfig"; sourceTree = "<group>"; };
7D049EC64593E526238AC045 /* Pods-Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.release.xcconfig"; path = "Target Support Files/Pods-Example/Pods-Example.release.xcconfig"; sourceTree = "<group>"; };
9BB616C620AA78CC178349EA /* Pods_MarkdownKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MarkdownKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
B30A8E26AF20015FD244B312 /* Pods-Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.release.xcconfig"; path = "Target Support Files/Pods-Example/Pods-Example.release.xcconfig"; sourceTree = "<group>"; };
B62C1BAD21EF7C8000308C8C /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
B62C1BE221EF7D8C00308C8C /* String+HTMLDecode.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+HTMLDecode.swift"; sourceTree = "<group>"; };
B62C1BE321EF7D8C00308C8C /* MarkdownSubreddit.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MarkdownSubreddit.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -83,8 +79,8 @@
B672001921EF8A96008649E1 /* MarkdownElement.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MarkdownElement.swift; sourceTree = "<group>"; };
B672001A21EF8A96008649E1 /* MarkdownStyle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MarkdownStyle.swift; sourceTree = "<group>"; };
B695DA0D21F5E60300FC6FCD /* MarkdownKitViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MarkdownKitViewModel.swift; sourceTree = "<group>"; };
D541903D4B863D139D52AF42 /* Pods-Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.debug.xcconfig"; path = "Target Support Files/Pods-Example/Pods-Example.debug.xcconfig"; sourceTree = "<group>"; };
E0F59E3C6A539A19D874DE27 /* Pods-MarkdownKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MarkdownKit.debug.xcconfig"; path = "Target Support Files/Pods-MarkdownKit/Pods-MarkdownKit.debug.xcconfig"; sourceTree = "<group>"; };
B94280DC2376A2F2904B3443 /* Pods-Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.debug.xcconfig"; path = "Target Support Files/Pods-Example/Pods-Example.debug.xcconfig"; sourceTree = "<group>"; };
F4D91B88F4CA1807971F79DF /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -93,31 +89,26 @@
buildActionMask = 2147483647;
files = (
B672000021EF8825008649E1 /* MarkdownKit.framework in Frameworks */,
6CBBF757D7C5F868299202E2 /* Pods_Example.framework in Frameworks */,
4E89E7B3CCF50D7D343B4739 /* Pods_Example.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
B62C1BFC21EF7EED00308C8C /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
B06D95C41727E6744BAFB130 /* Pods_MarkdownKit.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
9958FA90ED0DF60AFA5C69DA /* Pods */ = {
1F4FFDFAC9D07F319CB2F8E9 /* Frameworks */ = {
isa = PBXGroup;
children = (
D541903D4B863D139D52AF42 /* Pods-Example.debug.xcconfig */,
7D049EC64593E526238AC045 /* Pods-Example.release.xcconfig */,
E0F59E3C6A539A19D874DE27 /* Pods-MarkdownKit.debug.xcconfig */,
71F56393B2792188BC560048 /* Pods-MarkdownKit.release.xcconfig */,
F4D91B88F4CA1807971F79DF /* Pods_Example.framework */,
);
name = Pods;
path = Pods;
name = Frameworks;
sourceTree = "<group>";
};
B62C1BA421EF7C8000308C8C = {
Expand All @@ -126,8 +117,8 @@
B62C1BAF21EF7C8000308C8C /* Example */,
B62C1C0021EF7EED00308C8C /* MarkdownKit */,
B62C1BAE21EF7C8000308C8C /* Products */,
B672FFFF21EF8825008649E1 /* Frameworks */,
9958FA90ED0DF60AFA5C69DA /* Pods */,
DB7B6E69BE6DC6C1FEC0636D /* Pods */,
1F4FFDFAC9D07F319CB2F8E9 /* Frameworks */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -231,15 +222,6 @@
path = Protocols;
sourceTree = "<group>";
};
B672FFFF21EF8825008649E1 /* Frameworks */ = {
isa = PBXGroup;
children = (
2009DA929218EA48384D9545 /* Pods_Example.framework */,
9BB616C620AA78CC178349EA /* Pods_MarkdownKit.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
B688EF9D21EF84D6003FF4AC /* Resources */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -268,6 +250,15 @@
path = Extensions;
sourceTree = "<group>";
};
DB7B6E69BE6DC6C1FEC0636D /* Pods */ = {
isa = PBXGroup;
children = (
B94280DC2376A2F2904B3443 /* Pods-Example.debug.xcconfig */,
B30A8E26AF20015FD244B312 /* Pods-Example.release.xcconfig */,
);
path = Pods;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
Expand All @@ -286,11 +277,11 @@
isa = PBXNativeTarget;
buildConfigurationList = B62C1BCA21EF7C8100308C8C /* Build configuration list for PBXNativeTarget "Example" */;
buildPhases = (
E8D1545A32A10AFAFF88C956 /* [CP] Check Pods Manifest.lock */,
B172423B523F90EDA359C103 /* [CP] Check Pods Manifest.lock */,
B62C1BA921EF7C8000308C8C /* Sources */,
B62C1BAA21EF7C8000308C8C /* Frameworks */,
B62C1BAB21EF7C8000308C8C /* Resources */,
52B210B76D0B5A10B67EBBEE /* [CP] Embed Pods Frameworks */,
A202C26498C51CCFFAAC97DD /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand All @@ -305,7 +296,6 @@
isa = PBXNativeTarget;
buildConfigurationList = B62C1C1021EF7EED00308C8C /* Build configuration list for PBXNativeTarget "MarkdownKit" */;
buildPhases = (
30227220D940239A6198465A /* [CP] Check Pods Manifest.lock */,
B62C1BFA21EF7EED00308C8C /* Headers */,
B62C1BFB21EF7EED00308C8C /* Sources */,
B62C1BFC21EF7EED00308C8C /* Frameworks */,
Expand Down Expand Up @@ -382,29 +372,7 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
30227220D940239A6198465A /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-MarkdownKit-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
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;
};
52B210B76D0B5A10B67EBBEE /* [CP] Embed Pods Frameworks */ = {
A202C26498C51CCFFAAC97DD /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
Expand All @@ -426,7 +394,7 @@
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
E8D1545A32A10AFAFF88C956 /* [CP] Check Pods Manifest.lock */ = {
B172423B523F90EDA359C103 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
Expand Down Expand Up @@ -630,7 +598,7 @@
};
B62C1BCB21EF7C8100308C8C /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D541903D4B863D139D52AF42 /* Pods-Example.debug.xcconfig */;
baseConfigurationReference = B94280DC2376A2F2904B3443 /* Pods-Example.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
Expand All @@ -650,7 +618,7 @@
};
B62C1BCC21EF7C8100308C8C /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 7D049EC64593E526238AC045 /* Pods-Example.release.xcconfig */;
baseConfigurationReference = B30A8E26AF20015FD244B312 /* Pods-Example.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
Expand All @@ -669,7 +637,6 @@
};
B62C1C1121EF7EED00308C8C /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = E0F59E3C6A539A19D874DE27 /* Pods-MarkdownKit.debug.xcconfig */;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
Expand All @@ -681,6 +648,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = MarkdownKit/Resources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -699,7 +667,6 @@
};
B62C1C1221EF7EED00308C8C /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 71F56393B2792188BC560048 /* Pods-MarkdownKit.release.xcconfig */;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
Expand All @@ -711,6 +678,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = MarkdownKit/Resources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down
5 changes: 0 additions & 5 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,3 @@ target 'Example' do
use_frameworks!
pod 'Alamofire', '~> 5.0.0.beta.1'
end

target 'MarkdownKit' do
use_frameworks!

end
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ SPEC REPOS:
SPEC CHECKSUMS:
Alamofire: 2ef6d6c984c5d21c366e9b41a9ae7dfee2b67a44

PODFILE CHECKSUM: 056fb12cb831c84165a65378ddd59f3ad8c252bd
PODFILE CHECKSUM: 911a14138440bd885fac1e1964e362b5b0c71077

COCOAPODS: 1.6.0.beta.2

0 comments on commit 82480e5

Please sign in to comment.