Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated some dependencies #1325

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
7898b7b
Bump minimatch from 3.0.4 to 3.0.8 in /Tools/GitHub-style-generator
dependabot[bot] Jul 10, 2023
16f3ccf
Bump travis from 1.10.0 to 1.11.1
dependabot[bot] Jul 10, 2023
ca453b8
Bump semver and node-sass in /Tools/GitHub-style-generator
dependabot[bot] Jul 10, 2023
b0b2d9a
Bump scss-tokenizer and node-sass in /Tools/GitHub-style-generator
dependabot[bot] Jul 10, 2023
bde2584
Merge pull request #12 from lucy-jane/dependabot/npm_and_yarn/Tools/G…
lucy-jane Jul 10, 2023
c810cdc
Merge pull request #10 from lucy-jane/dependabot/npm_and_yarn/Tools/G…
lucy-jane Jul 10, 2023
e43aa77
Bump addressable from 2.7.0 to 2.8.4
dependabot[bot] Jul 10, 2023
1c02b61
Bump cocoapods-downloader from 1.4.0 to 1.6.3
dependabot[bot] Jul 10, 2023
add4bfd
Merge pull request #14 from lucy-jane/dependabot/bundler/cocoapods-do…
lucy-jane Jul 10, 2023
2578beb
Bump tzinfo from 1.2.9 to 1.2.11
dependabot[bot] Jul 10, 2023
63c3d3b
Merge pull request #15 from lucy-jane/dependabot/bundler/tzinfo-1.2.11
lucy-jane Jul 10, 2023
e0132cf
Merge pull request #13 from lucy-jane/dependabot/bundler/addressable-…
lucy-jane Jul 10, 2023
a5913b2
Merge pull request #7 from lucy-jane/dependabot/bundler/travis-1.11.1
lucy-jane Jul 10, 2023
7b28b1b
Merge pull request #3 from lucy-jane/dependabot/npm_and_yarn/Tools/Gi…
lucy-jane Jul 10, 2023
b0e3e8a
Bump cocoapods from 1.10.1 to 1.12.1
dependabot[bot] Jul 10, 2023
635b60f
Merge pull request #1 from lucy-jane/dependabot/bundler/cocoapods-1.12.1
lucy-jane Jul 10, 2023
c04ffda
travis update
lucy-jane Jul 10, 2023
b5a5df6
Create objective-c-xcode.yml
lucy-jane Jul 10, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .github/workflows/objective-c-xcode.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Xcode - Build and Analyze

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:
name: Build and analyse default scheme using xcodebuild command
runs-on: macos-latest

steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set Default Scheme
run: |
scheme_list=$(xcodebuild -list -json | tr -d "\n")
default=$(echo $scheme_list | ruby -e "require 'json'; puts JSON.parse(STDIN.gets)['project']['targets'][0]")
echo $default | cat >default
echo Using default scheme: $default
- name: Build
env:
scheme: ${{ 'default' }}
run: |
if [ $scheme = default ]; then scheme=$(cat default); fi
if [ "`ls -A | grep -i \\.xcworkspace\$`" ]; then filetype_parameter="workspace" && file_to_build="`ls -A | grep -i \\.xcworkspace\$`"; else filetype_parameter="project" && file_to_build="`ls -A | grep -i \\.xcodeproj\$`"; fi
file_to_build=`echo $file_to_build | awk '{$1=$1;print}'`
xcodebuild clean build analyze -scheme "$scheme" -"$filetype_parameter" "$file_to_build" | xcpretty && exit ${PIPESTATUS[0]}
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'

