Skip to content

Commit

Permalink
chore: declarative ui framework usage collection (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavFitz committed Aug 30, 2022
1 parent 25d5e3e commit fab82e5
Show file tree
Hide file tree
Showing 40 changed files with 54 additions and 8,287 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/carthage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@ name: Carthage
on: [pull_request]
jobs:
check:
runs-on: macos-11
runs-on: macos-12
steps:
# - uses: actions/checkout@v2
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_13.2.app/Contents/Developer'
run: sudo xcode-select -s '/Applications/Xcode_13.4.app/Contents/Developer'
- name: Initialize Cartfile
run: |
pwd
ls
tee Cartfile <<<"github \"algolia/instantsearch-ios\" \"${{ github.head_ref }}\""
carthage update --no-build
sh ./Carthage/Checkouts/instantsearch-ios/carthage-prebuild
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/pods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,34 @@ name: Cocoapods
on: [pull_request]
jobs:
lint-Insights:
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_13.2.app/Contents/Developer'
run: sudo xcode-select -s '/Applications/Xcode_13.4.app/Contents/Developer'
- name: lint Insights
run: pod lib lint --subspec="Insights" --allow-warnings
lint-Core:
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_13.2.app/Contents/Developer'
run: sudo xcode-select -s '/Applications/Xcode_13.4.app/Contents/Developer'
- name: lint Insights
run: pod lib lint --subspec="Core" --allow-warnings
lint-UI:
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_13.2.app/Contents/Developer'
run: sudo xcode-select -s '/Applications/Xcode_13.4.app/Contents/Developer'
- name: lint Insights
run: pod lib lint --subspec="UI" --allow-warnings
lint-SwiftUI:
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_13.2.app/Contents/Developer'
run: sudo xcode-select -s '/Applications/Xcode_13.4.app/Contents/Developer'
- name: lint Insights
run: pod lib lint --subspec="SwiftUI" --allow-warnings
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "apple/swift-log" ~> 1.4
github "algolia/algoliasearch-client-swift" ~> 8.15
github "algolia/instantsearch-telemetry-native" ~> 0.1.2
github "algolia/instantsearch-telemetry-native" ~> 0.1.3
3 changes: 2 additions & 1 deletion InstantSearch.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Pod::Spec.new do |s|
ss.source_files = 'Sources/InstantSearchCore/**/*.{swift}'
ss.dependency 'AlgoliaSearchClient', '~> 8.15'
ss.dependency 'InstantSearch/Insights'
ss.dependency 'InstantSearchTelemetry', '~> 0.1.2'
ss.dependency 'InstantSearchTelemetry', '~> 0.1.3'
ss.ios.deployment_target = '9.0'
ss.osx.deployment_target = '10.11'
ss.watchos.deployment_target = '2.0'
Expand All @@ -47,6 +47,7 @@ Pod::Spec.new do |s|
s.subspec "SwiftUI" do |ss|
ss.source_files = 'Sources/InstantSearchSwiftUI/**/*.{swift}'
ss.dependency 'InstantSearch/Core'
ss.dependency 'InstantSearchTelemetry', '~> 0.1.3'
ss.ios.deployment_target = '13.0'
ss.osx.deployment_target = '10.15'
ss.watchos.deployment_target = '6.0'
Expand Down
25 changes: 0 additions & 25 deletions InstantSearch.xcodeproj/AlgoliaSearchClient_Info.plist

This file was deleted.

25 changes: 0 additions & 25 deletions InstantSearch.xcodeproj/InstantSearchCoreTests_Info.plist

This file was deleted.

25 changes: 0 additions & 25 deletions InstantSearch.xcodeproj/InstantSearchCore_Info.plist

This file was deleted.

25 changes: 0 additions & 25 deletions InstantSearch.xcodeproj/InstantSearchInsightsTests_Info.plist

This file was deleted.

25 changes: 0 additions & 25 deletions InstantSearch.xcodeproj/InstantSearchInsights_Info.plist

This file was deleted.

25 changes: 0 additions & 25 deletions InstantSearch.xcodeproj/InstantSearchSwiftUITests_Info.plist

This file was deleted.

25 changes: 0 additions & 25 deletions InstantSearch.xcodeproj/InstantSearchSwiftUI_Info.plist

This file was deleted.

25 changes: 0 additions & 25 deletions InstantSearch.xcodeproj/InstantSearchTelemetry_Info.plist

This file was deleted.

25 changes: 0 additions & 25 deletions InstantSearch.xcodeproj/InstantSearchTests_Info.plist

This file was deleted.

25 changes: 0 additions & 25 deletions InstantSearch.xcodeproj/InstantSearch_Info.plist

This file was deleted.

25 changes: 0 additions & 25 deletions InstantSearch.xcodeproj/Logging_Info.plist

This file was deleted.

25 changes: 0 additions & 25 deletions InstantSearch.xcodeproj/SwiftProtobuf_Info.plist

This file was deleted.

Loading

0 comments on commit fab82e5

Please sign in to comment.