Skip to content

Commit e08d8a7

Browse files
author
Maciej Makowski
committed
fix: revert project.pbxproj changes and formatting
1 parent 50ac5e3 commit e08d8a7

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

apps/fabric-example/ios/FabricExample.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
261261
CLANG_ENABLE_MODULES = YES;
262262
CURRENT_PROJECT_VERSION = 1;
263-
DEVELOPMENT_TEAM = 852ZJU38RC;
263+
DEVELOPMENT_TEAM = WC59N2X3FV;
264264
ENABLE_BITCODE = NO;
265265
INFOPLIST_FILE = FabricExample/Info.plist;
266266
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
@@ -274,7 +274,7 @@
274274
"-ObjC",
275275
"-lc++",
276276
);
277-
PRODUCT_BUNDLE_IDENTIFIER = "fdsfsdfsdcom-esegsefshshshssher.--PRODUCT-NAME-rfc1034identifier-";
277+
PRODUCT_BUNDLE_IDENTIFIER = "fdsfsdfsdcom-esegsefser.--PRODUCT-NAME-rfc1034identifier-";
278278
PRODUCT_NAME = FabricExample;
279279
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
280280
SWIFT_VERSION = 5.0;
@@ -289,7 +289,7 @@
289289
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
290290
CLANG_ENABLE_MODULES = YES;
291291
CURRENT_PROJECT_VERSION = 1;
292-
DEVELOPMENT_TEAM = 852ZJU38RC;
292+
DEVELOPMENT_TEAM = WC59N2X3FV;
293293
INFOPLIST_FILE = FabricExample/Info.plist;
294294
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
295295
LD_RUNPATH_SEARCH_PATHS = (
@@ -302,7 +302,7 @@
302302
"-ObjC",
303303
"-lc++",
304304
);
305-
PRODUCT_BUNDLE_IDENTIFIER = "fdsfsdfsdcom-esegsefshshshssher.--PRODUCT-NAME-rfc1034identifier-";
305+
PRODUCT_BUNDLE_IDENTIFIER = "fdsfsdfsdcom-esegsefser.--PRODUCT-NAME-rfc1034identifier-";
306306
PRODUCT_NAME = FabricExample;
307307
SWIFT_VERSION = 5.0;
308308
VERSIONING_SYSTEM = "apple-generic";

packages/react-native-audio-api/common/cpp/audioapi/core/BaseAudioContext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#include <audioapi/core/effects/GainNode.h>
66
#include <audioapi/core/effects/StereoPannerNode.h>
77
#include <audioapi/core/sources/AudioBuffer.h>
8-
#include <audioapi/core/sources/AudioBufferSourceNode.h>
98
#include <audioapi/core/sources/AudioBufferQueueSourceNode.h>
9+
#include <audioapi/core/sources/AudioBufferSourceNode.h>
1010
#include <audioapi/core/sources/OscillatorNode.h>
1111
#include <audioapi/core/utils/AudioDecoder.h>
1212
#include <audioapi/core/utils/AudioNodeManager.h>

packages/react-native-audio-api/common/cpp/audioapi/core/sources/AudioBufferQueueSourceNode.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ AudioBufferQueueSourceNode::~AudioBufferQueueSourceNode() {
3535
buffers_ = {};
3636
}
3737

38-
std::shared_ptr<AudioParam> AudioBufferQueueSourceNode::getDetuneParam()
39-
const {
38+
std::shared_ptr<AudioParam> AudioBufferQueueSourceNode::getDetuneParam() const {
4039
return detuneParam_;
4140
}
4241

0 commit comments

Comments
 (0)