Compare commits

..

2 Commits

4 changed files with 29 additions and 27 deletions

17
SelfieCam.code-workspace Normal file
View File

@ -0,0 +1,17 @@
{
"folders": [
{
"path": "."
},
{
"path": "../_Packages/Bedrock"
}
],
"settings": {
"terminal.integrated.enablePersistentSessions": true,
"terminal.integrated.persistentSessionReviveProcess": "onExitAndWindowClose",
"task.allowAutomaticTasks": "off",
"swift.disableAutoResolve": true,
"swift.disableSwiftPackageManagerIntegration": true
}
}

View File

@ -7,9 +7,9 @@
objects = { objects = {
/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
EA756A7A2F464B02006196BB /* Bedrock in Frameworks */ = {isa = PBXBuildFile; productRef = EA756A792F464B02006196BB /* Bedrock */; };
EA836AF02F0AD00000077F87 /* RevenueCat in Frameworks */ = {isa = PBXBuildFile; productRef = EA836AEF2F0AD00000077F87 /* RevenueCat */; }; EA836AF02F0AD00000077F87 /* RevenueCat in Frameworks */ = {isa = PBXBuildFile; productRef = EA836AEF2F0AD00000077F87 /* RevenueCat */; };
EA836AF22F0AD00000077F87 /* RevenueCatUI in Frameworks */ = {isa = PBXBuildFile; productRef = EA836AF12F0AD00000077F87 /* RevenueCatUI */; }; EA836AF22F0AD00000077F87 /* RevenueCatUI in Frameworks */ = {isa = PBXBuildFile; productRef = EA836AF12F0AD00000077F87 /* RevenueCatUI */; };
EA836AF42F0AD00000077F87 /* Bedrock in Frameworks */ = {isa = PBXBuildFile; productRef = EA836AF32F0AD00000077F87 /* Bedrock */; };
EA836AF62F0AD00000077F87 /* MijickCamera in Frameworks */ = {isa = PBXBuildFile; productRef = EA836AF52F0AD00000077F87 /* MijickCamera */; }; EA836AF62F0AD00000077F87 /* MijickCamera in Frameworks */ = {isa = PBXBuildFile; productRef = EA836AF52F0AD00000077F87 /* MijickCamera */; };
/* End PBXBuildFile section */ /* End PBXBuildFile section */
@ -79,7 +79,7 @@
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
EA836AF62F0AD00000077F87 /* MijickCamera in Frameworks */, EA836AF62F0AD00000077F87 /* MijickCamera in Frameworks */,
EA836AF42F0AD00000077F87 /* Bedrock in Frameworks */, EA756A7A2F464B02006196BB /* Bedrock in Frameworks */,
EA836AF02F0AD00000077F87 /* RevenueCat in Frameworks */, EA836AF02F0AD00000077F87 /* RevenueCat in Frameworks */,
EA836AF22F0AD00000077F87 /* RevenueCatUI in Frameworks */, EA836AF22F0AD00000077F87 /* RevenueCatUI in Frameworks */,
); );
@ -154,8 +154,8 @@
packageProductDependencies = ( packageProductDependencies = (
EA836AEF2F0AD00000077F87 /* RevenueCat */, EA836AEF2F0AD00000077F87 /* RevenueCat */,
EA836AF12F0AD00000077F87 /* RevenueCatUI */, EA836AF12F0AD00000077F87 /* RevenueCatUI */,
EA836AF32F0AD00000077F87 /* Bedrock */,
EA836AF52F0AD00000077F87 /* MijickCamera */, EA836AF52F0AD00000077F87 /* MijickCamera */,
EA756A792F464B02006196BB /* Bedrock */,
); );
productName = SelfieCam; productName = SelfieCam;
productReference = EA836ABF2F0ACE8A00077F87 /* Selfie Cam.app */; productReference = EA836ABF2F0ACE8A00077F87 /* Selfie Cam.app */;
@ -242,8 +242,8 @@
minimizedProjectReferenceProxies = 1; minimizedProjectReferenceProxies = 1;
packageReferences = ( packageReferences = (
EA836AEE2F0AD00000077F87 /* XCRemoteSwiftPackageReference "purchases-ios-spm" */, EA836AEE2F0AD00000077F87 /* XCRemoteSwiftPackageReference "purchases-ios-spm" */,
EA836AF72F0AD00000077F87 /* XCLocalSwiftPackageReference "../Bedrock" */,
EA836AF82F0AD00000077F87 /* XCRemoteSwiftPackageReference "MijickCamera" */, EA836AF82F0AD00000077F87 /* XCRemoteSwiftPackageReference "MijickCamera" */,
EA756A782F464B02006196BB /* XCLocalSwiftPackageReference "../_Packages/Bedrock" */,
); );
preferredProjectObjectVersion = 77; preferredProjectObjectVersion = 77;
productRefGroup = EA836AC02F0ACE8A00077F87 /* Products */; productRefGroup = EA836AC02F0ACE8A00077F87 /* Products */;
@ -634,9 +634,9 @@
/* End XCConfigurationList section */ /* End XCConfigurationList section */
/* Begin XCLocalSwiftPackageReference section */ /* Begin XCLocalSwiftPackageReference section */
EA836AF72F0AD00000077F87 /* XCLocalSwiftPackageReference "../Bedrock" */ = { EA756A782F464B02006196BB /* XCLocalSwiftPackageReference "../_Packages/Bedrock" */ = {
isa = XCLocalSwiftPackageReference; isa = XCLocalSwiftPackageReference;
relativePath = ../Bedrock; relativePath = ../_Packages/Bedrock;
}; };
/* End XCLocalSwiftPackageReference section */ /* End XCLocalSwiftPackageReference section */
@ -660,6 +660,10 @@
/* End XCRemoteSwiftPackageReference section */ /* End XCRemoteSwiftPackageReference section */
/* Begin XCSwiftPackageProductDependency section */ /* Begin XCSwiftPackageProductDependency section */
EA756A792F464B02006196BB /* Bedrock */ = {
isa = XCSwiftPackageProductDependency;
productName = Bedrock;
};
EA836AEF2F0AD00000077F87 /* RevenueCat */ = { EA836AEF2F0AD00000077F87 /* RevenueCat */ = {
isa = XCSwiftPackageProductDependency; isa = XCSwiftPackageProductDependency;
package = EA836AEE2F0AD00000077F87 /* XCRemoteSwiftPackageReference "purchases-ios-spm" */; package = EA836AEE2F0AD00000077F87 /* XCRemoteSwiftPackageReference "purchases-ios-spm" */;
@ -670,11 +674,6 @@
package = EA836AEE2F0AD00000077F87 /* XCRemoteSwiftPackageReference "purchases-ios-spm" */; package = EA836AEE2F0AD00000077F87 /* XCRemoteSwiftPackageReference "purchases-ios-spm" */;
productName = RevenueCatUI; productName = RevenueCatUI;
}; };
EA836AF32F0AD00000077F87 /* Bedrock */ = {
isa = XCSwiftPackageProductDependency;
package = EA836AF72F0AD00000077F87 /* XCLocalSwiftPackageReference "../Bedrock" */;
productName = Bedrock;
};
EA836AF52F0AD00000077F87 /* MijickCamera */ = { EA836AF52F0AD00000077F87 /* MijickCamera */ = {
isa = XCSwiftPackageProductDependency; isa = XCSwiftPackageProductDependency;
package = EA836AF82F0AD00000077F87 /* XCRemoteSwiftPackageReference "MijickCamera" */; package = EA836AF82F0AD00000077F87 /* XCRemoteSwiftPackageReference "MijickCamera" */;

View File

@ -997,6 +997,7 @@
}, },
"Debug mode: Purchase simulated!" : { "Debug mode: Purchase simulated!" : {
"comment" : "Announcement posted to VoiceOver when a premium purchase is simulated in debug mode.", "comment" : "Announcement posted to VoiceOver when a premium purchase is simulated in debug mode.",
"extractionState" : "stale",
"isCommentAutoGenerated" : true, "isCommentAutoGenerated" : true,
"localizations" : { "localizations" : {
"es-MX" : { "es-MX" : {
@ -1021,6 +1022,7 @@
}, },
"Debug mode: Restore simulated!" : { "Debug mode: Restore simulated!" : {
"comment" : "Accessibility announcement when restoring purchases in debug mode.", "comment" : "Accessibility announcement when restoring purchases in debug mode.",
"extractionState" : "stale",
"isCommentAutoGenerated" : true, "isCommentAutoGenerated" : true,
"localizations" : { "localizations" : {
"es-MX" : { "es-MX" : {
@ -1796,14 +1798,6 @@
} }
} }
}, },
"Onboarding Reset" : {
"comment" : "The title of an alert that confirms the onboarding state has been reset.",
"isCommentAutoGenerated" : true
},
"Onboarding will show again when you restart the app." : {
"comment" : "A message displayed in an alert when the \"Reset Onboarding\" button is tapped.",
"isCommentAutoGenerated" : true
},
"One Time" : { "One Time" : {
"comment" : "A description of a one-time purchase option.", "comment" : "A description of a one-time purchase option.",
"isCommentAutoGenerated" : true "isCommentAutoGenerated" : true
@ -2133,10 +2127,6 @@
} }
} }
}, },
"Reset Onboarding" : {
"comment" : "A button label that resets the onboarding state and triggers the onboarding flow again on the next app launch.",
"isCommentAutoGenerated" : true
},
"Restore Purchases" : { "Restore Purchases" : {
"comment" : "A button that restores purchases.", "comment" : "A button that restores purchases.",
"isCommentAutoGenerated" : true, "isCommentAutoGenerated" : true,
@ -2791,10 +2781,6 @@
} }
} }
}, },
"Show onboarding flow on next app launch" : {
"comment" : "A description of what happens when the \"Reset Onboarding\" button is pressed.",
"isCommentAutoGenerated" : true
},
"Shows a grid overlay to help compose your shot" : { "Shows a grid overlay to help compose your shot" : {
"comment" : "A toggle that enables or disables the rule of thirds grid overlay in the camera view.", "comment" : "A toggle that enables or disables the rule of thirds grid overlay in the camera view.",
"isCommentAutoGenerated" : true, "isCommentAutoGenerated" : true,