Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrsarnasilabs committed Jun 24, 2019
1 parent 4e8110d commit f857f6b
Show file tree
Hide file tree
Showing 908 changed files with 69,158 additions and 1,176 deletions.
157 changes: 145 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,43 @@
# Mac OSX
.DS_Store

# Created by https://www.gitignore.io/api/vim,xcode,macos,swift,objective-c

### macOS ###
*.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### Objective-C ###
# Xcode
build/*
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
build/
DerivedData/

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
Expand All @@ -11,14 +46,112 @@ build/*
!default.mode2v3
*.perspectivev3
!default.perspectivev3
*.xcworkspace
!default.xcworkspace
xcuserdata
profile
xcuserdata/

## Other
*.moved-aside
DerivedData
Pods
**/Pods
*.xccheckout
*.xcscmblueprint

## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM

# CocoaPods - Refactored to standalone file


# Carthage - Refactored to standalone file

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/#source-control

fastlane/*
!fastlane/Fastfile
!fastlane/Appfile

# Code Injection
#
# After new code Injection tools there's a generated folder /iOSInjectionProject
# https://github.com/johnno1962/injectionforxcode

iOSInjectionProject/

### Objective-C Patch ###

### Swift ###
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated

## Various settings

## Other

## Obj-C/Swift specific

## Playgrounds
timeline.xctimeline
playground.xcworkspace

# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
# Package.pins
.build/

# CocoaPods - Refactored to standalone file

# Carthage - Refactored to standalone file

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/#source-control


### Vim ###
# swap
.sw[a-p]
.*.sw[a-p]
# session
Session.vim
# temporary
.netrwhist
*~
# auto-generated tag files
tags

### Xcode ###
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated

## Various settings

## Other

### Xcode Patch ###
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/xcshareddata/
!*.xcworkspace/contents.xcworkspacedata
/*.gcno


# AppCode
.idea
# End of https://www.gitignore.io/api/vim,xcode,macos,swift,objective-c
BluetoothMesh/docs/
ios_application/
ios/
35 changes: 16 additions & 19 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,36 +1,33 @@
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '8.0'
platform :ios, '9.3'

inhibit_all_warnings!
use_frameworks!

def shared_pods
pod 'Crashlytics'
pod 'ActionSheetPicker-3.0', '~> 2.3.0'
pod 'ChameleonFramework', '~> 2.1.0'
pod 'Charts', '~> 3.3.0'
pod 'Eddystone', :git => 'https://github.com/IntrepidPursuits/eddystone-ios.git', :branch => 'nservidio/add-properties-to-Generic'
pod 'Fabric'
pod 'IP-UIKit-Wisdom'
pod 'KVOController'
pod 'MZTimerLabel'
pod 'PureLayout', '~> 3.0'
pod 'SVProgressHUD'
pod 'UICircularProgressRing'
pod 'WYPopoverController', '~> 0.2.0'
pod 'XMLDictionary'
pod 'IP-UIKit-Wisdom', '~> 0.0.10'
pod 'KVOController', '~> 1.2.0'
pod 'MZTimerLabel', '~> 0.5.4'
pod 'PureLayout', '~> 3.1.4'
pod 'SVProgressHUD', '~> 2.2.5'
pod 'UICircularProgressRing', '~> 4.1.0'
pod 'WYPopoverController', '~> 0.2.2'
pod 'XMLDictionary', '~> 1.4.1'
end

target 'SiliconLabsApp' do
target 'BlueGecko' do
shared_pods
end

target 'SiliconLabsAppWithoutHomeKit' do
target 'BlueGeckoWithHomeKit' do
shared_pods
end

post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '3.0'
end
end
target 'WirelessGecko' do
shared_pods
end
68 changes: 44 additions & 24 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,29 +1,48 @@
PODS:
- Crashlytics (3.8.4):
- Fabric (~> 1.6.3)
- ActionSheetPicker-3.0 (2.3.0)
- ChameleonFramework (2.1.0):
- ChameleonFramework/Default (= 2.1.0)
- ChameleonFramework/Default (2.1.0)
- Charts (3.3.0):
- Charts/Core (= 3.3.0)
- Charts/Core (3.3.0)
- Eddystone (1.1.3)
- Fabric (1.6.11)
- IP-UIKit-Wisdom (0.0.10)
- KVOController (1.2.0)
- MZTimerLabel (0.5.4)
- PureLayout (3.0.2)
- SVProgressHUD (2.1.2)
- UICircularProgressRing (1.4.3)
- PureLayout (3.1.4)
- SVProgressHUD (2.2.5)
- UICircularProgressRing (4.1.0)
- WYPopoverController (0.2.2)
- XMLDictionary (1.4.1)

DEPENDENCIES:
- Crashlytics
- ActionSheetPicker-3.0 (~> 2.3.0)
- ChameleonFramework (~> 2.1.0)
- Charts (~> 3.3.0)
- Eddystone (from `https://github.com/IntrepidPursuits/eddystone-ios.git`, branch `nservidio/add-properties-to-Generic`)
- Fabric
- IP-UIKit-Wisdom
- KVOController
- MZTimerLabel
- PureLayout (~> 3.0)
- SVProgressHUD
- UICircularProgressRing
- WYPopoverController (~> 0.2.0)
- XMLDictionary
- IP-UIKit-Wisdom (~> 0.0.10)
- KVOController (~> 1.2.0)
- MZTimerLabel (~> 0.5.4)
- PureLayout (~> 3.1.4)
- SVProgressHUD (~> 2.2.5)
- UICircularProgressRing (~> 4.1.0)
- WYPopoverController (~> 0.2.2)
- XMLDictionary (~> 1.4.1)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- ActionSheetPicker-3.0
- ChameleonFramework
- Charts
- IP-UIKit-Wisdom
- KVOController
- MZTimerLabel
- PureLayout
- SVProgressHUD
- UICircularProgressRing
- WYPopoverController
- XMLDictionary

EXTERNAL SOURCES:
Eddystone:
Expand All @@ -32,22 +51,23 @@ EXTERNAL SOURCES:

CHECKOUT OPTIONS:
Eddystone:
:commit: acf1bb97b16a52610ea0f55ac4b2f6cc264e26c7
:commit: ecbaed68ff82aecc82a52671fae17552658c2b8d
:git: https://github.com/IntrepidPursuits/eddystone-ios.git

SPEC CHECKSUMS:
Crashlytics: 79e236942ca1e7fc641df1feb9a275360a78ab6a
ActionSheetPicker-3.0: eef157d75e151f255c5333d26656c7fbfe905a51
ChameleonFramework: d21a3cc247abfe5e37609a283a8238b03575cf64
Charts: ec1f57f9340054155691e84d4544a1d239d382c5
Eddystone: a56b4cb97540f43617d6fc488a9ff75eab1d66a4
Fabric: 5911403591946b8228ab1c51d98f1d7137e863c6
IP-UIKit-Wisdom: b395a065344071b33659e5f6b918043a97c48a44
KVOController: d72ace34afea42468329623b3379ab3cd1d286b6
MZTimerLabel: cd9bfb9304540ef2a9e163384fca9c978f0dbf83
PureLayout: 4d550abe49a94f24c2808b9b95db9131685fe4cd
SVProgressHUD: c404a55d78acbeb7ebb78b76d3faf986475a6994
UICircularProgressRing: f90123562efc555f861f9955384a3450e81e82c0
PureLayout: f08c01b8dec00bb14a1fefa3de4c7d9c265df85e
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
UICircularProgressRing: 5a32c01f54474571b1e66e8fa050c0f83d6d981b
WYPopoverController: 00d879c25bddd1fd873dcc21aa98c8308d7f1555
XMLDictionary: fa07b6ff422b3a91d47a5de9bc82e3fc04fbd167

PODFILE CHECKSUM: 678ec68272bdeeafeb41205d796985602c325793
PODFILE CHECKSUM: 7d5b07fdc804b56a2f03fb911c3d79b3485319a5

COCOAPODS: 1.3.1
COCOAPODS: 1.5.3
24 changes: 24 additions & 0 deletions Pods/ActionSheetPicker-3.0/LICENSE

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

Loading

0 comments on commit f857f6b

Please sign in to comment.