Skip to content

Commit

Permalink
#12 release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marekmatula committed Oct 25, 2017
1 parent c252d83 commit 35d4489
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 16 deletions.
16 changes: 14 additions & 2 deletions Example/FontIcons.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -368,13 +368,16 @@
files = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-FontIcons_Tests-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";
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;
};
8018C82E989F533C28F11C79 /* [CP] Check Pods Manifest.lock */ = {
Expand All @@ -383,13 +386,16 @@
files = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-FontIcons_Example-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";
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;
};
A41B2FDAB657F52F0DF83D74 /* [CP] Embed Pods Frameworks */ = {
Expand All @@ -398,9 +404,12 @@
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-FontIcons_Example/Pods-FontIcons_Example-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/FontIcons/FontIcons.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FontIcons.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down Expand Up @@ -443,9 +452,12 @@
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-FontIcons_Tests/Pods-FontIcons_Tests-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/FontIcons/FontIcons.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FontIcons.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down
26 changes: 13 additions & 13 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
PODS:
- FontIcons (1.4.0):
- FontIcons/Core (= 1.4.0)
- FontIcons/FontAwesome (= 1.4.0)
- FontIcons/Ionicons (= 1.4.0)
- FontIcons/MaterialDesign (= 1.4.0)
- FontIcons/VaadinIcons (= 1.4.0)
- FontIcons/Core (1.4.0)
- FontIcons/FontAwesome (1.4.0):
- FontIcons (1.4.2):
- FontIcons/Core (= 1.4.2)
- FontIcons/FontAwesome (= 1.4.2)
- FontIcons/Ionicons (= 1.4.2)
- FontIcons/MaterialDesign (= 1.4.2)
- FontIcons/VaadinIcons (= 1.4.2)
- FontIcons/Core (1.4.2)
- FontIcons/FontAwesome (1.4.2):
- FontIcons/Core
- FontIcons/Ionicons (1.4.0):
- FontIcons/Ionicons (1.4.2):
- FontIcons/Core
- FontIcons/MaterialDesign (1.4.0):
- FontIcons/MaterialDesign (1.4.2):
- FontIcons/Core
- FontIcons/VaadinIcons (1.4.0):
- FontIcons/VaadinIcons (1.4.2):
- FontIcons/Core

DEPENDENCIES:
Expand All @@ -23,8 +23,8 @@ EXTERNAL SOURCES:
:path: ../

SPEC CHECKSUMS:
FontIcons: 42ca95431108705ce723a62929ff81ae6c0b1edf
FontIcons: 3160fc6d1890e1287bbc7cd95d75708ebf143f8b

PODFILE CHECKSUM: 2aad07d3d6d10ddb5a0f9237472a74846743e25a

COCOAPODS: 1.3.0.beta.1
COCOAPODS: 1.3.1
2 changes: 1 addition & 1 deletion FontIcons.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "FontIcons"
s.version = "1.4.1"
s.version = "1.4.2"
s.summary = "Swift Font icon library"

# This description is used to generate tags and improve search results.
Expand Down

0 comments on commit 35d4489

Please sign in to comment.