Skip to content

Commit

Permalink
Add SCLAlertView to Example's dependency in workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
chancyWu committed Mar 8, 2016
1 parent c469135 commit c780402
Show file tree
Hide file tree
Showing 7 changed files with 157 additions and 799 deletions.
37 changes: 32 additions & 5 deletions .gitignore
@@ -1,12 +1,39 @@
# Mac OS X
.DS_Store

Example/SCLAlertViewExample.xcodeproj/project.xcworkspace/xcuserdata/fahim.xcuserdatad/UserInterfaceState.xcuserstate
# Xcode

Example/SCLAlertViewExample.xcodeproj/xcuserdata/fahim.xcuserdatad/xcschemes/SCLAlertViewExample.xcscheme
## Build generated
build/
DerivedData

Example/SCLAlertViewExample.xcodeproj/xcuserdata/fahim.xcuserdatad/xcschemes/xcschememanagement.plist
## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata

## Other
*.xccheckout
*.moved-aside
*.xcuserstate
*.xcscmblueprint

Example/SCLAlertViewExample.xcodeproj/project.xcworkspace/xcshareddata/SCLAlertViewExample.xccheckout
## Obj-C/Swift specific
*.hmap
*.ipa

Example/SCLAlertViewExample.xcodeproj/xcuserdata/fahim.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
## Playgrounds
timeline.xctimeline
playground.xcworkspace

# Swift Package Manager
.build/

# Carthage
Carthage/Build
106 changes: 94 additions & 12 deletions Example/SCLAlertViewExample.xcodeproj/project.pbxproj
Expand Up @@ -8,7 +8,8 @@

