Skip to content

Commit

Permalink
Release update (#8)
Browse files Browse the repository at this point in the history
* Server freezes sometimes and needs to be restarted (#2)

* Fix

- Handling inside mitmproxy's code the file descriptors limit to fix this issue

* Bridge

- Adding heartbeat to cleanup old connections

* App

- Removing old bridge and websocket's python code
- Embedding mitmdump binary with mockingbird bridge
- Improved process execution layer,

* Server freezes sometimes and needs to be restarted (#2)

* Fix

- Handling inside mitmproxy's code the file descriptors limit to fix this issue

* Bridge

- Adding heartbeat to cleanup old connections

* App

- Removing old bridge and websocket's python code
- Embedding mitmdump binary with mockingbird bridge
- Improved process execution layer,

* Server freezes sometimes and needs to be restarted (#2)

* Fix

- Handling inside mitmproxy's code the file descriptors limit to fix this issue

* Bridge

- Adding heartbeat to cleanup old connections

* App

- Removing old bridge and websocket's python code
- Embedding mitmdump binary with mockingbird bridge
- Improved process execution layer,

* Fixes routing match for http method (#4)

* - bumping release version 1.2.0
- removing swiftlint installation from workflow
  • Loading branch information
erickjung authored May 28, 2021
1 parent 8981a5d commit 194cfe9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install Swiftlint
run: brew install swiftlint

- name: Dependencies
working-directory: ./src
run: pod install --repo-update
Expand Down
8 changes: 4 additions & 4 deletions src/Mockingbird.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,7 @@
CODE_SIGN_ENTITLEMENTS = Mockingbird/Resources/mockingbird.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 5;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -1301,7 +1301,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.1.1;
MARKETING_VERSION = 1.2.0;
OTHER_CODE_SIGN_FLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = com.farfetch.mockingbird;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -1317,7 +1317,7 @@
CODE_SIGN_ENTITLEMENTS = Mockingbird/Resources/mockingbird.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 5;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -1330,7 +1330,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.1.1;
MARKETING_VERSION = 1.2.0;
OTHER_CODE_SIGN_FLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = com.farfetch.mockingbird;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 194cfe9

Please sign in to comment.