Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SW – creating a IpUIKitWisdom.xcodeproj so that IP-UIKit-Wisdom can b… #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Created by https://www.gitignore.io

### OSX ###
*.DS_Store

### Xcode ###
build/
*.pbxuser
Expand All @@ -16,3 +19,9 @@ xcuserdata
DerivedData
*.xcuserstate

### Carthage ###
#
# Add these line if you want to avoid checking in source code from Carthage dependencies.

Carthage/Checkouts
Carthage/Build
475 changes: 475 additions & 0 deletions IpUIKitWisdom.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1000"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F436E8FA2188F3F700780DB4"
BuildableName = "IpUIKitWisdom.framework"
BlueprintName = "IpUIKitWisdom"
ReferencedContainer = "container:IpUIKitWisdom.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<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">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F436E8FA2188F3F700780DB4"
BuildableName = "IpUIKitWisdom.framework"
BlueprintName = "IpUIKitWisdom"
ReferencedContainer = "container:IpUIKitWisdom.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F436E8FA2188F3F700780DB4"
BuildableName = "IpUIKitWisdom.framework"
BlueprintName = "IpUIKitWisdom"
ReferencedContainer = "container:IpUIKitWisdom.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
22 changes: 22 additions & 0 deletions IpUIKitWisdom/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
</plist>
28 changes: 28 additions & 0 deletions IpUIKitWisdom/IpUIKitWisdom.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
//
// IpUIKitWisdom.h
// IpUIKitWisdom
//
// Created by cl-dev on 2018-10-30.
// Copyright © 2018 Intrepid. All rights reserved.
//

#import <UIKit/UIKit.h>

//! Project version number for IpUIKitWisdom.
FOUNDATION_EXPORT double IpUIKitWisdomVersionNumber;

//! Project version string for IpUIKitWisdom.
FOUNDATION_EXPORT const unsigned char IpUIKitWisdomVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <IpUIKitWisdom/PublicHeader.h>

#import <IpUIKitWisdom/UIImage+ColorMaskedImage.h>
#import <IpUIKitWisdom/UIButton+IPUtils.h>
#import <IpUIKitWisdom/UIColor+IPRandomColor.h>
#import <IpUIKitWisdom/UIView+NibInitable.h>
#import <IpUIKitWisdom/UIView+Constraints.h>
#import <IpUIKitWisdom/UIView+IPFrameUtils.h>
#import <IpUIKitWisdom/UIView+IPAncestry.h>
#import <IpUIKitWisdom/UIViewController+Containment.h>
#import <IpUIKitWisdom/CAGradientLayer+IPGradients.h>
#import <IpUIKitWisdom/UITableView+Utils.h>
1 change: 1 addition & 0 deletions src/CAGradientLayer/CAGradientLayer+IPGradients.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// Copyright © 2015 Nick Servidio. All rights reserved.
//

#import <UIKit/UIKit.h>
#import <QuartzCore/QuartzCore.h>

@interface CAGradientLayer (IPGradients)
Expand Down