Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
Motion
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitriy Stepanets
Motion
Commits
c4c4688c
Commit
c4c4688c
authored
Sep 23, 2019
by
Daniel Dahan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
preparing for 3.1.3 release
parent
c1d4c465
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
7 deletions
+9
-7
CHANGELOG.md
+4
-0
Motion.podspec
+1
-1
Motion.xcodeproj/project.pbxproj
+2
-0
Motion.xcodeproj/xcshareddata/xcschemes/Motion.xcscheme
+1
-5
Sources/Info.plist
+1
-1
No files found.
CHANGELOG.md
View file @
c4c4688c
## 3.1.3
*
Updated Xcode 11 settings.
## 3.1.2
*
Updated layout version in Xcode project.
...
...
Motion.podspec
View file @
c4c4688c
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'
Motion
'
s
.
version
=
'3.1.
2
'
s
.
version
=
'3.1.
3
'
s
.
swift_version
=
'5.0'
s
.
license
=
'
MIT
'
s
.
summary
=
'A library used to create beautiful animations and transitions for iOS.'
...
...
Motion.xcodeproj/project.pbxproj
View file @
c4c4688c
...
...
@@ -540,6 +540,7 @@
DYLIB_INSTALL_NAME_BASE
=
"@rpath"
;
INFOPLIST_FILE
=
"$(SRCROOT)/Sources/Info.plist"
;
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks @loader_path/Frameworks"
;
MARKETING_VERSION
=
3.1.3
;
PRODUCT_BUNDLE_IDENTIFIER
=
com.cosmicmind.Motion
;
PRODUCT_MODULE_NAME
=
Motion
;
PRODUCT_NAME
=
Motion
;
...
...
@@ -562,6 +563,7 @@
DYLIB_INSTALL_NAME_BASE
=
"@rpath"
;
INFOPLIST_FILE
=
"$(SRCROOT)/Sources/Info.plist"
;
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks @loader_path/Frameworks"
;
MARKETING_VERSION
=
3.1.3
;
PRODUCT_BUNDLE_IDENTIFIER
=
com.cosmicmind.Motion
;
PRODUCT_MODULE_NAME
=
Motion
;
PRODUCT_NAME
=
Motion
;
...
...
Motion.xcodeproj/xcshareddata/xcschemes/Motion.xcscheme
View file @
c4c4688c
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion =
"1
03
0"
LastUpgradeVersion =
"1
10
0"
version =
"1.3"
>
<BuildAction
parallelizeBuildables =
"YES"
...
...
@@ -29,8 +29,6 @@
shouldUseLaunchSchemeArgsEnv =
"YES"
>
<Testables>
</Testables>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration =
"Debug"
...
...
@@ -51,8 +49,6 @@
ReferencedContainer =
"container:Motion.xcodeproj"
>
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration =
"Release"
...
...
Sources/Info.plist
View file @
c4c4688c
...
...
@@ -15,7 +15,7 @@
<
k
e
y
>
CFBundlePackageType
<
/k
e
y
>
<
string
>
FMWK
<
/string
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
string
>
3.1.2
<
/string
>
<
string
>
$
(
MARKETING_VERSION
)
<
/string
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
<
string
>
$
(
CURRENT_PROJECT_VERSION
)<
/string
>
<
k
e
y
>
NSPrincipalClass
<
/k
e
y
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment