Skip to content

Commit 6190bbc

Browse files
authored
Remove deleted file from cmake build def (#192)
* Remove deleted file from cmake build def * Removing various creds that cause issues internally * Revert "Removing various creds that cause issues internally" This reverts commit 29af942. * Supress creds for internal scanning
1 parent c164770 commit 6190bbc

File tree

8 files changed

+3
-139
lines changed

8 files changed

+3
-139
lines changed

Folly/folly/io/async/test/certs/ca-cert.pem

Lines changed: 0 additions & 21 deletions
This file was deleted.

Folly/folly/io/async/test/certs/client_ca_cert.pem

Lines changed: 0 additions & 22 deletions
This file was deleted.

Folly/folly/io/async/test/certs/client_cert.pem

Lines changed: 0 additions & 21 deletions
This file was deleted.

Folly/folly/io/async/test/certs/client_key.pem

Lines changed: 0 additions & 27 deletions
This file was deleted.

Folly/folly/io/async/test/certs/tests-cert.pem

Lines changed: 0 additions & 19 deletions
This file was deleted.

Folly/folly/io/async/test/certs/tests-key.pem

Lines changed: 0 additions & 27 deletions
This file was deleted.

RNTester/android/app/gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ org.gradle.parallel=true
22
org.gradle.configureondemand=true
33
MYAPP_RELEASE_STORE_FILE=my-release-key.keystore
44
MYAPP_RELEASE_KEY_ALIAS=androiddebugkey
5+
6+
#[SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="[Bug Id: 3578170]: External cred directly from OSS")]
57
MYAPP_RELEASE_STORE_PASSWORD=android
8+
#[SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="[Bug Id: 3578171]: External cred directly from OSS")]
69
MYAPP_RELEASE_KEY_PASSWORD=android
710

811
android.useAndroidX=true

React/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ set(REACT_SRC_HEADERS
116116
Views/RCTTextDecorationLineType.h
117117
Views/RCTView.h
118118
Views/RCTViewManager.h
119-
Views/RCTWebView.h
120-
Views/RCTWebViewManager.h
121119
Views/RCTWrapperViewController.h
122120
Views/ScrollView/RCTScrollableProtocol.h
123121
Views/ScrollView/RCTScrollContentView.h

0 commit comments

Comments
 (0)