Skip to content

Commit 44c74f4

Browse files
committed
chore: migrate CI configuration from CircleCI to GitHub Actions and add documentation
1 parent 376e5b3 commit 44c74f4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

sample/ios/fastlane/Fastfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ platform :ios do
2323
key: ENV["APP_STORE_CONNECT_API_KEY"]
2424
}
2525

26-
# Check if all API key values are present
27-
if api_key_info[:key_id].nil? || api_key_info[:issuer_id].nil? || ENV["APP_STORE_CONNECT_API_KEY"].nil?
28-
UI.user_error!("Missing App Store Connect API key values. Please check your environment variables.")
29-
end
30-
3126
ios_set_version(xcodeproj: "SendbirdUIKitSample.xcodeproj", version: VERSION)
3227
ios_set_build_number(xcodeproj: "SendbirdUIKitSample.xcodeproj", build_number: DATE)
3328
match(type: "appstore", readonly: true, app_identifier: ["com.sendbird.uikit.reactnative.sample", "com.sendbird.uikit.reactnative.sample.NotificationService"], api_key: api_key_info)

0 commit comments

Comments
 (0)