Skip to content

Commit

Permalink
fix watchos
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphofmann committed Oct 22, 2024
1 parent 16e8ff2 commit 1b38f73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>GIT_BRANCH</key>
<string>&lt;branch&gt;</string>
<key>GIT_COMMIT_HASH</key>
<string>&lt;sha&gt;</string>
<key>GIT_STATUS_CLEAN</key>
<string>&lt;status&gt;</string>
<key>GIT_BRANCH</key>
<string>&lt;branch&gt;</string>
<key>GIT_COMMIT_HASH</key>
<string>&lt;sha&gt;</string>
<key>GIT_STATUS_CLEAN</key>
<string>&lt;status&gt;</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
Expand Down
4 changes: 0 additions & 4 deletions Samples/watchOS-Swift/watchOS-Swift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

/* Begin PBXBuildFile section */
498CC1A52C9217E20045143E /* Sentry.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 498CC1982C9217D50045143E /* Sentry.framework */; };
62C97DB42CC69A8100DDA204 /* SampleAssets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 62C97DB32CC69A8100DDA204 /* SampleAssets.xcassets */; };
62C97DB62CC69AA100DDA204 /* SampleAssets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 62C97DB52CC69AA100DDA204 /* SampleAssets.xcassets */; };
7B34280225876DFC00056519 /* Tongariro.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 7B34280125876DFC00056519 /* Tongariro.jpg */; };
7B82C48424C98A93002CA6D1 /* watchOS-Swift WatchKit App.app in Embed Watch Content */ = {isa = PBXBuildFile; fileRef = 7B82C48324C98A93002CA6D1 /* watchOS-Swift WatchKit App.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
7B82C48A24C98A93002CA6D1 /* Interface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7B82C48824C98A93002CA6D1 /* Interface.storyboard */; };
Expand Down Expand Up @@ -410,15 +408,13 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
62C97DB42CC69A8100DDA204 /* SampleAssets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
7B82C48124C98A93002CA6D1 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
62C97DB62CC69AA100DDA204 /* SampleAssets.xcassets in Resources */,
7B82C48A24C98A93002CA6D1 /* Interface.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down

0 comments on commit 1b38f73

Please sign in to comment.