Skip to content

Commit

Permalink
Merge branch 'release/1.0.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
bbriatte committed May 31, 2019
2 parents fe8bd22 + 60b7758 commit 7a5335d
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 111 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.

---

## [1.0.6](https://github.com/Digipolitan/dependency-injector-object-mapper/releases/tag/v1.0.6)

fix build error

---

## [1.0.5](https://github.com/Digipolitan/dependency-injector-object-mapper/releases/tag/v1.0.5)

swift 5 support
Expand Down
2 changes: 1 addition & 1 deletion DependencyInjectorObjectMapper.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "DependencyInjectorObjectMapper"
s.version = "1.0.5"
s.version = "1.0.6"
s.summary = "Add Mappable support with dependency injection"
s.homepage = "https://github.com/Digipolitan/dependency-injector-object-mapper"
s.authors = "Digipolitan"
Expand Down
6 changes: 3 additions & 3 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ workspace 'DependencyInjectorObjectMapper.xcworkspace'

use_frameworks!

pod 'DependencyInjector', '~> 2.2'
pod 'ObjectMapper', '~> 3.4', :inhibit_warnings => true

## Frameworks targets
abstract_target 'Frameworks' do

pod 'DependencyInjector', '~> 2.2'
pod 'ObjectMapper', '~> 3.4', :inhibit_warnings => true

target 'DependencyInjectorObjectMapper-iOS' do
platform :ios, '8.0'
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
A30D64AD1E0D7CD800A3CE45 /* Frameworks */,
A30D64AE1E0D7CD800A3CE45 /* Resources */,
A30D64C31E0D7CF700A3CE45 /* Embed Frameworks */,
ECAA84BA0EDB990281411393 /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -198,26 +197,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;
};
ECAA84BA0EDB990281411393 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Samples-DependencyInjectorObjectMapperSample-OSX/Pods-Samples-DependencyInjectorObjectMapperSample-OSX-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/DependencyInjector-macOS/DependencyInjector.framework",
"${BUILT_PRODUCTS_DIR}/ObjectMapper-macOS/ObjectMapper.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DependencyInjector.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ObjectMapper.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Samples-DependencyInjectorObjectMapperSample-OSX/Pods-Samples-DependencyInjectorObjectMapperSample-OSX-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@
A30D63EB1E0D717E00A3CE45 /* Frameworks */,
A30D63EC1E0D717E00A3CE45 /* Resources */,
A30D640C1E0D71CB00A3CE45 /* Embed Frameworks */,
761B88D2861272099C580E2F /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -187,26 +186,6 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
761B88D2861272099C580E2F /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Samples-DependencyInjectorObjectMapperSample-iOS/Pods-Samples-DependencyInjectorObjectMapperSample-iOS-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/DependencyInjector-iOS/DependencyInjector.framework",
"${BUILT_PRODUCTS_DIR}/ObjectMapper-iOS/ObjectMapper.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DependencyInjector.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ObjectMapper.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Samples-DependencyInjectorObjectMapperSample-iOS/Pods-Samples-DependencyInjectorObjectMapperSample-iOS-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
986B8F2F5A04B5574D6124D9 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@
A30D64891E0D7B2A00A3CE45 /* Frameworks */,
A30D648A1E0D7B2A00A3CE45 /* Resources */,
A30D64A11E0D7BA200A3CE45 /* Embed Frameworks */,
6F91670C5C8679B959E65CFB /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -188,26 +187,6 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
6F91670C5C8679B959E65CFB /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Samples-DependencyInjectorObjectMapperSample-tvOS/Pods-Samples-DependencyInjectorObjectMapperSample-tvOS-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/DependencyInjector-tvOS/DependencyInjector.framework",
"${BUILT_PRODUCTS_DIR}/ObjectMapper-tvOS/ObjectMapper.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DependencyInjector.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ObjectMapper.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Samples-DependencyInjectorObjectMapperSample-tvOS/Pods-Samples-DependencyInjectorObjectMapperSample-tvOS-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
C9C3C7D7C59B1AB10EA77253 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@
A30D64191E0D759D00A3CE45 /* Resources */,
A30D64511E0D759D00A3CE45 /* Embed Watch Content */,
A30D645C1E0D76AC00A3CE45 /* Embed Frameworks */,
140E695A0845EF0F82FE4B2D /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -288,7 +287,6 @@
A30D64381E0D759D00A3CE45 /* Sources */,
A30D64391E0D759D00A3CE45 /* Frameworks */,
A30D643A1E0D759D00A3CE45 /* Resources */,
D00B153FF6EA33827EDD269E /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -379,46 +377,6 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
140E695A0845EF0F82FE4B2D /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Samples-watchOS-DependencyInjectorObjectMapperSample-watchOS/Pods-Samples-watchOS-DependencyInjectorObjectMapperSample-watchOS-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/DependencyInjector-iOS/DependencyInjector.framework",
"${BUILT_PRODUCTS_DIR}/ObjectMapper-iOS/ObjectMapper.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DependencyInjector.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ObjectMapper.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Samples-watchOS-DependencyInjectorObjectMapperSample-watchOS/Pods-Samples-watchOS-DependencyInjectorObjectMapperSample-watchOS-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
D00B153FF6EA33827EDD269E /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Samples-watchOS-DependencyInjectorObjectMapperSample-watchOS WatchKit Extension/Pods-Samples-watchOS-DependencyInjectorObjectMapperSample-watchOS WatchKit Extension-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/DependencyInjector-watchOS/DependencyInjector.framework",
"${BUILT_PRODUCTS_DIR}/ObjectMapper-watchOS/ObjectMapper.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DependencyInjector.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ObjectMapper.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Samples-watchOS-DependencyInjectorObjectMapperSample-watchOS WatchKit Extension/Pods-Samples-watchOS-DependencyInjectorObjectMapperSample-watchOS WatchKit Extension-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
E2538F3EA116A9FD50336DEF /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.5</string>
<string>1.0.6</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion Tests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.5</string>
<string>1.0.6</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down

0 comments on commit 7a5335d

Please sign in to comment.