Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
RyosukeCla committed Oct 27, 2023
1 parent 103ed46 commit 318fede
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 4 deletions.
37 changes: 33 additions & 4 deletions ios/Nativebrik/Nativebrik.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/* Begin PBXBuildFile section */
C13633A62AEB769800B9F437 /* Nativebrik.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C136339D2AEB769800B9F437 /* Nativebrik.framework */; };
C13633AB2AEB769800B9F437 /* NativebrikTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C13633AA2AEB769800B9F437 /* NativebrikTests.swift */; };
C13633AB2AEB769800B9F437 /* sdk.swift in Sources */ = {isa = PBXBuildFile; fileRef = C13633AA2AEB769800B9F437 /* sdk.swift */; };
C13633AC2AEB769800B9F437 /* Nativebrik.h in Headers */ = {isa = PBXBuildFile; fileRef = C13633A02AEB769800B9F437 /* Nativebrik.h */; settings = {ATTRIBUTES = (Public, ); }; };
C13634332AEB7AA100B9F437 /* carousel.swift in Sources */ = {isa = PBXBuildFile; fileRef = C13634172AEB7AA000B9F437 /* carousel.swift */; };
C13634342AEB7AA100B9F437 /* image.swift in Sources */ = {isa = PBXBuildFile; fileRef = C13634182AEB7AA000B9F437 /* image.swift */; };
Expand Down Expand Up @@ -43,6 +43,7 @@
C13634532AEB7D6600B9F437 /* YogaKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = C13634522AEB7D6600B9F437 /* YogaKit.xcframework */; };
C13634542AEB7D6600B9F437 /* YogaKit.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C13634522AEB7D6600B9F437 /* YogaKit.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
C13634562AEB81EC00B9F437 /* experiment-test.swift in Sources */ = {isa = PBXBuildFile; fileRef = C13634552AEB81EC00B9F437 /* experiment-test.swift */; };
C136345E2AEBB15200B9F437 /* ViewInspector in Frameworks */ = {isa = PBXBuildFile; productRef = C136345D2AEBB15200B9F437 /* ViewInspector */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -74,7 +75,7 @@
C136339D2AEB769800B9F437 /* Nativebrik.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Nativebrik.framework; sourceTree = BUILT_PRODUCTS_DIR; };
C13633A02AEB769800B9F437 /* Nativebrik.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Nativebrik.h; sourceTree = "<group>"; };
C13633A52AEB769800B9F437 /* NativebrikTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NativebrikTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
C13633AA2AEB769800B9F437 /* NativebrikTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NativebrikTests.swift; sourceTree = "<group>"; };
C13633AA2AEB769800B9F437 /* sdk.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = sdk.swift; sourceTree = "<group>"; };
C13634172AEB7AA000B9F437 /* carousel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = carousel.swift; sourceTree = "<group>"; };
C13634182AEB7AA000B9F437 /* image.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = image.swift; sourceTree = "<group>"; };
C13634192AEB7AA000B9F437 /* user.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = user.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -123,6 +124,7 @@
buildActionMask = 2147483647;
files = (
C13633A62AEB769800B9F437 /* Nativebrik.framework in Frameworks */,
C136345E2AEBB15200B9F437 /* ViewInspector in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -187,7 +189,7 @@
C13633A92AEB769800B9F437 /* NativebrikTests */ = {
isa = PBXGroup;
children = (
C13633AA2AEB769800B9F437 /* NativebrikTests.swift */,
C13633AA2AEB769800B9F437 /* sdk.swift */,
C13634552AEB81EC00B9F437 /* experiment-test.swift */,
);
path = NativebrikTests;
Expand Down Expand Up @@ -231,6 +233,8 @@
dependencies = (
);
name = Nativebrik;
packageProductDependencies = (
);
productName = Nativebrik;
productReference = C136339D2AEB769800B9F437 /* Nativebrik.framework */;
productType = "com.apple.product-type.framework";
Expand All @@ -249,6 +253,9 @@
C13633A82AEB769800B9F437 /* PBXTargetDependency */,
);
name = NativebrikTests;
packageProductDependencies = (
C136345D2AEBB15200B9F437 /* ViewInspector */,
);
productName = NativebrikTests;
productReference = C13633A52AEB769800B9F437 /* NativebrikTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
Expand Down Expand Up @@ -281,6 +288,9 @@
Base,
);
mainGroup = C13633932AEB769800B9F437;
packageReferences = (
C136345A2AEBB12200B9F437 /* XCRemoteSwiftPackageReference "ViewInspector" */,
);
productRefGroup = C136339E2AEB769800B9F437 /* Products */;
projectDirPath = "";
projectRoot = "";
Expand Down Expand Up @@ -349,7 +359,7 @@
buildActionMask = 2147483647;
files = (
C13634562AEB81EC00B9F437 /* experiment-test.swift in Sources */,
C13633AB2AEB769800B9F437 /* NativebrikTests.swift in Sources */,
C13633AB2AEB769800B9F437 /* sdk.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -621,6 +631,25 @@
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
C136345A2AEBB12200B9F437 /* XCRemoteSwiftPackageReference "ViewInspector" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/nalexn/ViewInspector";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.9.8;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
C136345D2AEBB15200B9F437 /* ViewInspector */ = {
isa = XCSwiftPackageProductDependency;
package = C136345A2AEBB12200B9F437 /* XCRemoteSwiftPackageReference "ViewInspector" */;
productName = ViewInspector;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = C13633942AEB769800B9F437 /* Project object */;
}
14 changes: 14 additions & 0 deletions ios/nativebrik.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"pins" : [
{
"identity" : "viewinspector",
"kind" : "remoteSourceControl",
"location" : "https://github.com/nalexn/ViewInspector",
"state" : {
"revision" : "07c090d73e0169c342a4ed46e9010be2781eca1e",
"version" : "0.9.8"
}
}
],
"version" : 2
}

0 comments on commit 318fede

Please sign in to comment.