Skip to content

Commit

Permalink
fix: url wrong maybe lead to crash
Browse files Browse the repository at this point in the history
  • Loading branch information
janlionly committed Jan 16, 2020
1 parent 7e5dc62 commit d78660f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions SVGADemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

/* Begin PBXBuildFile section */
0615E7D38A88683B69527385 /* Pods_SVGADemo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EEBCE5811054B5B5CD2E7B82 /* Pods_SVGADemo.framework */; };
2740C41D23CEDB8200813707 /* SwiftySVGAPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2740C41B23CEDB7E00813707 /* SwiftySVGAPlayer.framework */; };
2740C41E23CEDB8200813707 /* SwiftySVGAPlayer.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 2740C41B23CEDB7E00813707 /* SwiftySVGAPlayer.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
2783B75823C9A028005DAB69 /* dice.svga in Resources */ = {isa = PBXBuildFile; fileRef = 2783B75723C9A028005DAB69 /* dice.svga */; };
2792572023D011D200BE05B8 /* SwiftySVGAPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2792571E23D011D000BE05B8 /* SwiftySVGAPlayer.framework */; };
2792572123D011D200BE05B8 /* SwiftySVGAPlayer.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 2792571E23D011D000BE05B8 /* SwiftySVGAPlayer.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
27E11D3E23C31F230064A545 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27E11D3D23C31F230064A545 /* AppDelegate.swift */; };
27E11D4023C31F230064A545 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27E11D3F23C31F230064A545 /* SceneDelegate.swift */; };
27E11D4223C31F230064A545 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27E11D4123C31F230064A545 /* ViewController.swift */; };
Expand All @@ -26,16 +26,16 @@
dstPath = "";
dstSubfolderSpec = 10;
files = (
2740C41E23CEDB8200813707 /* SwiftySVGAPlayer.framework in Embed Frameworks */,
2792572123D011D200BE05B8 /* SwiftySVGAPlayer.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
2740C41B23CEDB7E00813707 /* SwiftySVGAPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = SwiftySVGAPlayer.framework; sourceTree = "<group>"; };
2783B75723C9A028005DAB69 /* dice.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = dice.svga; sourceTree = "<group>"; };
2792571E23D011D000BE05B8 /* SwiftySVGAPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = SwiftySVGAPlayer.framework; sourceTree = "<group>"; };
27E11D3A23C31F230064A545 /* SVGADemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SVGADemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
27E11D3D23C31F230064A545 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
27E11D3F23C31F230064A545 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
Expand All @@ -54,7 +54,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
2740C41D23CEDB8200813707 /* SwiftySVGAPlayer.framework in Frameworks */,
2792572023D011D200BE05B8 /* SwiftySVGAPlayer.framework in Frameworks */,
0615E7D38A88683B69527385 /* Pods_SVGADemo.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -73,7 +73,7 @@
27E11D3123C31F230064A545 = {
isa = PBXGroup;
children = (
2740C41B23CEDB7E00813707 /* SwiftySVGAPlayer.framework */,
2792571E23D011D000BE05B8 /* SwiftySVGAPlayer.framework */,
27E11D3C23C31F230064A545 /* SVGADemo */,
27E11D3B23C31F230064A545 /* Products */,
36438F2EB0E400C0718BEB03 /* Pods */,
Expand Down
Binary file modified SwiftySVGAPlayer.framework/SwiftySVGAPlayer
Binary file not shown.
2 changes: 1 addition & 1 deletion SwiftySVGAPlayer.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftySVGAPlayer'
s.version = '1.2.5'
s.version = '1.2.6'
s.summary = 'SwiftySVGAPlayer is a high level APIs based on SVGAPlayer.'
s.description = 'Support play svga according url or local svga data, default push svga in FIFO queue, and then pop to play, and you can set isInstant value true for cancel the queue.'

Expand Down

0 comments on commit d78660f

Please sign in to comment.