Skip to content

Commit cd4a241

Browse files
committed
add framework
1 parent 5fde417 commit cd4a241

File tree

2 files changed

+31
-4
lines changed

2 files changed

+31
-4
lines changed

ParseLiveQuery/Examples/LiveQueryDemo.xcodeproj/project.pbxproj

+23-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 46;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
6B63F16A2BC3560300F89DEE /* ParseLiveQuery in Frameworks */ = {isa = PBXBuildFile; productRef = 6B63F1692BC3560300F89DEE /* ParseLiveQuery */; };
1011
F509D5291CA9E53D007B15B0 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = F59F85B61C9BB4B600566A29 /* Message.swift */; };
1112
F509D52A1CA9E53D007B15B0 /* Room.swift in Sources */ = {isa = PBXBuildFile; fileRef = F59F85B71C9BB4B600566A29 /* Room.swift */; };
1213
F509D52B1CA9E53D007B15B0 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = F59F85AF1C9BB48200566A29 /* main.swift */; };
@@ -57,6 +58,7 @@
5758
isa = PBXFrameworksBuildPhase;
5859
buildActionMask = 2147483647;
5960
files = (
61+
6B63F16A2BC3560300F89DEE /* ParseLiveQuery in Frameworks */,
6062
);
6163
runOnlyForDeploymentPostprocessing = 0;
6264
};
@@ -128,6 +130,9 @@
128130
dependencies = (
129131
);
130132
name = LiveQueryDemo;
133+
packageProductDependencies = (
134+
6B63F1692BC3560300F89DEE /* ParseLiveQuery */,
135+
);
131136
productName = AppKitDemo;
132137
productReference = F509D5171CA9E4AE007B15B0 /* LiveQueryDemo.app */;
133138
productType = "com.apple.product-type.application";
@@ -235,7 +240,10 @@
235240
CODE_SIGN_IDENTITY = "-";
236241
COMBINE_HIDPI_IMAGES = YES;
237242
INFOPLIST_FILE = "$(SRCROOT)/LiveQueryDemo/Info.plist";
238-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
243+
LD_RUNPATH_SEARCH_PATHS = (
244+
"$(inherited)",
245+
"@executable_path/../Frameworks",
246+
);
239247
MACOSX_DEPLOYMENT_TARGET = 10.15;
240248
PRODUCT_BUNDLE_IDENTIFIER = com.parse.LiveQueryDemo;
241249
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -251,7 +259,10 @@
251259
CODE_SIGN_IDENTITY = "-";
252260
COMBINE_HIDPI_IMAGES = YES;
253261
INFOPLIST_FILE = "$(SRCROOT)/LiveQueryDemo/Info.plist";
254-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
262+
LD_RUNPATH_SEARCH_PATHS = (
263+
"$(inherited)",
264+
"@executable_path/../Frameworks",
265+
);
255266
MACOSX_DEPLOYMENT_TARGET = 10.15;
256267
PRODUCT_BUNDLE_IDENTIFIER = com.parse.LiveQueryDemo;
257268
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -358,7 +369,8 @@
358369
MACOSX_DEPLOYMENT_TARGET = 10.15;
359370
MTL_ENABLE_DEBUG_INFO = NO;
360371
SDKROOT = macosx;
361-
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
372+
SWIFT_COMPILATION_MODE = wholemodule;
373+
SWIFT_OPTIMIZATION_LEVEL = "-O";
362374
};
363375
name = Release;
364376
};
@@ -384,6 +396,13 @@
384396
defaultConfigurationName = Release;
385397
};
386398
/* End XCConfigurationList section */
399+
400+
/* Begin XCSwiftPackageProductDependency section */
401+
6B63F1692BC3560300F89DEE /* ParseLiveQuery */ = {
402+
isa = XCSwiftPackageProductDependency;
403+
productName = ParseLiveQuery;
404+
};
405+
/* End XCSwiftPackageProductDependency section */
387406
};
388407
rootObject = F59F85A41C9BB48200566A29 /* Project object */;
389408
}

ParseLiveQuery/ParseLiveQuery.xcodeproj/project.pbxproj

+8
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
4A819D9D1D937866009C0F61 /* ObjCCompat.swift in Sources */ = {isa = PBXBuildFile; fileRef = F54D58B51C8E33D9009F8D6C /* ObjCCompat.swift */; };
2121
4A819D9E1D93786A009C0F61 /* ObjCCompat.swift in Sources */ = {isa = PBXBuildFile; fileRef = F54D58B51C8E33D9009F8D6C /* ObjCCompat.swift */; };
2222
6B63F1642BC34F3900F89DEE /* ParseObjC in Frameworks */ = {isa = PBXBuildFile; productRef = 6B63F1632BC34F3900F89DEE /* ParseObjC */; };
23+
6B63F1682BC355C900F89DEE /* BoltsSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 6B63F1672BC355C900F89DEE /* BoltsSwift */; };
2324
708836762561F503005B32F0 /* ParseLiveQuery_watchOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 708836742561F503005B32F0 /* ParseLiveQuery_watchOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
2425
708836982561F55B005B32F0 /* ParseLiveQuery_tvOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 708836962561F55B005B32F0 /* ParseLiveQuery_tvOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
2526
95E91676299526B200EFDB34 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 094AE9011E25AF3A00F408BC /* Foundation.framework */; };
@@ -183,6 +184,7 @@
183184
95E916B6299527DC00EFDB34 /* SystemConfiguration.framework in Frameworks */,
184185
95E916B12995279800EFDB34 /* AudioToolbox.framework in Frameworks */,
185186
6B63F1642BC34F3900F89DEE /* ParseObjC in Frameworks */,
187+
6B63F1682BC355C900F89DEE /* BoltsSwift in Frameworks */,
186188
393363902ACF889100E582D4 /* Starscream in Frameworks */,
187189
);
188190
runOnlyForDeploymentPostprocessing = 0;
@@ -432,6 +434,7 @@
432434
packageProductDependencies = (
433435
3933638F2ACF889100E582D4 /* Starscream */,
434436
6B63F1632BC34F3900F89DEE /* ParseObjC */,
437+
6B63F1672BC355C900F89DEE /* BoltsSwift */,
435438
);
436439
productName = ParseLiveQuery;
437440
productReference = F5A9BFCA1BE0248D00E78326 /* ParseLiveQuery.framework */;
@@ -1107,6 +1110,11 @@
11071110
isa = XCSwiftPackageProductDependency;
11081111
productName = ParseObjC;
11091112
};
1113+
6B63F1672BC355C900F89DEE /* BoltsSwift */ = {
1114+
isa = XCSwiftPackageProductDependency;
1115+
package = 393363602ACF772800E582D4 /* XCRemoteSwiftPackageReference "Bolts-Swift" */;
1116+
productName = BoltsSwift;
1117+
};
11101118
/* End XCSwiftPackageProductDependency section */
11111119
};
11121120
rootObject = F5256FC51BD71F9A0052FB8A /* Project object */;

0 commit comments

Comments
 (0)