File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ let package = Package(
28
28
name: " PusherSwiftWithEncryptionTests " ,
29
29
dependencies: [ " PusherSwiftWithEncryption " ] ,
30
30
path: " Tests " ,
31
- exclude: [ " Unit/PusherSwift-Only " ]
31
+ exclude: [ " Unit/PusherSwift-Only " ] ,
32
+ swiftSettings: [ . define( " WITH_ENCRYPTION " ) ]
32
33
)
33
34
] ,
34
35
swiftLanguageVersions: [ . v5]
Original file line number Diff line number Diff line change 1317
1317
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
1318
1318
MTL_ENABLE_DEBUG_INFO = YES;
1319
1319
ONLY_ACTIVE_ARCH = YES;
1320
- OTHER_SWIFT_FLAGS = "-DWITH_ENCRYPTION";
1321
1320
PRODUCT_BUNDLE_IDENTIFIER = "com.pusher.$(PRODUCT_NAME:rfc1034identifier)";
1322
1321
PRODUCT_NAME = "$(TARGET_NAME)";
1323
1322
SDKROOT = "";
1362
1361
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1363
1362
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
1364
1363
MTL_ENABLE_DEBUG_INFO = NO;
1365
- OTHER_SWIFT_FLAGS = "-DWITH_ENCRYPTION";
1366
1364
PRODUCT_BUNDLE_IDENTIFIER = "com.pusher.$(PRODUCT_NAME:rfc1034identifier)";
1367
1365
PRODUCT_NAME = "$(TARGET_NAME)";
1368
1366
SDKROOT = "";
You can’t perform that action at this time.
0 commit comments