/* Begin PBXBuildFile section */
253330571A428E0700E8CD8E /* Launch Screen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 253330561A428E0700E8CD8E /* Launch Screen.xib */; };
3855FAED1B3006620011EDE8 /* SCLAlertView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3855FAEC1B3006620011EDE8 /* SCLAlertView.swift */; };
34C14E081C8F3BA500F4BF18 /* SCLAlertView.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34C14E031C8F3B6800F4BF18 /* SCLAlertView.framework */; };
34C14E091C8F3BA500F4BF18 /* SCLAlertView.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 34C14E031C8F3B6800F4BF18 /* SCLAlertView.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
CEABB2471942AD9700FCB13C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEABB2461942AD9700FCB13C /* AppDelegate.swift */; };
CEABB2501942AD9700FCB13C /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = CEABB24F1942AD9700FCB13C /* Images.xcassets */; };
CEABB25C1942AD9700FCB13C /* SCLAlertViewExampleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEABB25B1942AD9700FCB13C /* SCLAlertViewExampleTests.swift */; };
Expand All @@ -17,6 +18,34 @@
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
34C14E021C8F3B6800F4BF18 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 34C14DFD1C8F3B6800F4BF18 /* SCLAlertView.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 70264EF71B0F588700B32B18;
remoteInfo = SCLAlertView;
};
34C14E041C8F3B6800F4BF18 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 34C14DFD1C8F3B6800F4BF18 /* SCLAlertView.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 70264F021B0F588800B32B18;
remoteInfo = SCLAlertViewTests;
};
34C14E061C8F3B8800F4BF18 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 34C14DFD1C8F3B6800F4BF18 /* SCLAlertView.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = 70264EF61B0F588700B32B18;
remoteInfo = SCLAlertView;
};
34C14E0A1C8F3BA500F4BF18 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 34C14DFD1C8F3B6800F4BF18 /* SCLAlertView.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = 70264EF61B0F588700B32B18;
remoteInfo = SCLAlertView;
};
CEABB2561942AD9700FCB13C /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = CEABB2391942AD9700FCB13C /* Project object */;
Expand All @@ -26,9 +55,23 @@
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
34C14E0C1C8F3BA500F4BF18 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
34C14E091C8F3BA500F4BF18 /* SCLAlertView.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
253330561A428E0700E8CD8E /* Launch Screen.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = "Launch Screen.xib"; sourceTree = "<group>"; };
3855FAEC1B3006620011EDE8 /* SCLAlertView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SCLAlertView.swift; sourceTree = "<group>"; };
34C14DFD1C8F3B6800F4BF18 /* SCLAlertView.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SCLAlertView.xcodeproj; path = ../SCLAlertView.xcodeproj; sourceTree = "<group>"; };
CEABB2411942AD9700FCB13C /* SCLAlertViewExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SCLAlertViewExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
CEABB2451942AD9700FCB13C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
CEABB2461942AD9700FCB13C /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
Expand All @@ -45,6 +88,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
34C14E081C8F3BA500F4BF18 /* SCLAlertView.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -58,9 +102,19 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
34C14DFE1C8F3B6800F4BF18 /* Products */ = {
isa = PBXGroup;
children = (
34C14E031C8F3B6800F4BF18 /* SCLAlertView.framework */,
34C14E051C8F3B6800F4BF18 /* SCLAlertViewTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
CEABB2381942AD9700FCB13C = {
isa = PBXGroup;
children = (
34C14DFD1C8F3B6800F4BF18 /* SCLAlertView.xcodeproj */,
CEABB2431942AD9700FCB13C /* SCLAlertViewExample */,
CEABB2581942AD9700FCB13C /* SCLAlertViewExampleTests */,
CEABB2421942AD9700FCB13C /* Products */,
Expand All @@ -79,7 +133,6 @@
CEABB2431942AD9700FCB13C /* SCLAlertViewExample */ = {
isa = PBXGroup;
children = (
CEABB2651942ADCD00FCB13C /* SCLAlertView */,
CEABB2441942AD9700FCB13C /* Supporting Files */,
CEABB24F1942AD9700FCB13C /* Images.xcassets */,
CEB569961942AE47009959CC /* Main.storyboard */,
Expand Down Expand Up @@ -115,14 +168,6 @@
name = "Supporting Files";
sourceTree = "<group>";
};
CEABB2651942ADCD00FCB13C /* SCLAlertView */ = {
isa = PBXGroup;
children = (
3855FAEC1B3006620011EDE8 /* SCLAlertView.swift */,
);
name = SCLAlertView;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand All @@ -133,10 +178,13 @@
CEABB23D1942AD9700FCB13C /* Sources */,
CEABB23E1942AD9700FCB13C /* Frameworks */,
CEABB23F1942AD9700FCB13C /* Resources */,
34C14E0C1C8F3BA500F4BF18 /* Embed Frameworks */,
);
buildRules = (
);
dependencies = (
34C14E071C8F3B8800F4BF18 /* PBXTargetDependency */,
34C14E0B1C8F3BA500F4BF18 /* PBXTargetDependency */,
);
name = SCLAlertViewExample;
productName = SCLAlertViewExample;
Expand Down Expand Up @@ -192,6 +240,12 @@
mainGroup = CEABB2381942AD9700FCB13C;
productRefGroup = CEABB2421942AD9700FCB13C /* Products */;
projectDirPath = "";
projectReferences = (
{
ProductGroup = 34C14DFE1C8F3B6800F4BF18 /* Products */;
ProjectRef = 34C14DFD1C8F3B6800F4BF18 /* SCLAlertView.xcodeproj */;
},
);
projectRoot = "";
targets = (
CEABB2401942AD9700FCB13C /* SCLAlertViewExample */,
Expand All @@ -200,6 +254,23 @@
};
/* End PBXProject section */

/* Begin PBXReferenceProxy section */
34C14E031C8F3B6800F4BF18 /* SCLAlertView.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = SCLAlertView.framework;
remoteRef = 34C14E021C8F3B6800F4BF18 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
34C14E051C8F3B6800F4BF18 /* SCLAlertViewTests.xctest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = SCLAlertViewTests.xctest;
remoteRef = 34C14E041C8F3B6800F4BF18 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */

/* Begin PBXResourcesBuildPhase section */
CEABB23F1942AD9700FCB13C /* Resources */ = {
isa = PBXResourcesBuildPhase;
Expand All @@ -226,7 +297,6 @@
buildActionMask = 2147483647;
files = (
CEABB2671942AEA500FCB13C /* ViewController.swift in Sources */,
3855FAED1B3006620011EDE8 /* SCLAlertView.swift in Sources */,
CEABB2471942AD9700FCB13C /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -242,6 +312,16 @@
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
34C14E071C8F3B8800F4BF18 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = SCLAlertView;
targetProxy = 34C14E061C8F3B8800F4BF18 /* PBXContainerItemProxy */;
};
34C14E0B1C8F3BA500F4BF18 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = SCLAlertView;
targetProxy = 34C14E0A1C8F3BA500F4BF18 /* PBXContainerItemProxy */;
};
CEABB2571942AD9700FCB13C /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = CEABB2401942AD9700FCB13C /* SCLAlertViewExample */;
Expand Down Expand Up @@ -333,6 +413,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
INFOPLIST_FILE = SCLAlertViewExample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "SIX-DAYS-LLC.${PRODUCT_NAME:rfc1034identifier}";
Expand All @@ -346,6 +427,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
INFOPLIST_FILE = SCLAlertViewExample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "SIX-DAYS-LLC.${PRODUCT_NAME:rfc1034identifier}";
Expand Down
Expand Up @@ -5,15 +5,30 @@
"size" : "29x29",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "29x29",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "40x40",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "40x40",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "60x60",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "60x60",
"scale" : "3x"
}
],
"info" : {
Expand Down

0 comments on commit c780402

Please sign in to comment.