Skip to content

Commit

Permalink
Updated example projects
Browse files Browse the repository at this point in the history
  • Loading branch information
orchetect committed Oct 18, 2024
1 parent 41ec595 commit 0288be2
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 1 deletion.
14 changes: 13 additions & 1 deletion Examples/Movie Timecode/Movie Timecode.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,18 @@
E2B3AD962CB1E50000149DEF /* Movie Timecode.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Movie Timecode.app"; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
E25F7FB72CC2590F00358023 /* PBXFileSystemSynchronizedBuildFileExceptionSet */ = {
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
membershipExceptions = (
App/Info.plist,
);
target = E2B3AD952CB1E50000149DEF /* Movie Timecode */;
};
/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */

/* Begin PBXFileSystemSynchronizedRootGroup section */
E2B3AD982CB1E50000149DEF /* Movie Timecode */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = "Movie Timecode"; sourceTree = "<group>"; };
E2B3AD982CB1E50000149DEF /* Movie Timecode */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (E25F7FB72CC2590F00358023 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = "Movie Timecode"; sourceTree = "<group>"; };
/* End PBXFileSystemSynchronizedRootGroup section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -264,6 +274,7 @@
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "Movie Timecode/App/Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = "Movie Timecode";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.video";
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
Expand Down Expand Up @@ -304,6 +315,7 @@
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "Movie Timecode/App/Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = "Movie Timecode";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.video";
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
Expand Down
19 changes: 19 additions & 0 deletions Examples/Movie Timecode/Movie Timecode/App/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeDescription</key>
<string>Timecode</string>
<key>UTTypeIcons</key>
<dict/>
<key>UTTypeIdentifier</key>
<string>com.orchetect.TimecodeKit.timecode</string>
<key>UTTypeTagSpecification</key>
<dict/>
</dict>
</array>
</dict>
</plist>
15 changes: 15 additions & 0 deletions Examples/Timecode Math/Timecode Math.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,22 @@
E263C4D52CBC805D003233F6 /* TimecodeMath.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TimecodeMath.app; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
E25F7F7A2CC2584C00358023 /* Exceptions for "Timecode Math" folder in "TimecodeMath" target */ = {
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
membershipExceptions = (
App/Info.plist,
);
target = E263C4D42CBC805D003233F6 /* TimecodeMath */;
};
/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */

/* Begin PBXFileSystemSynchronizedRootGroup section */
E263C4D72CBC805D003233F6 /* Timecode Math */ = {
isa = PBXFileSystemSynchronizedRootGroup;
exceptions = (
E25F7F7A2CC2584C00358023 /* Exceptions for "Timecode Math" folder in "TimecodeMath" target */,
);
path = "Timecode Math";
sourceTree = "<group>";
};
Expand Down Expand Up @@ -260,6 +273,7 @@
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "Timecode Math/App/Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = "Timecode Math";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.video";
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
Expand Down Expand Up @@ -299,6 +313,7 @@
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "Timecode Math/App/Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = "Timecode Math";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.video";
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
Expand Down
19 changes: 19 additions & 0 deletions Examples/Timecode Math/Timecode Math/App/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeDescription</key>
<string>Timecode</string>
<key>UTTypeIcons</key>
<dict/>
<key>UTTypeIdentifier</key>
<string>com.orchetect.TimecodeKit.timecode</string>
<key>UTTypeTagSpecification</key>
<dict/>
</dict>
</array>
</dict>
</plist>

0 comments on commit 0288be2

Please sign in to comment.