Skip to content

Commit

Permalink
Podspec resource bundles changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pmusolino committed May 10, 2016
1 parent f02270a commit 3bca27e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion Library/PMAlertController.xib
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10116" systemVersion="15E65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
</dependencies>
<objects>
Expand Down
2 changes: 1 addition & 1 deletion PMAlertController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/Codeido/PMAlertController.git", :tag => "1.0.0" }
s.source_files = "Library/**/*"
s.resource_bundles = {
'PMAlertController' => ['Library/Resources/**/*.png']
'PMAlertController' => ['Library/Resources/*.png']
}
s.framework = "UIKit"
s.requires_arc = true
Expand Down
8 changes: 4 additions & 4 deletions PMAlertController.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
453B4F141CDE540400BFB901 /* PMAlertController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 453B4F0D1CDE411100BFB901 /* PMAlertController.xib */; };
453B4F151CDE7B6700BFB901 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 453B4EE51CDE3F0A00BFB901 /* Info.plist */; };
453B4F171CDF456F00BFB901 /* PMAlertAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 453B4F161CDF456F00BFB901 /* PMAlertAction.swift */; };
45D057B91CE2938100AEB2C7 /* flag.png in Resources */ = {isa = PBXBuildFile; fileRef = 45D057B81CE2938100AEB2C7 /* flag.png */; };
45E71ACD1CE29557001B16E9 /* flag.png in Resources */ = {isa = PBXBuildFile; fileRef = 45E71ACC1CE29557001B16E9 /* flag.png */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -55,7 +55,7 @@
453B4F0C1CDE411100BFB901 /* PMAlertController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PMAlertController.swift; sourceTree = "<group>"; };
453B4F0D1CDE411100BFB901 /* PMAlertController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PMAlertController.xib; sourceTree = "<group>"; };
453B4F161CDF456F00BFB901 /* PMAlertAction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PMAlertAction.swift; sourceTree = "<group>"; };
45D057B81CE2938100AEB2C7 /* flag.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = flag.png; sourceTree = "<group>"; };
45E71ACC1CE29557001B16E9 /* flag.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = flag.png; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -149,7 +149,7 @@
45D057B71CE2938100AEB2C7 /* Resources */ = {
isa = PBXGroup;
children = (
45D057B81CE2938100AEB2C7 /* flag.png */,
45E71ACC1CE29557001B16E9 /* flag.png */,
);
path = Resources;
sourceTree = "<group>";
Expand Down Expand Up @@ -261,9 +261,9 @@
453B4F151CDE7B6700BFB901 /* Info.plist in Resources */,
453B4EE41CDE3F0A00BFB901 /* LaunchScreen.storyboard in Resources */,
453B4EE11CDE3F0A00BFB901 /* Assets.xcassets in Resources */,
45D057B91CE2938100AEB2C7 /* flag.png in Resources */,
453B4EDF1CDE3F0A00BFB901 /* Main.storyboard in Resources */,
453B4F141CDE540400BFB901 /* PMAlertController.xib in Resources */,
45E71ACD1CE29557001B16E9 /* flag.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit 3bca27e

Please sign in to comment.