Commit c4c4688c by Daniel Dahan

preparing for 3.1.3 release

parent c1d4c465
## 3.1.3
* Updated Xcode 11 settings.
## 3.1.2 ## 3.1.2
* Updated layout version in Xcode project. * Updated layout version in Xcode project.
......
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'Motion' s.name = 'Motion'
s.version = '3.1.2' s.version = '3.1.3'
s.swift_version = '5.0' s.swift_version = '5.0'
s.license = 'MIT' s.license = 'MIT'
s.summary = 'A library used to create beautiful animations and transitions for iOS.' s.summary = 'A library used to create beautiful animations and transitions for iOS.'
......
...@@ -540,6 +540,7 @@ ...@@ -540,6 +540,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath"; DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist"; INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 3.1.3;
PRODUCT_BUNDLE_IDENTIFIER = com.cosmicmind.Motion; PRODUCT_BUNDLE_IDENTIFIER = com.cosmicmind.Motion;
PRODUCT_MODULE_NAME = Motion; PRODUCT_MODULE_NAME = Motion;
PRODUCT_NAME = Motion; PRODUCT_NAME = Motion;
...@@ -562,6 +563,7 @@ ...@@ -562,6 +563,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath"; DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist"; INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 3.1.3;
PRODUCT_BUNDLE_IDENTIFIER = com.cosmicmind.Motion; PRODUCT_BUNDLE_IDENTIFIER = com.cosmicmind.Motion;
PRODUCT_MODULE_NAME = Motion; PRODUCT_MODULE_NAME = Motion;
PRODUCT_NAME = Motion; PRODUCT_NAME = Motion;
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<Scheme <Scheme
LastUpgradeVersion = "1030" LastUpgradeVersion = "1100"
version = "1.3"> version = "1.3">
<BuildAction <BuildAction
parallelizeBuildables = "YES" parallelizeBuildables = "YES"
...@@ -29,8 +29,6 @@ ...@@ -29,8 +29,6 @@
shouldUseLaunchSchemeArgsEnv = "YES"> shouldUseLaunchSchemeArgsEnv = "YES">
<Testables> <Testables>
</Testables> </Testables>
<AdditionalOptions>
</AdditionalOptions>
</TestAction> </TestAction>
<LaunchAction <LaunchAction
buildConfiguration = "Debug" buildConfiguration = "Debug"
...@@ -51,8 +49,6 @@ ...@@ -51,8 +49,6 @@
ReferencedContainer = "container:Motion.xcodeproj"> ReferencedContainer = "container:Motion.xcodeproj">
</BuildableReference> </BuildableReference>
</MacroExpansion> </MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction> </LaunchAction>
<ProfileAction <ProfileAction
buildConfiguration = "Release" buildConfiguration = "Release"
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>FMWK</string> <string>FMWK</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>3.1.2</string> <string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string> <string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment