Skip to content

Commit

Permalink
fix: Update to new standard format (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 authored Apr 17, 2024
1 parent 32a04b3 commit caf4682
Show file tree
Hide file tree
Showing 112 changed files with 59 additions and 10,474 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: Build
on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 9 * * *'
push:
branches: [ main ]
branches: [ main, 'feat/**' ]
paths-ignore:
- '**.md' # Do not need to run CI for markdown changes.
pull_request:
branches: [ main ]
branches: [ main, 'feat/**' ]
paths-ignore:
- '**.md'

Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
## Build generated
build/
DerivedData/
Pods/
Podfile.lock

## Various settings
*.pbxuser
Expand Down
2 changes: 2 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Repository Maintainers
* @launchdarkly/team-sdk-swift
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ platform :ios, '12.0'
use_frameworks!

target 'hello-ios-swift' do
pod 'LaunchDarkly', '~> 9.3.0'
pod 'LaunchDarkly', '>= 9.6.0'
end
22 changes: 0 additions & 22 deletions Podfile.lock

This file was deleted.

13 changes: 0 additions & 13 deletions Pods/LDSwiftEventSource/LICENSE.txt

This file was deleted.

63 changes: 0 additions & 63 deletions Pods/LDSwiftEventSource/README.md

This file was deleted.

98 changes: 0 additions & 98 deletions Pods/LDSwiftEventSource/Source/EventParser.swift

This file was deleted.

Loading

0 comments on commit caf4682

Please sign in to comment.