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 – adding framework targets to SwiftWisdom.xcodeproj so that `IpS… #159

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
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# OSX
*.DS_Store

# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
Expand Down Expand Up @@ -38,8 +41,8 @@ Pods/
# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
Carthage/Checkouts

Carthage/Checkouts
Carthage/Build

# fastlane
Expand Down
8 changes: 8 additions & 0 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# +-------------------------------------+
# | |
# | Cartfile LAST SCRUBBED: 10-30-2018 |
# | |
# +-------------------------------------+

github "Steven-Wu-ConnectedLab/uikit-wisdom" "master"
github "ReactiveX/RxSwift"
2 changes: 2 additions & 0 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github "ReactiveX/RxSwift" "4.3.1"
github "Steven-Wu-ConnectedLab/uikit-wisdom" "f7b0b0c3b2f6cb59b4140dbed47f10ca102d629c"
22 changes: 22 additions & 0 deletions IpSwiftWisdom/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>
19 changes: 19 additions & 0 deletions IpSwiftWisdom/IpSwiftWisdom.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
//
// IpSwiftWisdom.h
// IpSwiftWisdom
//
// Created by cl-dev on 2018-10-30.
// Copyright © 2018 Intrepid. All rights reserved.
//

#import <UIKit/UIKit.h>

//! Project version number for IpSwiftWisdom.
FOUNDATION_EXPORT double IpSwiftWisdomVersionNumber;

//! Project version string for IpSwiftWisdom.
FOUNDATION_EXPORT const unsigned char IpSwiftWisdomVersionString[];

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


30 changes: 0 additions & 30 deletions Podfile

This file was deleted.

30 changes: 0 additions & 30 deletions Podfile.lock

This file was deleted.

18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,28 @@ The reason for the grab bag approach is to make it easier to facilitate the addi
- Swift 3 -> `0.6.1` through `0.8.1`
- Swift 2 -> anything through `0.5.2`

### Core
### Installation

## CocoaPods

Core
```Ruby
pod 'Intrepid'
```

### Subspecs

Core + Rx-extensions
```Ruby
pod 'Intrepid/Rx' # Intrepid's RxSwift Extensions
pod 'Intrepid/Rx'
```

### Carthage

```
github "IntrepidPursuits/swift-wisdom"
```

Core will build to `IpSwiftWisdom.framework`, and if you'd like the Rx-extensions, use `RxIpSwiftWisdom.framework`

### Testing Additions

```Ruby
Expand Down
22 changes: 22 additions & 0 deletions RxIpSwiftWisdom/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>
19 changes: 19 additions & 0 deletions RxIpSwiftWisdom/RxIpSwiftWisdom.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
//
// RxIpSwiftWisdom.h
// RxIpSwiftWisdom
//
// Created by cl-dev on 2018-10-30.
// Copyright © 2018 Intrepid. All rights reserved.
//

#import <UIKit/UIKit.h>

//! Project version number for RxIpSwiftWisdom.
FOUNDATION_EXPORT double RxIpSwiftWisdomVersionNumber;

//! Project version string for RxIpSwiftWisdom.
FOUNDATION_EXPORT const unsigned char RxIpSwiftWisdomVersionString[];

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


Loading