Skip to content
This repository has been archived by the owner on Oct 15, 2018. It is now read-only.

Commit

Permalink
Major project refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Apr 30, 2015
1 parent 653936a commit 228e260
Show file tree
Hide file tree
Showing 126 changed files with 1,348 additions and 1,349 deletions.
Binary file not shown.
Binary file not shown.
1,326 changes: 0 additions & 1,326 deletions BigGulp.xcodeproj/project.pbxproj

This file was deleted.

1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
source 'https://rubygems.org'

gem 'cocoapods', '0.37.0.rc.1'
gem 'xcpretty'
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@ GEM
xcodeproj (0.24.1)
activesupport (>= 3)
colored (~> 1.2)
xcpretty (0.1.10)

PLATFORMS
ruby

DEPENDENCIES
cocoapods (= 0.37.0.rc.1)
xcpretty
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,13 @@
"size" : "86x86",
"idiom" : "watch",
"scale" : "2x",
"filename" : "Icon-watch-172 copy.png",
"role" : "quickLook",
"subtype" : "38mm"
},
{
"size" : "98x98",
"idiom" : "watch",
"scale" : "2x",
"filename" : "Icon-watch-196 copy.png",
"role" : "quickLook",
"subtype" : "42mm"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>Gulps</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand All @@ -15,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.1</string>
<string>1.1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>9</string>
<string>10</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>1.1.1</string>
<string>1.1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>9</string>
<string>10</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
Expand Down
1,292 changes: 1,292 additions & 0 deletions Gulps.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6751" systemVersion="14D98g" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="7702" systemVersion="14E7f" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6736"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7701"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions BigGulp/Info.plist → Gulps/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.1</string>
<string>1.1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>9</string>
<string>10</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIAppFonts</key>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions BigGulpToday/Info.plist → GulpsToday/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>1.1.1</string>
<string>1.1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>9</string>
<string>10</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionMainStoryboard</key>
Expand Down
File renamed without changes.
40 changes: 29 additions & 11 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,22 +1,40 @@
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

pod 'pop', '~> 1.0'
pod 'MMWormhole', '~> 1.1'
pod 'Realm', '~> 0.91'
pod 'AMPopTip', '~> 0.7'
pod 'UICountingLabel', '~> 1.2'
pod 'Realm', '~> 0.91'
pod 'JTCalendar', git: 'https://github.com/andreamazz/JTCalendar', branch: 'develop'
pod 'AMWaveTransition', '~> 0.5'
pod 'AHKActionSheet', '~> 0.5'
pod 'DPMeterView', git: 'https://github.com/andreamazz/DPMeterView'
def common_pods
pod 'Realm', '~> 0.91'
pod 'AMWaveTransition', '~> 0.5'
pod 'AHKActionSheet', '~> 0.5'
pod 'pop', '~> 1.0'
pod 'MMWormhole', '~> 1.1'
pod 'AMPopTip', '~> 0.7'
pod 'UICountingLabel', '~> 1.2'
pod 'JTCalendar', git: 'https://github.com/andreamazz/JTCalendar', branch: 'develop'
pod 'DPMeterView', git: 'https://github.com/andreamazz/DPMeterView'
end

target 'Gulps' do
common_pods
end

target 'BigGulpTests', exclusive: true do
target 'GulpsTests' do
common_pods
pod 'Nimble'
pod 'Quick'
pod 'Nimble-Snapshots'
end

target 'GulpsToday' do
pod 'Realm', '~> 0.91'
pod 'pop', '~> 1.0'
pod 'MMWormhole', '~> 1.1'
end

target 'Gulps WatchKit Extension' do
pod 'Realm', '~> 0.91'
pod 'MMWormhole', '~> 1.1'
end

inhibit_all_warnings!
use_frameworks!

12 changes: 12 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
desc "Run the test suite"

task :test do
build = "xcodebuild \
-workspace Gulps.xcworkspace \
-scheme Gulps \
-sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=8.3'"
system "#{build} test | xcpretty --test --color"
end

task :default => :test

0 comments on commit 228e260

Please sign in to comment.