gem 'cocoapods', '~> 1.10'
gem 'travis', '~> 1.10'
gem 'cocoapods', '~> 1.12'
gem 'travis', '~> 1.11.1'
113 changes: 68 additions & 45 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,67 +1,88 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.3)
activesupport (5.2.4.4)
CFPropertyList (3.0.6)
rexml
activesupport (5.2.8.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
algoliasearch (1.27.5)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
atomos (0.1.3)
claide (1.0.3)
cocoapods (1.10.1)
addressable (~> 2.6)
claide (1.1.0)
cocoapods (1.12.1)
addressable (~> 2.8)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.10.1)
cocoapods-core (= 1.12.1)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 1.4.0, < 2.0)
cocoapods-downloader (>= 1.6.0, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0)
cocoapods-trunk (>= 1.4.0, < 2.0)
cocoapods-trunk (>= 1.6.0, < 2.0)
cocoapods-try (>= 1.1.0, < 2.0)
colored2 (~> 3.1)
escape (~> 0.0.4)
fourflusher (>= 2.3.0, < 3.0)
gh_inspector (~> 1.0)
molinillo (~> 0.6.6)
molinillo (~> 0.8.0)
nap (~> 1.0)
ruby-macho (~> 1.4)
xcodeproj (>= 1.19.0, < 2.0)
cocoapods-core (1.10.1)
activesupport (> 5.0, < 6)
addressable (~> 2.6)
ruby-macho (>= 2.3.0, < 3.0)
xcodeproj (>= 1.21.0, < 2.0)
cocoapods-core (1.12.1)
activesupport (>= 5.0, < 8)
addressable (~> 2.8)
algoliasearch (~> 1.0)
concurrent-ruby (~> 1.1)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
netrc (~> 0.11)
public_suffix
public_suffix (~> 4.0)
typhoeus (~> 1.0)
cocoapods-deintegrate (1.0.4)
cocoapods-downloader (1.4.0)
cocoapods-deintegrate (1.0.5)
cocoapods-downloader (1.6.3)
cocoapods-plugins (1.0.0)
nap
cocoapods-search (1.0.0)
cocoapods-trunk (1.5.0)
cocoapods-search (1.0.1)
cocoapods-trunk (1.6.0)
nap (>= 0.8, < 2.0)
netrc (~> 0.11)
cocoapods-try (1.2.0)
colored2 (3.1.2)
concurrent-ruby (1.1.7)
concurrent-ruby (1.2.2)
escape (0.0.4)
ethon (0.12.0)
ffi (>= 1.3.0)
faraday (1.1.0)
multipart-post (>= 1.2, < 3)
ruby2_keywords
faraday_middleware (1.0.0)
ethon (0.16.0)
ffi (>= 1.15.0)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
faraday_middleware (1.2.0)
faraday (~> 1.0)
ffi (1.14.2)
ffi (1.15.5)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh (0.18.0)
Expand All @@ -73,31 +94,32 @@ GEM
net-http-persistent (~> 2.9)
net-http-pipeline
gh_inspector (1.1.3)
highline (2.0.3)
highline (2.1.0)
httpclient (2.8.3)
i18n (1.8.7)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.5.1)
json_pure (2.3.1)
json (2.6.3)
json_pure (2.6.3)
launchy (2.4.3)
addressable (~> 2.3)
minitest (5.14.3)
molinillo (0.6.6)
minitest (5.18.1)
molinillo (0.8.0)
multi_json (1.15.0)
multipart-post (2.1.1)
multipart-post (2.3.0)
nanaimo (0.3.0)
nap (1.1.0)
net-http-persistent (2.9.4)
net-http-pipeline (1.0.1)
netrc (0.11.0)
public_suffix (4.0.6)
public_suffix (4.0.7)
pusher-client (0.6.2)
json
websocket (~> 1.0)
ruby-macho (1.4.0)
ruby2_keywords (0.0.2)
rexml (3.2.5)
ruby-macho (2.5.1)
ruby2_keywords (0.0.5)
thread_safe (0.3.6)
travis (1.10.0)
travis (1.11.1)
faraday (~> 1.0)
faraday_middleware (~> 1.0)
gh (~> 0.13)
Expand All @@ -107,22 +129,23 @@ GEM
pusher-client (~> 0.4)
typhoeus (1.4.0)
ethon (>= 0.9.0)
tzinfo (1.2.9)
tzinfo (1.2.11)
thread_safe (~> 0.1)
websocket (1.2.8)
xcodeproj (1.19.0)
websocket (1.2.9)
xcodeproj (1.22.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.3.0)
rexml (~> 3.2.4)

PLATFORMS
ruby

DEPENDENCIES
cocoapods (~> 1.10)
travis (~> 1.10)
cocoapods (~> 1.12)
travis (~> 1.11)

BUNDLED WITH
1.17.3
Loading