Skip to content

Commit aebabd9

Browse files
committed
Update project settings
1 parent bc58115 commit aebabd9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VRMQuickLook.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
493567872116D58300F3C28F /* GenerateThumbnailForURL.m in Sources */ = {isa = PBXBuildFile; fileRef = 493567862116D58300F3C28F /* GenerateThumbnailForURL.m */; };
1111
493567892116D58300F3C28F /* GeneratePreviewForURL.m in Sources */ = {isa = PBXBuildFile; fileRef = 493567882116D58300F3C28F /* GeneratePreviewForURL.m */; };
1212
4935678B2116D58300F3C28F /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 4935678A2116D58300F3C28F /* main.c */; };
13-
493567942116D60200F3C28F /* CreateSnapshot.h in Headers */ = {isa = PBXBuildFile; fileRef = 493567922116D60200F3C28F /* CreateSnapshot.h */; };
1413
493567952116D60200F3C28F /* CreateSnapshot.m in Sources */ = {isa = PBXBuildFile; fileRef = 493567932116D60200F3C28F /* CreateSnapshot.m */; };
1514
493567982116DD1700F3C28F /* GLTFSceneKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 493567972116DD1700F3C28F /* GLTFSceneKit.framework */; };
1615
4935679B2116E42800F3C28F /* GLTFSceneKit.framework.dSYM in CopyFiles */ = {isa = PBXBuildFile; fileRef = 4935679A2116E42700F3C28F /* GLTFSceneKit.framework.dSYM */; };
@@ -110,7 +109,6 @@
110109
isa = PBXHeadersBuildPhase;
111110
buildActionMask = 2147483647;
112111
files = (
113-
493567942116D60200F3C28F /* CreateSnapshot.h in Headers */,
114112
);
115113
runOnlyForDeploymentPostprocessing = 0;
116114
};

VRMQuickLook/Info.plist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@
2424
<key>CFBundleName</key>
2525
<string>$(PRODUCT_NAME)</string>
2626
<key>CFBundleShortVersionString</key>
27-
<string>0.0.1</string>
27+
<string>0.1.0</string>
2828
<key>CFBundleVersion</key>
2929
<string>$(CURRENT_PROJECT_VERSION)</string>
30+
<key>CFPlugInDynamicRegisterFunction</key>
31+
<string></string>
3032
<key>CFPlugInDynamicRegistration</key>
3133
<string>NO</string>
3234
<key>CFPlugInFactories</key>

0 commit comments

Comments
 (0)