-
Notifications
You must be signed in to change notification settings - Fork 101
ci: validate release post check job #1305
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
Merged
AyaMahmoud148
merged 39 commits into
feat/enterprise-release-post-checks
from
chore/validate-release-post-check-job
Nov 4, 2024
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
7a1d505
chore: Validate release post check job
AyaMahmoud148 1003681
fix: remove instabug-reactnative from package.json
AyaMahmoud148 0fdffe5
fix: enhance formatter
AyaMahmoud148 45c0a3c
fix: ios failure
AyaMahmoud148 6e0de65
fix: add ios version
AyaMahmoud148 f544897
fix: fix config.yml formatting
AyaMahmoud148 05a8e71
fix: e2e test failure
AyaMahmoud148 efb893a
fix: project.pbxproj
AyaMahmoud148 4353768
chore: restrict on master branch
AyaMahmoud148 eb168ed
fix: symlink instabug-reactnative
AyaMahmoud148 4fa1ad5
fix: rename jobs
AyaMahmoud148 c54e888
fix: lint
AyaMahmoud148 d526791
fix: generalize release jobs
AyaMahmoud148 2298234
fix: enhnace package.json
AyaMahmoud148 52a22ec
fix: validate config.yml
AyaMahmoud148 aea4f53
revert: just checking the ci jobs
AyaMahmoud148 f0c260c
fix: run on release scheme
AyaMahmoud148 7fd23cb
fix: add bundling command
AyaMahmoud148 c5782c0
fix: metro.config.js
AyaMahmoud148 7d89228
fix: project.pbxproj
AyaMahmoud148 138f1f5
fix: update build file
AyaMahmoud148 4603f51
fix: release mode
AyaMahmoud148 eec34e6
fix: update podfile
AyaMahmoud148 b8eab91
fix: update build file
AyaMahmoud148 22de17c
fix: fix build project
AyaMahmoud148 4911a62
fix: add remove drived data
AyaMahmoud148 9dc493b
fix: fix simulator version
AyaMahmoud148 e0e0f43
fix: running hybrid app in release mode
AyaMahmoud148 11f7031
fix: update pod file
AyaMahmoud148 3015302
fix: try remove cache
AyaMahmoud148 50cabc7
revert: restrict jobs on master only
AyaMahmoud148 45aaf66
fix: using working directory instead of passing ios and android paths
AyaMahmoud148 2fd707c
fix: run build check on default example app
AyaMahmoud148 b7cf03f
fix: rename jobs based on guidelines
AyaMahmoud148 c476aa5
fix: formatter
AyaMahmoud148 3daf7fb
fix: add dynamic path for ios paths
AyaMahmoud148 bedab83
trying revert removing drived data
AyaMahmoud148 2109ea6
fix: delete unnicessary jobs
AyaMahmoud148 f066ba8
revert deleting dervied data
AyaMahmoud148 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
107 changes: 76 additions & 31 deletions
107
examples/hybrid/ios/HybridSampleApp.xcodeproj/project.pbxproj
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#import <UIKit/UIKit.h> | ||
|
||
@interface AppDelegate : UIResponder <UIApplicationDelegate> | ||
|
||
@property (nonatomic, strong) UIWindow *window; // Add this property | ||
@end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.