Skip to content

Commit

Permalink
[update] updateversion to 6.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
afeng committed Nov 15, 2018
1 parent f59f33b commit b3d0cbd
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 1 deletion.
2 changes: 1 addition & 1 deletion YZAppSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|

s.name = "YZAppSDK"
s.version = "6.4.4"
s.version = "6.4.5"
s.summary = "An AppSDK for Youzanyun."
s.description = 'There are praise cloud AppSDK is for mobile applications to build the electricity trading system' \
'through an SDK will be able to integrate in the APP to provide the entire transaction services.'
Expand Down
20 changes: 20 additions & 0 deletions YZOpenSDKDemo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
PODS:
- YZAppSDK (6.4.5):
- YZAppSDK/Base (= 6.4.5)
- YZAppSDK/Base (6.4.5):
- YZAppSDK/Core
- YZAppSDK/Core (6.4.5)

DEPENDENCIES:
- YZAppSDK (from `../YZAppSDK.podspec`)

EXTERNAL SOURCES:
YZAppSDK:
:podspec: "../YZAppSDK.podspec"

SPEC CHECKSUMS:
YZAppSDK: 851469af7dfbd9d3a1c2db8ae3a6cb25eddc51fd

PODFILE CHECKSUM: c7ab803a5ddd754cd4f25a30de57d796eb257790

COCOAPODS: 1.5.3
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1010"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "721F56F71AF0A2A8009F5766"
BuildableName = "YZBaseDemo.app"
BlueprintName = "YZBaseDemo"
ReferencedContainer = "container:YZBaseDemo.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "721F56F71AF0A2A8009F5766"
BuildableName = "YZBaseDemo.app"
BlueprintName = "YZBaseDemo"
ReferencedContainer = "container:YZBaseDemo.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "721F56F71AF0A2A8009F5766"
BuildableName = "YZBaseDemo.app"
BlueprintName = "YZBaseDemo"
ReferencedContainer = "container:YZBaseDemo.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
<AdditionalOption
key = "NSZombieEnabled"
value = "YES"
isEnabled = "YES">
</AdditionalOption>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "721F56F71AF0A2A8009F5766"
BuildableName = "YZBaseDemo.app"
BlueprintName = "YZBaseDemo"
ReferencedContainer = "container:YZBaseDemo.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

0 comments on commit b3d0cbd

Please sign in to comment.