Skip to content

Commit

Permalink
add framework
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Apr 7, 2024
1 parent 5fde417 commit cd4a241
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 4 deletions.
27 changes: 23 additions & 4 deletions ParseLiveQuery/Examples/LiveQueryDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
6B63F16A2BC3560300F89DEE /* ParseLiveQuery in Frameworks */ = {isa = PBXBuildFile; productRef = 6B63F1692BC3560300F89DEE /* ParseLiveQuery */; };
F509D5291CA9E53D007B15B0 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = F59F85B61C9BB4B600566A29 /* Message.swift */; };
F509D52A1CA9E53D007B15B0 /* Room.swift in Sources */ = {isa = PBXBuildFile; fileRef = F59F85B71C9BB4B600566A29 /* Room.swift */; };
F509D52B1CA9E53D007B15B0 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = F59F85AF1C9BB48200566A29 /* main.swift */; };
Expand Down Expand Up @@ -57,6 +58,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
6B63F16A2BC3560300F89DEE /* ParseLiveQuery in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -128,6 +130,9 @@
dependencies = (
);
name = LiveQueryDemo;
packageProductDependencies = (
6B63F1692BC3560300F89DEE /* ParseLiveQuery */,
);
productName = AppKitDemo;
productReference = F509D5171CA9E4AE007B15B0 /* LiveQueryDemo.app */;
productType = "com.apple.product-type.application";
Expand Down Expand Up @@ -235,7 +240,10 @@
CODE_SIGN_IDENTITY = "-";
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = "$(SRCROOT)/LiveQueryDemo/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
PRODUCT_BUNDLE_IDENTIFIER = com.parse.LiveQueryDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -251,7 +259,10 @@
CODE_SIGN_IDENTITY = "-";
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = "$(SRCROOT)/LiveQueryDemo/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
PRODUCT_BUNDLE_IDENTIFIER = com.parse.LiveQueryDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -358,7 +369,8 @@
MACOSX_DEPLOYMENT_TARGET = 10.15;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
};
name = Release;
};
Expand All @@ -384,6 +396,13 @@
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

/* Begin XCSwiftPackageProductDependency section */
6B63F1692BC3560300F89DEE /* ParseLiveQuery */ = {
isa = XCSwiftPackageProductDependency;
productName = ParseLiveQuery;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = F59F85A41C9BB48200566A29 /* Project object */;
}
8 changes: 8 additions & 0 deletions ParseLiveQuery/ParseLiveQuery.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
4A819D9D1D937866009C0F61 /* ObjCCompat.swift in Sources */ = {isa = PBXBuildFile; fileRef = F54D58B51C8E33D9009F8D6C /* ObjCCompat.swift */; };
4A819D9E1D93786A009C0F61 /* ObjCCompat.swift in Sources */ = {isa = PBXBuildFile; fileRef = F54D58B51C8E33D9009F8D6C /* ObjCCompat.swift */; };
6B63F1642BC34F3900F89DEE /* ParseObjC in Frameworks */ = {isa = PBXBuildFile; productRef = 6B63F1632BC34F3900F89DEE /* ParseObjC */; };
6B63F1682BC355C900F89DEE /* BoltsSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 6B63F1672BC355C900F89DEE /* BoltsSwift */; };
708836762561F503005B32F0 /* ParseLiveQuery_watchOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 708836742561F503005B32F0 /* ParseLiveQuery_watchOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
708836982561F55B005B32F0 /* ParseLiveQuery_tvOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 708836962561F55B005B32F0 /* ParseLiveQuery_tvOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
95E91676299526B200EFDB34 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 094AE9011E25AF3A00F408BC /* Foundation.framework */; };
Expand Down Expand Up @@ -183,6 +184,7 @@
95E916B6299527DC00EFDB34 /* SystemConfiguration.framework in Frameworks */,
95E916B12995279800EFDB34 /* AudioToolbox.framework in Frameworks */,
6B63F1642BC34F3900F89DEE /* ParseObjC in Frameworks */,
6B63F1682BC355C900F89DEE /* BoltsSwift in Frameworks */,
393363902ACF889100E582D4 /* Starscream in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -432,6 +434,7 @@
packageProductDependencies = (
3933638F2ACF889100E582D4 /* Starscream */,
6B63F1632BC34F3900F89DEE /* ParseObjC */,
6B63F1672BC355C900F89DEE /* BoltsSwift */,
);
productName = ParseLiveQuery;
productReference = F5A9BFCA1BE0248D00E78326 /* ParseLiveQuery.framework */;
Expand Down Expand Up @@ -1107,6 +1110,11 @@
isa = XCSwiftPackageProductDependency;
productName = ParseObjC;
};
6B63F1672BC355C900F89DEE /* BoltsSwift */ = {
isa = XCSwiftPackageProductDependency;
package = 393363602ACF772800E582D4 /* XCRemoteSwiftPackageReference "Bolts-Swift" */;
productName = BoltsSwift;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = F5256FC51BD71F9A0052FB8A /* Project object */;
Expand Down

0 comments on commit cd4a241

Please sign in to comment.