Skip to content

Commit

Permalink
Merge pull request #107 from dokun1/iOS-15-compat
Browse files Browse the repository at this point in the history
Lumina Still Works
  • Loading branch information
dokun1 authored Jul 18, 2021
2 parents 591b6d6 + 26396d6 commit bd2e994
Show file tree
Hide file tree
Showing 137 changed files with 3,493 additions and 5,346 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build-framework.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Pull Request Testing
on:
pull_request:
jobs:
build:
runs-on: macos-latest
name: Check Build
steps:
- name: Import Actions
uses: actions/checkout@master

- name: bundle install
run: bundle install --without=documentation

- name: danger
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
run: bundle exec danger

- name: Run xcodebuild
run: swift build -Xswiftc "-sdk" -Xswiftc "`xcrun --sdk iphonesimulator --show-sdk-path`" -Xswiftc "-target" -Xswiftc "x86_64-apple-ios13.0-simulator"
6 changes: 1 addition & 5 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ disabled_rules:
file_length:
warning: 600
error: 1000
included: # paths to include during linting. `--path` is ignored if present.
- ./Lumina/
excluded:
- ./Lumina/Lumina/Util/Logging/
type_body_length:
- 300 # warning
- 400 # error
reporter: "xcode"
reporter: "xcode"

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

9 changes: 0 additions & 9 deletions .travis.yml

This file was deleted.

Binary file removed Assets/luminaLogo.jpg
Binary file not shown.
Binary file added Assets/luminaLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 David Okun
Copyright (c) 2021 David Okun

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
14 changes: 0 additions & 14 deletions Lumina.podspec

This file was deleted.

10 changes: 0 additions & 10 deletions Lumina.xcworkspace/contents.xcworkspacedata

This file was deleted.

684 changes: 0 additions & 684 deletions Lumina/Lumina.xcodeproj/project.pbxproj

This file was deleted.

106 changes: 0 additions & 106 deletions Lumina/Lumina.xcodeproj/xcshareddata/xcschemes/Lumina.xcscheme

This file was deleted.

84 changes: 0 additions & 84 deletions Lumina/Lumina/Camera/Extensions/CameraActionsExtension.swift

This file was deleted.

25 changes: 0 additions & 25 deletions Lumina/Lumina/Camera/Extensions/CameraUtilExtension.swift

This file was deleted.

Loading

0 comments on commit bd2e994

Please sign in to comment.