Skip to content

Commit

Permalink
Version 2.0.0 changes from Develop branch (#1)
Browse files Browse the repository at this point in the history
* audio file update, etc

* internationalization

* video working

* ipa practice

* SQLite.swift

* learn, practice and test

* Version 2.0.0 final fixes and clean up
  • Loading branch information
suragch authored Mar 24, 2018
1 parent 4fba7cf commit dfe8ee1
Show file tree
Hide file tree
Showing 2,348 changed files with 33,397 additions and 4,366 deletions.
1 change: 1 addition & 0 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github "stephencelis/SQLite.swift" ~> 0.11.4
1 change: 1 addition & 0 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github "stephencelis/SQLite.swift" "0.11.4"
4,822 changes: 4,822 additions & 0 deletions Carthage/Build/iOS/4430F385-63D7-3C51-88F0-AFAC7B70A7B2.bcsymbolmap

Large diffs are not rendered by default.

4,908 changes: 4,908 additions & 0 deletions Carthage/Build/iOS/7430C825-EAE4-3BE0-BBD2-3770390308D2.bcsymbolmap

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions Carthage/Build/iOS/SQLite.framework.dSYM/Contents/Info.plist

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

Binary file not shown.
33 changes: 33 additions & 0 deletions Carthage/Build/iOS/SQLite.framework/Headers/SQLite-Bridging.h

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

187 changes: 187 additions & 0 deletions Carthage/Build/iOS/SQLite.framework/Headers/SQLite-Swift.h

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

6 changes: 6 additions & 0 deletions Carthage/Build/iOS/SQLite.framework/Headers/SQLite.h

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

Binary file added Carthage/Build/iOS/SQLite.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
11 changes: 11 additions & 0 deletions Carthage/Build/iOS/SQLite.framework/Modules/module.modulemap

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

Binary file added Carthage/Build/iOS/SQLite.framework/SQLite
Binary file not shown.
2 changes: 2 additions & 0 deletions Carthage/Checkouts/SQLite.swift/.cocoadocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
additional_guides:
- Documentation/Index.md
20 changes: 20 additions & 0 deletions Carthage/Checkouts/SQLite.swift/.github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
> Issues are used to track bugs and feature requests.
> Need help or have a general question? Ask on Stack Overflow (tag sqlite.swift).
## Build Information

- Include the SQLite.swift version, commit or branch experiencing the issue.
- Mention Xcode and OS X versions affected.
- How do do you integrate SQLite.swift in your project?
- manual
- CocoaPods
- Carthage
- Swift Package manager

## General guidelines

- Be as descriptive as possible.
- Provide as much information needed to _reliably reproduce_ the issue.
- Attach screenshots if possible.
- Better yet: attach GIFs or link to video.
- Even better: link to a sample project exhibiting the issue.
27 changes: 27 additions & 0 deletions Carthage/Checkouts/SQLite.swift/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# OS X
.DS_Store

# Xcode
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate

# Carthage
/Carthage/

# Swift Package Manager
.build
Packages/
Empty file.
1 change: 1 addition & 0 deletions Carthage/Checkouts/SQLite.swift/.swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.0
27 changes: 27 additions & 0 deletions Carthage/Checkouts/SQLite.swift/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
language: objective-c
rvm: 2.3
osx_image: xcode9
env:
global:
- IOS_SIMULATOR="iPhone 6s"
- IOS_VERSION="11.0"
matrix:
include:
- env: BUILD_SCHEME="SQLite iOS"
- env: BUILD_SCHEME="SQLite Mac"
- env: VALIDATOR_SUBSPEC="none"
- env: VALIDATOR_SUBSPEC="standard"
- env: VALIDATOR_SUBSPEC="standalone"
- env: VALIDATOR_SUBSPEC="SQLCipher"
- env: CARTHAGE_PLATFORM="iOS"
- env: CARTHAGE_PLATFORM="Mac"
- env: CARTHAGE_PLATFORM="watchOS"
- env: CARTHAGE_PLATFORM="tvOS"
- env: PACKAGE_MANAGER_COMMAND="test"
before_install:
- gem update bundler
- gem install xcpretty --no-document
- brew update
- brew outdated carthage || brew upgrade carthage
script:
- ./run-tests.sh
Loading

0 comments on commit dfe8ee1

Please sign in to comment.