Skip to content

Commit

Permalink
[chore] squash action commits
Browse files Browse the repository at this point in the history
  • Loading branch information
gkasdorf committed Oct 25, 2023
1 parent fc9d449 commit 865e268
Show file tree
Hide file tree
Showing 7 changed files with 142 additions and 44 deletions.
60 changes: 60 additions & 0 deletions .github/appstore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
#name: App Store Deploy
#on:
# push:
# branches: [ main ]
#
#jobs:
# deploy:
# name: Deploy to TestFlight
# runs-on: macos-latest
#
# steps:
# - name: Checkout
# uses: actions/checkout@v3
#
# - name: Setup node
# uses: actions/setup-node@v1
# with:
# node-version: 18
#
# - name: Install Node deps
# run: yarn install
#
## - name: Run Lint
## run: |
## ./node_modules/eslint/bin/eslint.js . --ext js,jsx,ts,tsx
#
# - name: Setup Ruby
# uses: ruby/setup-ruby@v1
# with:
# ruby-version: '2.7'
# bundler-cache: true
# working-directory: 'ios'
#
# - name: Add Fastlane Plugins
# run: |
# cd ios
# gem install fastlane
# fastlane add_plugin changelog
#
# - name: Fastlane Action
# uses: maierj/[email protected]
# with:
# lane: 'beta'
# subdirectory: 'ios'
# bundler-cache: true
# env:
# APP_STORE_CONNECT_TEAM_ID: '${{ secrets.APP_STORE_CONNECT_TEAM_ID }}'
# DEVELOPER_APP_ID: '${{ secrets.DEVELOPER_APP_ID }}'
# DEVELOPER_APP_IDENTIFIER: '${{ secrets.DEVELOPER_APP_IDENTIFIER }}'
# DEVELOPER_PORTAL_TEAM_ID: '${{ secrets.DEVELOPER_PORTAL_TEAM_ID }}'
# FASTLANE_APPLE_ID: '${{ secrets.FASTLANE_APPLE_ID }}'
# FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD: '${{ secrets.FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD }}'
# MATCH_PASSWORD: '${{ secrets.MATCH_PASSWORD }}'
# GIT_AUTHORIZATION: '${{ secrets.GIT_AUTHORIZATION }}'
# PROVISIONING_PROFILE_SPECIFIER: '${{ secrets.PROVISIONING_PROFILE_SPECIFIER }}'
# TEMP_KEYCHAIN_PASSWORD: '${{ secrets.TEMP_KEYCHAIN_PASSWORD }}'
# TEMP_KEYCHAIN_USER: '${{ secrets.TEMP_KEYCHAIN_USER }}'
# APPLE_KEY_ID: '${{ secrets.APPLE_KEY_ID }}'
# APPLE_ISSUER_ID: '${{ secrets.APPLE_ISSUER_ID }}'
# APPLE_KEY_CONTENT: '${{ secrets.APPLE_KEY_CONTENT }}'
36 changes: 0 additions & 36 deletions .github/workflows/appstore.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: Pull Request

on:
push:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Fixed typo in checking whether to show the community name in comments

## [Version 1.0 (46)] - 2023-10-23T11:20:39Z

### Fixed
Expand Down
1 change: 1 addition & 0 deletions ios/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
source "https://rubygems.org"

gem "fastlane"
gem "cocoapods"

plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)
65 changes: 65 additions & 0 deletions ios/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@ GEM
specs:
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.8.5)
public_suffix (>= 2.0.2, < 6.0)
algoliasearch (1.27.5)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
artifactory (3.0.15)
atomos (0.1.3)
aws-eventstream (1.2.0)
Expand All @@ -25,17 +33,58 @@ GEM
aws-eventstream (~> 1, >= 1.0.2)
babosa (1.0.4)
claide (1.1.0)
cocoapods (1.10.2)
addressable (~> 2.6)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.10.2)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 1.4.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-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)
nap (~> 1.0)
ruby-macho (~> 1.4)
xcodeproj (>= 1.19.0, < 2.0)
cocoapods-core (1.10.2)
activesupport (> 5.0, < 6)
addressable (~> 2.6)
algoliasearch (~> 1.0)
concurrent-ruby (~> 1.1)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
netrc (~> 0.11)
public_suffix
typhoeus (~> 1.0)
cocoapods-deintegrate (1.0.5)
cocoapods-downloader (1.6.3)
cocoapods-plugins (1.0.0)
nap
cocoapods-search (1.0.1)
cocoapods-trunk (1.6.0)
nap (>= 0.8, < 2.0)
netrc (~> 0.11)
cocoapods-try (1.2.0)
colored (1.2)
colored2 (3.1.2)
commander (4.6.0)
highline (~> 2.0.0)
concurrent-ruby (1.2.2)
declarative (0.0.20)
digest-crc (0.6.5)
rake (>= 12.0.0, < 14.0.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.8.1)
emoji_regex (3.2.3)
escape (0.0.4)
ethon (0.16.0)
ffi (>= 1.15.0)
excon (0.104.0)
faraday (1.10.3)
faraday-em_http (~> 1.0)
Expand Down Expand Up @@ -107,6 +156,9 @@ GEM
xcpretty (~> 0.3.0)
xcpretty-travis-formatter (>= 0.0.3)
fastlane-plugin-changelog (0.16.0)
ffi (1.16.3)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
google-apis-androidpublisher_v3 (0.51.0)
google-apis-core (>= 0.11.0, < 2.a)
Expand Down Expand Up @@ -149,15 +201,21 @@ GEM
http-cookie (1.0.5)
domain_name (~> 0.5)
httpclient (2.8.3)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jmespath (1.6.2)
json (2.6.3)
jwt (2.7.1)
mini_magick (4.12.0)
mini_mime (1.1.5)
minitest (5.20.0)
molinillo (0.6.6)
multi_json (1.15.0)
multipart-post (2.3.0)
nanaimo (0.3.0)
nap (1.1.0)
naturally (2.2.1)
netrc (0.11.0)
optparse (0.1.1)
os (1.1.4)
plist (3.7.0)
Expand All @@ -170,6 +228,7 @@ GEM
retriable (3.1.2)
rexml (3.2.6)
rouge (2.0.7)
ruby-macho (1.4.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
security (0.1.3)
Expand All @@ -184,11 +243,16 @@ GEM
terminal-notifier (2.0.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thread_safe (0.3.6)
trailblazer-option (0.1.2)
tty-cursor (0.7.1)
tty-screen (0.8.1)
tty-spinner (0.9.3)
tty-cursor (~> 0.7)
typhoeus (1.4.0)
ethon (>= 0.9.0)
tzinfo (1.2.11)
thread_safe (~> 0.1)
uber (0.1.0)
unf (0.1.4)
unf_ext
Expand All @@ -213,6 +277,7 @@ PLATFORMS
ruby

DEPENDENCIES
cocoapods
fastlane
fastlane-plugin-changelog

Expand Down
18 changes: 11 additions & 7 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ APPLE_ISSUER_ID = ENV["APPLE_ISSUER_ID"]
APPLE_KEY_ID = ENV["APPLE_KEY_ID"]
APPLE_KEY_CONTENT = ENV["APPLE_KEY_CONTENT"]
GIT_AUTHORIZATION = ENV["GIT_AUTHORIZATION"]
GH_TOKEN = ENV["GH_TOKEN"]

def delete_temp_keychain(name)
delete_keychain(
Expand Down Expand Up @@ -76,8 +77,8 @@ platform :ios do
export_method: "app-store",
export_options: {
provisioningProfiles: {
DEVELOPER_APP_ID => PROVISIONING_PROFILE_SPECIFIER
}
DEVELOPER_APP_ID => PROVISIONING_PROFILE_SPECIFIER
}
}
)

Expand All @@ -89,7 +90,7 @@ platform :ios do
distribute_external: true,
notify_external_testers: true,
groups: [
"Internal",
"Internal",
],
ipa: "./Memmy.ipa"
)
Expand All @@ -101,10 +102,13 @@ platform :ios do
stamp_datetime_format: "%FT%TZ"
)

push_to_git_remote(
remote: "origin",
local_branch: "main",
remote_branch: "main",
commit_github_file(
repository_name: "Memmy-App/memmy",
server_url: "https://api.github.com",
api_token: GH_TOKEN,
message: "[bot] Update Changelog",
branch: "main",
path: "CHANGELOG.md"
)

delete_temp_keychain(keychain_name)
Expand Down

0 comments on commit 865e268

Please sign in to comment.